diff --git a/Toolss.py b/Toolss.py index 48b3fed..707ea01 100644 --- a/Toolss.py +++ b/Toolss.py @@ -1,8 +1,7 @@ import os def menu(): - - print(""" + print(""" .########..#######...#######..##........######...######. ....##....##.....##.##.....##.##.......##....##.##....## ....##....##.....##.##.....##.##.......##.......##...... @@ -12,28 +11,23 @@ def menu(): ....##.....#######...#######..########..######...######. ======================================== Created By AnonHacker -Channel: youtube.com/kalinuxx -Facebook: facebook.com/kalinuxtutorials -Ver: 2.0 ----- ONLY FOR TERMUX! ----- -========================================== -00. Turn your Android into Hacking Machine. ------------------------------------------- -1. Install Nmap +Educational Purpose Only +======================================== +00. Install All Tools +1. Install Nmap 2. Install Hydra 3. Install SQLMap 4. Install Metasploit 5. Install ngrok 6. Install Kali Nethunter 7. Install angryFuzzer -8. Install Red_Hawk +8. Install RED_HAWK 9. Install Weeman 10. Install IPGeoLocation 11. Install Cupp -12. Instagram Bruteforcer (instahack) -13. Twitter Bruteforcer (TwitterSniper) +12. Install Instahack +13. Install TwitterSniper 14. Install Ubuntu 15. Install Fedora 16. Install viSQL @@ -45,412 +39,116 @@ def menu(): ========================================== """) -loop = True - -while loop: +while True: menu() what = input("#: ") + if what == "00": - print("================================") - print("This will install: nmap, hydra, sqlmap, metasploit, ngrok, angryFuzzer, red_hawk, weeman, IPGeoLocation, cupp, instahack, TwitterSniper, Hash-Buster, D-TECT, routersploit and viSQL with one click.") - print("----------------") - hm = input("[?] Do you want to continue? (y/n): ") - print("================================") - if hm == "y": - print("========================================================") - print("[+] Please put down you android and go to the toilet...") - print("Because this will take a long time.") - print("========================================================") - os.system("pkg update") - os.system("pkg install -y git") - os.system("pkg install -y python") - os.system("pkg install -y python2") - os.system("pkg install -y wget") - os.sysetm("pkg install -y nmap") - os.system("plg install -y hydra ") - os.system("pkg update -y") - os.system("pkg install -y git") - os.system("pkg install python2") - os.system("cd /data/data/com.termux/files/home && git clone https://github.com/sqlmapproject/sqlmap.git") - os.system("cd /data/data/com.termux/files/home") - os.system("pkg install wget") - os.system("cd /data/data/com.termux/files/home && wget https://Auxilus.github.io/metasploit.sh") - os.system("cd /data/data/com.termux/files/home && bash metasploit.sh") - os.system("cd /data/data/com.termux/files/home && cd metasploit-framework") - os.system("cd /data/data/com.termux/files/home && gem install bundle --pre") - os.system("cd /data/data/com.termux/files/home && bundle config build.nokogiri --use-system-libraries") - os.system("cd /data/data/com.termux/files/home && bundle install") - os.system("cd /data/data/com.termux/files/home") - os.system("pkg update -y") - os.system("pkg install -y git") - os.system("cd /data/data/com.termux/files/home && git clone https://github.com/themastersunil/ngrok.git") - os.system("cd /data/data/com.termux/files/home") - os.system("pkg update -y") - os.system("pkg install -y git") - os.system("pkg install -y python2") - os.system("cd /data/data/com.termux/files/home && git clone https://github.com/ihebski/angryFuzzer.git") - os.system("cd /data/data/com.termux/files/home && cd angryFuzzer") - os.system("cd /data/data/com.termux/files/home && pip2 install -r requirements.txt") - os.system("cd /data/data/com.termux/files/home && pip2 install requests") - os.system("cd /data/data/com.termux/files/home") - os.system("pkg update -y") - os.system("pkg install -y git") - os.system("pkg install -y php") - os.system("cd /data/data/com.termux/files/home && git clone https://github.com/Tuhinshubhra/RED_HAWK") - os.system("cd /data/data/com.termux/files/home") - os.system("pkg update -y") - os.system("pkg install -y python2") - os.system("pkg install -y git") - os.system("cd /data/data/com.termux/files/home && git clone https://github.com/evait-security/weeman.git") - os.system("cd /data/data/com.termux/files/home && cd weeman") - os.system("cd /data/data/com.termux/files/home && chmod +x weeman.py") - os.system("cd /data/data/com.termux/files/home") - os.system("pkg update -y") - os.system("pkg install -y git") - os.system("pkg install -y python") - os.system("cd /data/data/com.termux/files/home && git clone https://github.com/maldevel/IPGeoLocation.git") - os.system("cd /data/data/com.termux/files/home && cd IPGeoLocation") - os.system("cd /data/data/com.termux/files/home && pip install -r requirements.txt") - os.system("cd /data/data/com.termux/files/home") - os.system("pkg update -y") - os.system("pkg install -y git") - os.system("pkg install -y python") - os.system("cd /data/data/com.termux/files/home && git clone https://github.com/Mebus/cupp.git") - os.system("pkg update -y") - os.system("pkg install -y git") - os.system("pkg install -y python") - os.system("pkg install -y nano") - os.system("pip install requests") - os.system("pip install beautifulsoup4") - os.system("cd /data/data/com.termux/files/home && git clone https://github.com/avramit/instahack.git") - os.system("pkg update -y") - os.system("pkg install -y git") - os.system("pkg install -y python") - os.system("pip install mechanicalsoup") - os.system("pkg install -y nano") - os.system("cd /data/data/com.termux/files/home && git clone https://github.com/abdallahelsokary/TwitterSniper.git") - os.system("pkg update -y") - os.system("pkg install -y git") - os.system("pkg install -y python2") - os.system("cd /data/data/com.termux/files/home && git clone https://github.com/blackvkng/viSQL.git") - os.system("pkg update -y") - os.system("pkg install -y git") - os.system("pkg install -y python2") - os.system("cd /data/data/com.termux/files/home && git clone https://github.com/UltimateHackers/Hash-Buster.git") - os.system("pkg update -y") - os.system("pkg install -y git") - os.system("pkg install -y python2") - os.system("cd /data/data/com.termux/files/home && git clone https://github.com/shawarkhanethicalhacker/D-TECT.git") - os.system("pkg update -y") - os.system("pkg install -y git") - os.system("pkg install -y python2") - os.system("cd /data/data/com.termux/files/home && git clone https://github.com/reverse-shell/routersploit.git") - os.system("cd /data/data/com.termux/files/home && cd routersploit") - os.system("pip2 install -r requirements.txt") - os.system("pip2 install -r requirements-dev.txt") - os.system("pip2 install -r requests") - os.system("clear") - print("========================================") - print("[+] everything successfully installed :)") - print("[+] Happy Hacking <3") - print("========================================") - else: - rmenu = input("[?] Back to Menu? (y/n): ") - if rmenu == "y": - menu() - else: - break - if what == "1": - os.system("cd /data/data/com.termux/files/home") + print("[+] Installing all tools. This may take time.") os.system("pkg update -y") + os.system("pkg install -y git python python2 wget php nano") + os.system("pkg install -y nmap hydra") + + os.system("git clone https://github.com/sqlmapproject/sqlmap.git") + os.system("wget https://Auxilus.github.io/metasploit.sh") + os.system("bash metasploit.sh") + + os.system("git clone https://github.com/themastersunil/ngrok.git") + os.system("git clone https://github.com/ihebski/angryFuzzer.git") + os.system("git clone https://github.com/Tuhinshubhra/RED_HAWK") + os.system("git clone https://github.com/evait-security/weeman.git") + os.system("git clone https://github.com/maldevel/IPGeoLocation.git") + os.system("git clone https://github.com/Mebus/cupp.git") + os.system("git clone https://github.com/avramit/instahack.git") + os.system("git clone https://github.com/abdallahelsokary/TwitterSniper.git") + os.system("git clone https://github.com/blackvkng/viSQL.git") + os.system("git clone https://github.com/UltimateHackers/Hash-Buster.git") + os.system("git clone https://github.com/shawarkhanethicalhacker/D-TECT.git") + os.system("git clone https://github.com/reverse-shell/routersploit.git") + + print("[+] All tools installed successfully") + + elif what == "1": os.system("pkg install -y nmap") - os.system("cd /data/data/com.termux/files/home") - print("====================================") - print("[+] nmap installed successfully :)") - print("[+] Type 'nmap' to start.") - print("====================================") - rmenu = input("[?] Back to Menu? (y/n): ") - if rmenu == "y": - menu() - else: - break + print("[+] Nmap installed") + elif what == "2": - os.system("cd /data/data/com.termux/files/home") - os.system("pkg update -y") os.system("pkg install -y hydra") - os.system("cd /data/data/com.termux/files/home") - print("====================================") - print("[+] hydra installed successfully :)") - print("[+] Type 'hydra' to start.") - print("====================================") - rmenu = input("[?] Back to Menu? (y/n): ") - if rmenu == "y": - menu() - else: - break + print("[+] Hydra installed") + elif what == "3": - os.system("cd /data/data/com.termux/files/home") - os.system("pkg update -y") - os.system("pkg install -y git") - os.system("pkg install python2") - os.system("cd /data/data/com.termux/files/home && git clone https://github.com/sqlmapproject/sqlmap.git") - os.system("cd /data/data/com.termux/files/home") - print("====================================") - print("[+] SQLMap installed successfully :)") - print("[+] Go to sqlmap folder and type 'python2 sqlmap.py' to start.") - print("====================================") - rmenu = input("[?] Back to Menu? (y/n): ") - if rmenu == "y": - menu() - else: - break + os.system("pkg install -y git python2") + os.system("git clone https://github.com/sqlmapproject/sqlmap.git") + print("[+] SQLMap installed") + elif what == "4": - os.system("pkg install -y wget") - os.system("cd /data/data/com.termux/files/home && wget https://Auxilus.github.io/metasploit.sh") - os.system("cd /data/data/com.termux/files/home && bash metasploit.sh") - os.system("cd /data/data/com.termux/files/home && cd metasploit-framework") - os.system("cd /data/data/com.termux/files/home && gem install bundle --pre") - os.system("cd /data/data/com.termux/files/home && bundle config build.nokogiri --use-system-libraries") - os.system("cd /data/data/com.termux/files/home && bundle install") - os.system("cd /data/data/com.termux/files/home") - print("====================================") - print("[+] Metasploit installed successfully :)") - print("[+] Type 'msfconsole' to start.") - print("====================================") - rmenu = input("[?] Back to Menu? (y/n): ") - if rmenu == "y": - menu() - else: - break + os.system("wget https://Auxilus.github.io/metasploit.sh") + os.system("bash metasploit.sh") + print("[+] Metasploit installed") + elif what == "5": - os.system("pkg update -y") - os.system("pkg install -y git") - os.system("cd /data/data/com.termux/files/home && git clone https://github.com/themastersunil/ngrok.git") - os.system("cd /data/data/com.termux/files/home") - print("====================================") - print("[+] ngrok installed successfully :)") - print("[+] Go to ngrok folder and type './ngrok http 80' to start.") - print("====================================") - rmenu = input("[?] Back to Menu? (y/n): ") - if rmenu == "y": - menu() - else: - break + os.system("git clone https://github.com/themastersunil/ngrok.git") + print("[+] ngrok installed") + elif what == "6": - os.system("pkg update -y") - os.system("cd /data/data/com.termux/files/home && git clone https://github.com/Hax4us/Nethunter-In-Termux.git") - os.system("cd /data/data/com.termux/files/home && cd Nethunter-In-Termux && chmod +x kalinethunter") - os.system("cd /data/data/com.termux/files/home") - print("====================================") - print("[+] Nethunter installed successfully :)") - print("[+] Go to Nethunter-In-Termux folder and type './kalinethunter' to start.") - print("====================================") - rmenu = input("[?] Back to Menu? (y/n): ") - if rmenu == "y": - menu() - else: - break + os.system("git clone https://github.com/Hax4us/Nethunter-In-Termux.git") + print("[+] Kali Nethunter installed") + elif what == "7": - os.system("pkg update -y") - os.system("pkg install -y git") - os.system("pkg install -y python2") - os.system("cd /data/data/com.termux/files/home && git clone https://github.com/ihebski/angryFuzzer.git") - os.system("cd /data/data/com.termux/files/home && cd angryFuzzer") - os.system("cd /data/data/com.termux/files/home && pip2 install -r requirements.txt") - os.system("cd /data/data/com.termux/files/home && pip2 install requests") - os.system("cd /data/data/com.termux/files/home") - print("====================================") - print("[+] angryFuzzer installed successfully :)") - print("[+] Go to angryFuzzer folder and type 'python2 angryFuzzer.py' to start.") - print("====================================") - rmenu = input("[?] Back to Menu? (y/n): ") - if rmenu == "y": - menu() - else: - break + os.system("git clone https://github.com/ihebski/angryFuzzer.git") + print("[+] angryFuzzer installed") + elif what == "8": - os.system("pkg update -y") - os.system("pkg install -y git") - os.system("pkg install -y php") - os.system("cd /data/data/com.termux/files/home && git clone https://github.com/Tuhinshubhra/RED_HAWK") - os.system("cd /data/data/com.termux/files/home") - print("====================================") - print("[+] RED_HAWK installed successfully :)") - print("[+] Go to RED_HAWK folder and type 'php rhawk.php' to start.") - print("====================================") - rmenu = input("[?] Back to Menu? (y/n): ") - if rmenu == "y": - menu() - else: - break + os.system("git clone https://github.com/Tuhinshubhra/RED_HAWK") + print("[+] RED_HAWK installed") + elif what == "9": - os.system("pkg update -y") - os.system("pkg install -y python2") - os.system("pkg install -y git") - os.system("cd /data/data/com.termux/files/home && git clone https://github.com/evait-security/weeman.git") - os.system("cd /data/data/com.termux/files/home && cd weeman") - os.system("cd /data/data/com.termux/files/home && chmod +x weeman.py") - os.system("cd /data/data/com.termux/files/home") - print("====================================") - print("[+] weeman installed successfully :)") - print("[+] Go to weeman folder and type 'python2 weeman.py' to start.") - print("====================================") - rmenu = input("[?] Back to Menu? (y/n): ") - if rmenu == "y": - menu() - else: - break + os.system("git clone https://github.com/evait-security/weeman.git") + print("[+] Weeman installed") + elif what == "10": - os.system("pkg update -y") - os.system("pkg install -y git") - os.system("pkg install -y python") - os.system("cd /data/data/com.termux/files/home && git clone https://github.com/maldevel/IPGeoLocation.git") - os.system("cd /data/data/com.termux/files/home && cd IPGeoLocation") - os.system("cd /data/data/com.termux/files/home && pip install -r requirements.txt") - os.system("cd /data/data/com.termux/files/home") - print("====================================") - print("[+] IPGeoLocation installed successfully :)") - print("[+] Go to IPGeoLocation folder and type 'python ipgeolocation.py' to start.") - print("====================================") - rmenu = input("[?] Back to Menu? (y/n): ") - if rmenu == "y": - menu() - else: - break + os.system("git clone https://github.com/maldevel/IPGeoLocation.git") + print("[+] IPGeoLocation installed") + elif what == "11": - os.system("pkg update -y") - os.system("pkg install -y git") - os.system("pkg install -y python") - os.system("cd /data/data/com.termux/files/home && git clone https://github.com/Mebus/cupp.git") - print("====================================") - print("[+] Cupp installed successfully :)") - print("[+] Go to cupp folder and type 'python cupp3.py' to start.") - print("====================================") - rmenu = input("[?] Back to Menu? (y/n): ") - if rmenu == "y": - menu() - else: - break + os.system("git clone https://github.com/Mebus/cupp.git") + print("[+] Cupp installed") + elif what == "12": - os.system("pkg update -y") - os.system("pkg install -y git") - os.system("pkg install -y python") - os.system("pkg install -y nano") - os.system("pip install requests") - os.system("pip install beautifulsoup4") - os.system("cd /data/data/com.termux/files/home && git clone https://github.com/avramit/instahack.git") - print("====================================") - print("[+] Instahack installed successfully :)") - print("[+] Go to instahack folder and type 'python hackinsta.py' to start.") - print("====================================") - rmenu = input("[?] Back to Menu? (y/n): ") - if rmenu == "y": - menu() - else: - break + os.system("git clone https://github.com/avramit/instahack.git") + print("[+] Instahack installed") + elif what == "13": - os.system("pkg update -y") - os.system("pkg install -y git") - os.system("pkg install -y python") - os.system("pip install mechanicalsoup") - os.system("pkg install -y nano") - os.system("cd /data/data/com.termux/files/home && git clone https://github.com/abdallahelsokary/TwitterSniper.git") - print("====================================") - print("[+] TwitterSniper installed successfully :)") - print("[+] Go to TwitterSniper folder and type 'python TwitterSniper.py' to start.") - print("====================================") - rmenu = input("[?] Back to Menu? (y/n): ") - if rmenu == "y": - menu() - else: - break + os.system("git clone https://github.com/abdallahelsokary/TwitterSniper.git") + print("[+] TwitterSniper installed") + elif what == "14": - os.system("pkg update -y") - os.system("pkg install -y git") - os.system("cd /data/data/com.termux/files/home && git clone https://github.com/Neo-Oli/termux-ubuntu.git") - os.system("cd /data/data/com.termux/files/home && cd termux-ubuntu && bash ubuntu.sh") - print("====================================") - print("[+] Ubuntu installed successfully :)") - print("[+] Go to termux-ubuntu folder and type './start.sh' to start.") - print("====================================") - rmenu = input("[?] Back to Menu? (y/n): ") - if rmenu == "y": - menu() - else: - break + os.system("git clone https://github.com/Neo-Oli/termux-ubuntu.git") + print("[+] Ubuntu installed") + elif what == "15": - os.system("pkg update -y") - os.system("pkg install -y git") - os.system("pkg install -y wget") - os.system("apt update && apt install wget -y && /data/data/com.termux/files/usr/bin/wget https://raw.githubusercontent.com/nmilosev/termux-fedora/master/termux-fedora.sh") - print("====================================") - print("[+] Fedora installed successfully :)") - print("[+] Type 'sh termux-fedora.sh f26_arm64' or 'sh termux-fedora.sh f26_arm' to start.") - print("====================================") - rmenu = input("[?] Back to Menu? (y/n): ") - if rmenu == "y": - menu() - else: - break + os.system("wget https://raw.githubusercontent.com/nmilosev/termux-fedora/master/termux-fedora.sh") + print("[+] Fedora installed") + elif what == "16": - os.system("pkg update -y") - os.system("pkg install -y git") - os.system("pkg install -y python2") - os.system("cd /data/data/com.termux/files/home && git clone https://github.com/blackvkng/viSQL.git") - print("====================================") - print("[+] viSQL installed successfully :)") - print("[+] Go to viSQL folder and type 'python2 viSQL.py --help' to start.") - print("====================================") - rmenu = input("[?] Back to Menu? (y/n): ") - if rmenu == "y": - menu() - else: - break + os.system("git clone https://github.com/blackvkng/viSQL.git") + print("[+] viSQL installed") + elif what == "17": - os.system("pkg update -y") - os.system("pkg install -y git") - os.system("pkg install -y python2") - os.system("cd /data/data/com.termux/files/home && git clone https://github.com/UltimateHackers/Hash-Buster.git") - print("====================================") - print("[+] Hash-Buster installed successfully :)") - print("[+] Go to Hash-Buster folder and type 'python2 hash.py' to start.") - print("====================================") - rmenu = input("[?] Back to Menu? (y/n): ") - if rmenu == "y": - menu() - else: - break + os.system("git clone https://github.com/UltimateHackers/Hash-Buster.git") + print("[+] Hash-Buster installed") + elif what == "18": - os.system("pkg update -y") - os.system("pkg install -y git") - os.system("pkg install -y python2") - os.system("cd /data/data/com.termux/files/home && git clone https://github.com/shawarkhanethicalhacker/D-TECT.git") - print("====================================") - print("[+] Hash-Buster installed successfully :)") - print("[+] Go to Hash-Buster folder and type 'python2 hash.py' to start.") - print("====================================") - rmenu = input("[?] Back to Menu? (y/n): ") - if rmenu == "y": - menu() - else: - break - os.system("pkg update -y") - os.system("pkg install -y git") - os.system("pkg install -y python2") - os.system("cd /data/data/com.termux/files/home && git clone https://github.com/reverse-shell/routersploit.git") - os.system("cd /data/data/com.termux/files/home && cd routersploit") - os.system("pip2 install -r requirements.txt") - os.system("pip2 install -r requirements-dev.txt") - os.system("pip2 install -r requests") - print("====================================") - print("[+] routersploit installed successfully :)") - print("[+] Go to routersploit folder and type 'python2 rsf.py' to start.") - print("====================================") - rmenu = input("[?] Back to Menu? (y/n): ") - if rmenu == "y": - menu() - else: - break + os.system("git clone https://github.com/shawarkhanethicalhacker/D-TECT.git") + print("[+] D-TECT installed") + + elif what == "19": + os.system("git clone https://github.com/reverse-shell/routersploit.git") + print("[+] routersploit installed") + elif what == "99": print("Bye.") break + + else: + print("Invalid option")