├── README.md └── hacktoolkit.sh /README.md: -------------------------------------------------------------------------------- 1 | hacktoolkit is a all in one tool that install all best 2 | hacking tools for a pro hacker if you want to become a pro in the world of hacking 3 | then this tool is made for you 4 | REQUIREMENTS:- 5 | 12GB storage 6 | 2GB ram 7 | Kernel Architecture aarch64 8 | thanks for reading good by have a nice day !!!! 9 | INSTALLATION:- 10 | Termux 11 | $ apt updtae && apt upgrade 12 | $ apt install git 13 | $ git clone https://github.com/pavitrajha/hacktoolkit 14 | $ bash hacktoolkit.sh 15 | 16 | -------------------------------------------------------------------------------- /hacktoolkit.sh: -------------------------------------------------------------------------------- 1 | echo starting all the setup for ethical hacking 2 | cd 3 | termux-setup-storage 4 | apt install git 5 | apt install python python2 6 | apt install curl proot wget php openssh 7 | pkg install root-repo 8 | pkg install unstable-repo 9 | pkg install x11-repo 10 | pkg install netcat nmap aircrack-ng hydra tshark 11 | pkg install termux-api fish 12 | pip install wheel scapy numpy matplotlib pandas 13 | pkg update && pkg upgrade -y && pkg install wget curl openssh git -y 14 | pkg install metasploit 15 | cd .. 16 | cd usr 17 | cd opt 18 | cp -r metasploit-framework $HOME 19 | cd 20 | pg_ctl -D "$PREFIX"/var/lib/postgresql start 21 | echo "you can directly use msfvenom or msfconsole by your termux homepage rather than going to the metasploit-framwork repository." 22 | echo l------------------l 23 | echo l--- METASPLOIT ---l 24 | echo l--- FRAMEWORK ---l 25 | echo l__________________l 26 | echo l=========l========l 27 | echo l=========l========l 28 | echo l=========l========l 29 | echo PROCESS IS DONE !!! 30 | git clone https://github.com/Ignitetch/AdvPhishing 31 | git clone https://github.com/magnumripper/JohnTheRipper 32 | git clone https://github.com/sullo/nikto 33 | git clone https://github.com/noob-hackers/tunnel 34 | git clone https://github.com/noob-hackers/hacklock 35 | git clone https://github.com/noob-hackers/grabcam 36 | git clone https://github.com/mohinparamasivam/Email-Bomber 37 | git clone https://github.com/thewhiteh4t/seeker 38 | git clone https://github.com/noob-hackers/hacklock 39 | git clone https://github.com/thelinuxchoice/blackeye.git 40 | git clone https://github.com/thelinuxchoice/saycheese 41 | git clone https://github.com/TheSpeedX/TBomb 42 | git clone https://github.com/noob-hackers/Infect 43 | git clone https://github.com/noob-hackers/snap 44 | git clone https://github.com/grafov/hulk 45 | git clone https://github.com/threat9/routersploit 46 | git clone https://github.com/noob-hackers/p-gen 47 | git clone https://github.com/Mebus/cupp 48 | git clone https://github.com/rajkumardusad/Tool-X 49 | git clone https://github.com/Ha3MrX/InstaBrute 50 | git clone https://github.com/V4N654T/fb-hacker 51 | git clone https://github.com/sqlmapproject/sqlmap.git 52 | git clone https://github.com/The404Hacking/websploit 53 | git clone https://github.com/Cesar-Hack-Gray/Spade.git 54 | git clone https://github.com/T4Termux/Duck_Droid 55 | cd tunnel 56 | bash tunnel.sh 57 | cd 58 | echo ALL THE SETUP IS DONE 59 | 60 | --------------------------------------------------------------------------------