no-more is a simply way to avoid the pain in the ass of all task after new installation of kali linux.
It run on 2 steps;
1- no_more.sh (need to reboot after this one)
2- intall_tools.sh
The no_more.sh will;
- add source list, make all update && upgrade
- install all apt packages
- install python packages
- install gem
- install GO
- install docker
- install metasploit-framework && configure it
- set default tmux
- set dns on google and cloudflare
- enabling bash session logging
- start service
- set some environments variables
- cleaning up
The install_tools.sh will install tools in new folder classified by category.
See list of tools in the files "list_tools.txt".
Step 1
cd /
apt-get install git -y
git clone https://github.com/NeverWonderLand/no-more.git
cd no-more
chmod +x no-more.sh
Step 2
cd /root/no-more
chmod +x install_tools.sh
Thats it.


