Skip to content

Pwn3rx0/install_your_tools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 

Repository files navigation

Automated Script To Install Kali Tools


🚀 Usage

git clone https://github.com/andrewmamdouh122/install_your_tools.git
cd install_your_tools
chmod +x *

to add kali repo

./kali_repo.sh

install 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

⚠️ Disclaimer Never Upgrade Your System While The Kali Repo In Your System

if u faced peoblem in ur network after the installing use this commands

sudo ip link set eth0 up
sudo dhclient eth0

Make it persistent By

sudo echo "auto eth0
iface eth0 inet dhcp" >>/etc/network/interfaces
sudo systemctl restart networking

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages