Automatically install all Kali linux tools
- Add Kali linux repositories
- Remove kali linux repositories
- Install Kali linux tools
- Python 3.12
- An operating system (tested on Ubuntu)
- sudo su
- git clone https://github.com/LionSec/katoolin.git && cp katoolin/katoolin.py /usr/bin/katoolin
- chmod +x /usr/bin/katoolin
- sudo katoolin
https://www.youtube.com/watch?v=8VxCWVoZEEE
- Typing the number of a tool will install it
- Typing 0 will install all Kali Linux tools
- back : Go back
- gohome : Go to the main menu
- By installing armitage , you will install metasploit
Before updating your system , please remove all Kali-linux repositories to avoid any kind of problem .
Might need this is update command wont work.
# download
wget http://http.kali.org/kali/pool/main/k/kali-archive-keyring/kali-archive-keyring_2024.1_all.deb
# install
sudo dpkg -i kali-archive-keyring_2024.1_all.deb
# remove downloaded file again
rm kali-archive-keyring_2024.1_all.deb
# update
sudo apt-get update
Can cause issues with other packages might see something like below.
