git clone https://github.com/andrewmamdouh122/install_your_tools.git
cd install_your_tools
chmod +x *to add kali repo
./kali_repo.shinstall any tool u want
sudo apt install nmap sqlmap metasploit-framework john hydra ffuf nuclei subfinder seclists netdiscover nikto python3-pip python2 python3-scapy python2 then remove the kali repo ./remove_kali.sh
if u faced peoblem in ur network after the installing use this commands
sudo ip link set eth0 up
sudo dhclient eth0Make it persistent By
sudo echo "auto eth0
iface eth0 inet dhcp" >>/etc/network/interfaces
sudo systemctl restart networking