Found 53 repositories(showing 30)
Hax4us
This is a script by which you can install Kali nethunter (Kali Linux) in your termux application without rooted phone
Bhaviktutorials
This Project will let you install termux black . metasploit , various tools and Kali Nethunter Rootless without any error in your Termux.
Cyb3r3x3r
Install Kali Linux Nethunter in termux - orginal by @Hax4us
xiv3r
Run Kali Linux Nethunter Rootless with GUI in Termux
rc-chuah
This is a script by which you can install Kali Nethunter (Kali Linux) in your termux application without rooted phone.
RaynerSec
This is a script by which you can install Kali Nethunter (Kali Linux) in your termux application without rooted phone.
amanbytes
A simple bash script to install Kali Linux NetHunter in an unrooted android device using Termux.
DylanGustaveEiffel
import os def menu(): print(""" .########..#######...#######..##........######...######. ....##....##.....##.##.....##.##.......##....##.##....## ....##....##.....##.##.....##.##.......##.......##...... ....##....##.....##.##.....##.##........######...######. ....##....##.....##.##.....##.##.............##.......## ....##....##.....##.##.....##.##.......##....##.##....## ....##.....#######...#######..########..######...######. ======================================== 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 2. Install Hydra 3. Install SQLMap 4. Install Metasploit 5. Install ngrok 6. Install Kali Nethunter 7. Install angryFuzzer 8. Install Red_Hawk 9. Install Weeman 10. Install IPGeoLocation 11. Install Cupp 12. Instagram Bruteforcer (instahack) 13. Twitter Bruteforcer (TwitterSniper) 14. Install Ubuntu 15. Install Fedora 16. Install viSQL 17. Install Hash-Buster 18. Install D-TECT 19. Install routersploit ------------------------------------------ 99. Exit ========================================== """) loop = True while loop: 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") os.system("pkg update -y") 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 elif what == "99": print("Bye.") break
cipherswami
It is an executable that boots Kali-Chroot (one Installed with Nethunter apk) in Termux.
satriobintang1bersaudara
#!/bin/bash # Auto Install Tools v.2.1 # recoded By Satrio Kusbiyantoro # gausah ganti copyright kalo mau di hargai :) # Bersihkan Layar clear blue='\e[0;34' cyan='\e[0;36m' green='\e[0;34m' okegreen='\033[92m' lightgreen='\e[1;32m' white='\e[1;37m' red='\e[1;31m' yellow='\e[1;33m' ################################################### # CTRL C ################################################### trap ctrl_c INT ctrl_c() { clear echo -e $red"[#]> (Ctrl + C ) Detected, Trying To Exit ... " sleep 1 echo "" echo -e $green"[#]> SMKN 1 Kertosono ... " sleep 1 echo "" echo -e $white"[#]> Satrio Kusbiyantoro Wuzz Here ... " read enter exit } echo -e $red" ___ ___ _______ ____ ____ " echo -e $red" / / \ | | | | | | echo -e $white" /__ /_____\ | | __| | | |" echo -e $white" / /_______\ | | \ | | |" echo -e $red" ___/ / \ | | \ | |____|" echo -e $red" ***********************************************" echo -e $white" # $red toolkit for hackers v2.1 $white #" echo -e $red" # $red happy fun guys $red #" echo -e $white" # $red contact: erik_susanto30@yahoo.com $white #" echo -e $red" # $white greetz :Kesendirian Nak SMKN 1 Kertosono $red#" echo -e $white" # $white copyright : Satrio Kusbiyantoro $white #" echo -e $red" # $white thanks to : SMKN 1 Kertosono $red #" echo -e $white" ***********************************************" echo "" echo -e $green" 01) Red Hawk" echo -e $green" 02) D-Tect" echo -e $green" 03) Hunner" echo -e $green" 04) WPScan" echo -e $green" 05) Webdav" echo -e $green" 06) Metasploit" echo -e $green" 07) Kali Nethunter" echo -e $green" 08) Ubuntu" echo -e $green" 09) viSQL " echo -e $green" 10) Ngrok" echo -e $green" 11) Torshammer " echo -e $green" 12) RouterSploit " echo -e $green" 13) Hydra " echo -e $green" 14) Weevely " echo -e $green" 15) SQLMap " echo -e $green" 16) Dirbuster " echo -e $green" 17) admin finder " echo -e $green" 18) lokomedia exploiter " echo -e $green" 19) elfinder exploiter " echo -e $green" 20) magento add admin exploiter " echo -e $green" 21) scanner tools " echo -e $green" 22) katoolin " echo -e $green" 23) arch linux " echo -e $green" 24) linux fedora" echo -e $green" 25) hash-buster" echo -e $green" 26) aircrack-ng" echo -e $green" 27) joomscan" echo -e $green" 28) mailer sender cli" echo -e $green" 29) Wordpress Brute Force" echo -e $green" 30) Oh-myzsh theme for termux" echo -e $green" 31) instabot (instagram bot)" echo -e $green" 32) fsociety" echo -e $green" 33) Cms Scanner" echo -e $green" 34) Information Gathering" echo -e $green" 35) com_fabrik exploiter" echo -e $green" 36) com foxcontact exploiter" echo -e $green" 37) installing ezsploit" echo -e $green" 38) installing spammer grab" echo -e $green" 39) installing spammer toko pedia" echo -e $green" 40) TheFatRat" echo -e $green" 41) exit" echo -e $green" 40) exit" echo -e $white"" read -p "[Satrio Kusbiyantoro]> " bct; if [ $bct = 01 ] || [ $bct = 01 ] then clear echo -e $green" Installing Red Hawk " sleep 1 apt update && apt upgrade apt install php apt install git git clone https://github.com/Tuhinshubhra/RED_HAWK echo -e $green" Done Install Cuk " fi if [ $bct = 02 ] || [ $bct = 02 ] then clear echo -e $green" Installing D-Tect " sleep 1 apt-get update && apt-get upgrade apt-get install git apt-get install python git clone https://github.com/shawarkhanethicalhacker/D-TECT echo -e $red" Done Install ^_^ " fi if [ $bct = 03 ] || [ $bct = 03 ] then clear echo -e $green" Installing Hunner " sleep 1 apt-get update && apt-get upgrade apt install python apt install git git clone https://github.com/b3-v3r/Hunner echo -e $red" Done Install ^_^ " fi if [ $bct = 04 ] || [ $bct = 04 ] then clear echo -e $green" Installing Wpscan " sleep 1 apt-get update && apt-get upgrade apt install ruby apt install curl apt install git git clone https://github.com/wpscanteam/wpscan cd ~/wpscan gem install bundle bundle config build.nokogiri --use-system-libraries bundle install ruby wpscan.rb --update cd ~/ echo -e $red" Done Install ^_^ " fi if [ $bct = 05 ] || [ $bct = 05 ] then clear echo -e $green" Installing Webdav " sleep 1 apt update && apt upgrade apt install python apt-get install python-pip pip2 install urllib3 chardet certifi idna requests apt install openssl curl pkg install libcurl mkdir webdav cd ~/webdav wget https://pastebin.com/raw/HnVyQPtR -O webdav.py chmod 777 webdav.py cd ~/ echo -e $red" Done Install ^_^ " fi if [ $bct = 06 ] || [ $bct = 06 ] then clear echo -e $green" Installing Metasploit " sleep 1 apt update && apt upgrade apt install git apt install wget wget https://raw.githubusercontent.com/verluchie/termux-metasploit/master/install.sh chmod 777 install.sh sh install.sh echo -e $red" Done Install ^_^ " fi if [ $bct = 07 ] || [ $bct = 07 ] then clear echo -e $green" Installing Kali Nethunter " sleep 1 apt update && apt upgrade apt install git git clone https://github.com/Hax4us/Nethunter-In-Termux.git cd ~/Nethunter-In-Termux chmod 777 kalinethunter sh kalinethunter echo -e $red" Done Install ^_^ " fi if [ $bct = 08 ] || [ $bct = 08 ] then clear echo -e $green" Installing Ubuntu " sleep 1 apt update && apt upgrade apt install git apt install wget apt install proot git clone https://github.com/Neo-Oli/termux-ubuntu.git cd ~/termux-ubuntu chmod +x ubuntu.sh sh ubuntu.sh echo " Fix network please wait " sleep 1 echo "nameserver 8.8.8.8" > /data/data/com.termux/files/home/termux-ubuntu/ubuntu-fs/etc/resolv.conf echo -e $red" Done Install ^_^ " fi if [ $bct = 09 ] || [ $bct = 09 ] then clear echo -e $green" Installing viSQL " sleep 1 apt update && apt upgrade pkg install git pkg install python git clone https://github.com/blackvkng/viSQL.git cd ~/viSQL chmod 777 viSQL.py cd ~/ echo -e $red" Done Install ^_^ " fi if [ $bct = 10 ] || [ $bct = 10 ] then clear echo -e $green" Installing Ngrok " sleep 1 apt install wget mkdir ngrok cd ~/ngrok wget https://bin.equinox.io/c/4VmDzA7iaHb/ngrok-stable-linux-arm.zip unzip ngrok-stable-linux-arm.zip cd ~/ echo -e $red" Done Install ^_^ " fi if [ $bct = 11 ] || [ $bct = 11 ] then clear echo -e $green" Installing Hammer " sleep 1 pkg update pkg upgrade pkg install python pkg install git git clone https://github.com/cyweb/hammer cd ~/ echo -e $red" Done Install ^_^ " fi if [ $bct = 12 ] || [ $bct = 12 ] then clear echo -e $green" Installing Routersploit " sleep 1 apt install git apt install python2 pip2 install requests git clone https://github.com/reverse-shell/routersploit.git cd routersploit pip install -r requirements.txt termux-fix-shebang rsf.py cd ~/ echo -e $red" Done Install ^_^ " fi if [ $bct = 13 ] || [ $bct = 13 ] then clear echo -e $green" Installing Hydra " sleep 1 apt update && apt install -y wget apt install hydra wget http://scrapmaker.com/download/data/wordlists/dictionaries/rockyou.txt cd ~/ echo -e $red" Done Install ^_^ " fi if [ $bct = 14 ] || [ $bct = 14 ] then clear echo -e $green" Installing Weevely " sleep 1 pkg update pkg upgrade git clone https://github.com/glides/Weevely cd ~/ echo -e $red" Done Install ^_^ " fi if [ $b ct = 15 ] || [ $bct = 15 ] then clear echo -e $green" Installing SQLMap " sleep 1 apt update && apt upgrade apt install python2 git clone https://github.com/sqlmapproject/sqlmap.git cd ~/ echo -e $red" Done Install ^_^ " fi if [ $bct = 16 ] || [ $bct = 16 ] then clear echo -e $green" Installing Dirbuster " sleep 1 apt-get update apt-get install python apt-get install git git clone https://github.com/maurosoria/dirsearch.git cd ~/ echo -e $red" Done Install ^_^ " fi if [ $bct = 17 ] || [ $bct = 17 ] then clear echo -e $green" Installing admin finder " sleep 1 apt update && apt upgrade apt-get install php mkdir adfin cd ~/webdav wget https://pastebin.com/raw/32txZ6Qr -O adfin.php cd ~/ echo -e $red" Done Install ^_^ " fi if [ $bct = 18 ] || [ $bct = 18 ] then clear echo -e $green" installing lokomedia exploiter " sleep 1 apt update && apt upgrade apt-get install php mkdir lokomed cd ~/lokomed wget https://pastebin.com/raw/sPpJRjCZ -O lokomedia.php cd ~/ echo -e $red" Done Install ^_^ " echo -e $red" usage : php lokomedia.php a.txt " fi if [ $bct = 19 ] || [ $bct = 19 ] then clear echo -e $green" installing elfinder exploiter " sleep 1 apt update && apt upgrade apt-get install php mkdir elfinder cd ~/elfinder wget https://pastebin.com/raw/S7Y2V19h -O elfinder.php cd ~/ echo -e $red" Done Install ^_^ " fi if [ $bct = 20 ] || [ $bct = 20 ] then clear echo -e $green" installing magento add admin exploiter " sleep 1 apt update && apt upgrade apt-get install php mkdir magento cd ~/magento wget https://pastebin.com/raw/PXkG73pG -O magento.php cd ~/ echo -e $red" Done Install ^_^ " fi if [ $bct = 21 ] || [ $bct = 21 ] then clear echo -e $green" installing scanner tools " sleep 1 apt update && apt upgrade apt install python mkdir scanner cd ~/scanner wget https://pastebin.com/raw/m79t1Zia -O scanner.py wget https://pastebin.com/raw/mgKxMWXh -O admins.1337 wget https://pastebin.com/raw/EafKj98D -O files.1337 cd ~/ echo -e $red" Done Install ^_^ " echo -e $red" usage : python2 scanner.py site.com -m files " fi if [ $bct = 22 ] || [ $bct = 22 ] then clear echo -e $green" installing katoolin " sleep 1 apt update && apt upgrade pkg install git pkg install python pkg install gnupg pkg install nano git clone https://github.com/LionSec/katoolin.git cd ~/katoolin echo -e $green"note : nano katoolin.py ganti semua kode /etc/apt/source.list dengan /data/data/com.termux/files/usr/etc/apt/sources.list kemudian simpan dengan menekan ctrl O enter kemudian ctrl X . jika tidak ada menu ctrl pada keyboard munculkan dengan menahan tombol volume atas kemudian ketik Q pada keyboard maka menu ctrl akan muncul di atas keyboard python2 katoolin.py Sisanya bisa mengikuti cara install di atas, Jika menemui masalah gpg error saat melakukan add repository install gnupg-curl dengan perintah pkg install gnupg-curl Untuk yg menggunakan termux dengan cpu arm64 (aarch64) tidak bisa menambahkan repositori kali linux karna kali linux tidak support aarch64, jadi sebelum menginstall tools kali di termux wajib dengan android dengan arm32 jika arm64 gunakan gnuroot" echo -e $red" Done Install ^_^ " fi if [ $bct = 23 ] || [ $bct = 23 ] then clear echo -e $green" installing arch linux " sleep 1 apt update && apt upgrade apt-get install git cd ~/ git clone https://github.com/sdrausty/termux-archlinux.git cd termux-archlinux chmod +x setupTermuxArch.sh ./setupTermuxArch.sh echo -e $red" Done Install ^_^ " fi if [ $bct = 24 ] || [ $bct = 24 ] then clear echo -e $green" installing fedora " sleep 1 apt update && apt upgrade apt-get install git apt install wget git clone https://github.com/nmilosev/termux-fedora.git cd termux-fedora chmod +x termux-fedora.sh echo -e $red" Done Install ^_^ " fi if [ $bct = 25 ] || [ $bct = 25 ] then clear echo -e $green" installing hash-Buster " sleep 1 apt update && apt upgrade apt install python2 && apt install git git clone https://github.com/UltimateHackers/Hash-Buster cd Hash-Buster echo -e $red" Done Install ^_^ " fi if [ $bct = 26 ] || [ $bct 26 ] then clear echo -e $green" installing aircrack-ng " sleep 1 apt-get update && apt-get upgrade apt-get install aircrack-ng echo -e $red" done install ^_^ " fi if [ $bct = 27 ] || [ $bct = 27 ] then clear echo -e $green" installing joomscan " sleep 1 apt-get update && apt-get upgrade apt-get install git apt-get install perl git clone https://github.com/rezasp/joomscan.git echo -e $red" done install ^_^ " fi fi if [ $bct = 28 ] || [ $bct = 28 ] then clear echo -e $green" installing mailer-sender " sleep 1 apt-get update && apt-get upgrade apt-get install php5-cli curl -sS https://getcomposer.org/installer | php chmod +x composer.phar sudo mv composer.phar /usr/bin/composer git clone https://github.com/pedro-stanaka/mailer-cli.git echo -e $red" note !! " echo -e $red" usage php sendmail.php notification:mailer <email> <subject> <body>; " echo -e $red" or " echo -e $red" php sendmail.php --help " echo -e $red" done install ^_^ " fi if [ $bct = 29 ] || [ $bct = 29 ] then clear echo -e $green" installing wordpress brute force " sleep 1 apt-get update && apt-get upgrade apt-get install python apt-get install python-pip pip install request git clone https://github.com/atarantini/wpbf echo -e $red" done install ^_^ " fi if [ $bct = 30 ] || [ $bct = 30 ] then clear echo -e $green" installing termux Ohmyzsh " sleep 1 apt-get update && apt-get upgrade sh -c "$(curl -fsSL https://github.com/Cabbagec/termux-ohmyzsh/raw/master/install.sh)" ~/.termux/colors.sh echo -e $red" ganti color ? ketik ~/.termux/colors.sh " echo -e $red" Done Install ^_^ " fi if [ $bct = 31 ] || [ $bct = 31 ] then clear echo -e $green" installing Instabot instagram bot " sleep 1 apt-get update && apt-get upgrade pkg install python apt-get install git apt-get install nano git clone https://github.com/instabot-py/instabot.py echo -e $red" Done Install ^_^ " echo -e $red" Please wait... " echo -e $red" Please wait... " sleep 1 cd instabot.py echo -e $red" ketik nano example.py " echo -e $red" masukan username dan password mu" echo -e $red" Done Install ^_^" fi if [ $bct = 32 ] || [ $bct = 32 ] then clear echo -e $green" installing fsociety " sleep 1 apt-get update && apt-get upgrade pkg install python apt-get install git git clone https://github.com/Manisso/fsociety echo -e $red" Done Install ^_^ " echo -e $red" Please wait... " echo -e $red" Please wait... " sleep 1 cd fsociety echo -e $red" python fsociety.py " fi if [ $bct = 33 ] || [ $bct = 33 ] then clear echo -e $green" installing CMS Scanner " sleep 1 apt-get update && apt-get upgrade pkg install python apt-get install git git clone https://github.com/Dionach/CMSmap.git sleep 1 cd CMSmap echo -e $red" Usage: cmsmap.py -t <URL> " fi if [ $bct = 34 ] || [ $bct = 34 ] then clear echo -e $green" installing INFORMATION Gathering " sleep 1 apt-get update && apt-get upgrade pkg install python apt-get install git git clone https://github.com/m4ll0k/Infoga.git infoga sleep 1 cd infoga pip install -r req echo -e $red" Usage: python infoga.py " fi if [ $bct = 35 ] || [ $bct = 35 ] then clear echo -e $green" installing com fabrik exploiter " sleep 1 apt-get update && apt-get upgrade apt-get install wget apt-get install php wget https://pastebin.com/raw/LDvFvtUD -O com_fabrik.php sleep 1 echo -e $red" Usage: php com_fabrik.php target.txt " fi if [ $bct = 36 ] || [ $bct = 36 ] then clear echo -e $green" installing com foxcontact exploiter " sleep 1 apt-get update && apt-get upgrade apt-get install wget apt-get install php wget https://pastebin.com/raw/EAtSir5V -O com_foxcontact.php sleep 1 echo -e $red" Usage: php com_foxcontact.php target.txt " fi if [ $bct = 37 ] || [ $bct = 37 ] then clear echo -e $green" installing ezsploit " sleep 1 apt-get update && apt-get upgrade apt-get install git git clone https://github.com/rand0m1ze/ezsploit sleep 1 echo -e $red" Done Install ^_^ " fi if [ $bct = 38 ] || [ $bct = 38 ] then clear echo -e $green" installing spammer grab " sleep 1 apt-get update && apt-get upgrade apt-get install git apt-get install python pip install requests git clone https://github.com/p4kl0nc4t/Spammer-Grab/ sleep 1 echo -e $red" Done Install ^_^ " fi if [ $bct = 39 ] || [ $bct = 39 ] then clear echo -e $green" installing spammer toko pedia " sleep 1 apt-get update && apt-get upgrade apt-get install git apt-get install unzip git clone https://github.com/mrcakil/spam cd spam unzip toko-pedia.zip sleep 1 echo -e $red" Done Install ^_^ " fi if [ $bct = 40 ] || [ $bct = 40 ] then clear echo -e $green" installing TheFatRat " sleep 1 apt-get update && apt-get upgrade apt-get install git git clone https://github.com/Screetsec/TheFatRat.git cd TheFatRat chmod +x setup.sh && ./setup.sh sleep 1 echo -e $red" Done Install ^_^ " fi if [ $bct = 41 ] || [ $bct = 41 ] then echo -e $green" pesan terakhir " sleep 1 echo -e $green" dear jomblo " sleep 1 echo -e $green" Jangan Hina Orang " sleep 1 echo -e $green" Please Wait.... " sleep 1 echo -e $green" contact : 082335546357 " sleep 1 echo -e $blue" fb : https://www.facebook.com/profile.php?id=100009867736195 " sleep 1 echo -e $red" SMKN 1 Kertosono :* " sleep 1 exit fi
60-n3z
#!/data/data/com.termux/files/usr/bin/bash # Auto Install Tools v.2.1 # coded By Mr.60-n3z # dark line asosiasion # Bersihkan Layar clear blue='\e[0;34' cyan='\e[0;36m' green='\e[0;34m' okegreen='\033[92m' lightgreen='\e[1;32m' white='\e[1;37m' red='\e[1;31m' yellow='\e[1;33m' ################################################### # CTRL C ################################################### trap ctrl_c INT ctrl_c() { clear echo -e $red"[#]> (Ctrl + C ) Detected, Trying To Exit ... " sleep 1 echo "" echo -e $green"[#]> Terima kasih sudah make tools saya ... " sleep 1 echo "" echo -e $white"[#]> Mr.60-n3z Wuzz Here ... " read enter exit } echo -e $red" —-oooO—-" echo -e $red" —-(—)—-" echo -e $white" —–\–(–" echo -e $white" ——\_)-" echo -e $red" ***********************************************" echo -e $white" # $red toolkit for hackers v2.1 $white #" echo -e $red" # $red happy fun guys $red #" echo -e $white" # $red contact: mr.60-n3z drak cyber.net $white #" echo -e $red" # $white greetz :Dark line - Anonymous Cyber team $red#" echo -e $white" # $white copyright : ./Mr 60-n3z $white #" echo -e $red" # $white thanks to : 4wsec - Mr.haikal $red #" echo -e $white" ***********************************************" echo "" echo -e $green" 01) Red Hawk" echo -e $green" 02) D-Tect" echo -e $green" 03) Hunner" echo -e $green" 04) WPScan" echo -e $green" 05) Webdav" echo -e $green" 06) Metasploit" echo -e $green" 07) Kali Nethunter" echo -e $green" 08) Ubuntu" echo -e $green" 09) Youtube Dl" echo -e $green" 10) viSQL " echo -e $green" 11) Weeman" echo -e $green" 12) WFDroid" echo -e $green" 13) FBBrute" echo -e $green" 14) Ngrok" echo -e $green" 15) Torshammer " echo -e $green" 16) RouterSploit " echo -e $green" 17) Hydra " echo -e $green" 18) Weevely " echo -e $green" 19) SQLMap " echo -e $green" 20) Dirbuster " echo -e $green" 21) admin finder " echo -e $green" 22) lokomedia exploiter " echo -e $green" 23) elfinder exploiter " echo -e $green" 24) magento add admin exploiter " echo -e $green" 25) scanner tools " echo -e $green" 26) bing dorker " echo -e $green" 27) katoolin " echo -e $green" 28) arch linux " echo -e $green" 29) linux fedora" echo -e $green" 30) hash-buster" echo -e $green" 31) sudo" echo -e $green" 32) aircrack-ng" echo -e $green" 33) joomscan" echo -e $green" 34) bing-ip2hosts" echo -e $green" 35) BlueMaho" echo -e $green" 36) Bluepot" echo -e $green" 37) honeypot" echo -e $green" 38) bot auto deface 1" echo -e $green" 39) bot auto deface 2" echo -e $green" 40) mailer sender cli" echo -e $green" 41) Wordpress Brute Force" echo -e $green" 42) Oh-myzsh theme for termux" echo -e $green" 43) instabot (instagram bot)" echo -e $green" 44) fsociety" echo -e $green" 45) Cms Scanner" echo -e $green" 46) Information Gathering" echo -e $green" 47) com_fabrik exploiter" echo -e $green" 48) com foxcontact exploiter" echo -e $green" 49) gmail brute force" echo -e $green" 50) ezsploit" echo -e $green" 51) spammer-grab sms" echo -e $green" 52) spammer call toko-pedia" echo -e $green" 53) The Fat Rat" echo -e $green" 54) IPGeolocation" echo -e $green" 55) exit" echo -e $white"" read -p "[60-n3z @Tools]> " act; if [ $act = 01 ] || [ $act = 01 ] then clear echo -e $green" Installing Red Hawk " sleep 1 apt update && apt upgrade apt install php apt install git git clone https://github.com/Tuhinshubhra/RED_HAWK echo -e $blue" sampun rampung " fi if [ $act = 02 ] || [ $act = 02 ] then clear echo -e $green" Installing D-Tect " sleep 1 apt-get update && apt-get upgrade apt-get install git apt-get install python2 git clone https://github.com/shawarkhanethicalhacker/D-TECT echo -e $red" pun rampung mas " fi if [ $act = 03 ] || [ $act = 03 ] then clear echo -e $green" Installing Hunner " sleep 1 apt-get update && apt-get upgrade apt install python apt install git git clone https://github.com/b3-v3r/Hunner echo -e $red" sampun mantun mas " fi if [ $act = 04 ] || [ $act = 04 ] then clear echo -e $green" Installing Wpscan " sleep 1 apt-get update && apt-get upgrade apt install ruby apt install curl apt install git git clone https://github.com/wpscanteam/wpscan cd ~/wpscan gem install bundle bundle config build.nokogiri --use-system-libraries bundle install ruby wpscan.rb --update cd ~/ echo -e $red" wes mari cak " fi if [ $act = 05 ] || [ $act = 05 ] then clear echo -e $green" Installing Webdav " sleep 1 apt update && apt upgrade apt install python2 pip2 install urllib3 chardet certifi idna requests apt install openssl curl pkg install libcurl mkdir webdav cd ~/webdav wget https://pastebin.com/raw/HnVyQPtR -O webdav.py chmod 777 webdav.py cd ~/ echo -e $red" pun rampung boz " fi if [ $act = 06 ] || [ $act = 06 ] then clear echo -e $green" Installing Metasploit " sleep 1 apt update && apt upgrade apt install git apt install wget wget https://raw.githubusercontent.com/verluchie/termux-metasploit/master/install.sh chmod 777 install.sh sh install.sh echo -e $red" Mari Install Cuk " fi if [ $act = 07 ] || [ $act = 07 ] then clear echo -e $green" Installing Kali Nethunter " sleep 1 apt update && apt upgrade apt install git git clone https://github.com/Hax4us/Nethunter-In-Termux.git cd ~/Nethunter-In-Termux chmod 777 kalinethunter sh kalinethunter echo -e $red" pun ng Install Cuk " fi if [ $act = 08 ] || [ $act = 08 ] then clear echo -e $green" Installing Ubuntu " sleep 1 apt update && apt upgrade apt install git apt install wget apt install proot git clone https://github.com/Neo-Oli/termux-ubuntu.git cd ~/termux-ubuntu chmod +x ubuntu.sh sh ubuntu.sh echo " Fix network please wait " sleep 1 echo "nameserver 8.8.8.8" > /data/data/com.termux/files/home/termux-ubuntu/ubuntu-fs/etc/resolv.conf echo -e $red" Sampun mantun " fi if [ $act = 09 ] || [ $act = 09 ] then clear echo -e $green" Installing Youtube DL " sleep 1 apt update && apt upgrade apt install python pip3 install mps_youtube pip3 install youtube_dl apt install mpv echo " Untuk menjalankannya ketik "mpsyt" tanpa tanda petik " echo -e $red" Done Install Cuk " fi if [ $act = 10 ] || [ $act = 10 ] then clear echo -e $green" Installing viSQL " sleep 1 apt update && apt upgrade pkg install git pkg install python2 git clone https://github.com/blackvkng/viSQL.git cd ~/viSQL chmod 777 viSQL.py cd ~/ echo -e $red" Done Install Cuk " fi if [ $act = 11 ] || [ $act = 11 ] then clear echo -e $green" Installing Weeman " sleep 1 apt update && apt upgrade pkg install git apt install python2 git clone https://github.com/samyoyo/weeman cd ~/weeman pip2 install beautifulsoup pip2 install bs4 cd ~/ echo -e $red" Done Install Cuk " fi if [ $act = 12 ] || [ $act = 12 ] then clear echo -e $green" Installing WFDroid " sleep 1 apt update && apt upgrade apt install wget mkdir wfdroid cd ~/wfdroid wget https://raw.githubusercontent.com/bytezcrew/wfdroid-termux/master/wfdinstall chmod 777 wfdinstall sh wfdinstall cd ~/ echo -e $red" Done Install Cuk " fi if [ $act = 13 ] || [ $act = 13 ] then clear sleep 1 echo -e $green" Installing FBBrute " apt install python2 apt install python2-dev apt install wget pip2 install mechanize mkdir fbbrute cd ~/fbbrute wget https://pastebin.com/raw/aqMBt2xA -O fbbrute.py wget http://override.waper.co/files/password.apk mv password.apk password.txt chmod 777 fbbrute.py cd ~/ echo -e $red" Done Install Cuk " fi if [ $act = 14 ] || [ $act = 14 ] then clear echo -e $green" Installing Ngrok " sleep 1 apt install wget mkdir ngrok cd ~/ngrok wget https://bin.equinox.io/c/4VmDzA7iaHb/ngrok-stable-linux-arm.zip unzip ngrok-stable-linux-arm.zip cd ~/ echo -e $red" Done Install Cuk " fi if [ $act = 15 ] || [ $act = 15 ] then clear echo -e $green" Installing Hammer " sleep 1 pkg update pkg upgrade pkg install python pkg install git git clone https://github.com/cyweb/hammer cd ~/ echo -e $red" Done Install Cuk " fi if [ $act = 16 ] || [ $act = 16 ] then clear echo -e $green" Installing Routersploit " sleep 1 apt install git apt install python2 pip2 install requests git clone https://github.com/reverse-shell/routersploit.git cd routersploit pip install -r requirements.txt termux-fix-shebang rsf.py cd ~/ echo -e $red" Done Install Cuk " fi if [ $act = 17 ] || [ $act = 17 ] then clear echo -e $green" Installing Hydra " sleep 1 apt update && apt install -y wget apt install hydra wget http://scrapmaker.com/download/data/wordlists/dictionaries/rockyou.txt cd ~/ echo -e $red" Done Install Cuk " fi if [ $act = 18 ] || [ $act = 18 ] then clear echo -e $green" Installing Weevely " sleep 1 pkg update pkg upgrade git clone https://github.com/glides/Weevely cd ~/ echo -e $red" Done Install Cuk " fi if [ $act = 19 ] || [ $act = 19 ] then clear echo -e $green" Installing SQLMap " sleep 1 apt update && apt upgrade apt install python2 git clone https://github.com/sqlmapproject/sqlmap.git cd ~/ echo -e $red" Done Install Cuk " fi if [ $act = 20 ] || [ $act = 20 ] then clear echo -e $green" Installing Dirbuster " sleep 1 apt-get update apt-get install python apt-get install git git clone https://github.com/maurosoria/dirsearch.git cd ~/ echo -e $red" Done Install Cuk " fi if [ $act = 21 ] || [ $act = 21 ] then clear echo -e $green" Installing admin finder " sleep 1 apt update && apt upgrade apt-get install php mkdir adfin cd ~/webdav wget https://pastebin.com/raw/32txZ6Qr -O adfin.php cd ~/ echo -e $red" Done Install Cuk " fi if [ $act = 22 ] || [ $act = 22 ] then clear echo -e $green" installing lokomedia exploiter " sleep 1 apt update && apt upgrade apt-get install php mkdir lokomed cd ~/lokomed wget https://pastebin.com/raw/sPpJRjCZ -O lokomedia.php cd ~/ echo -e $red" Done Install Cuk " echo -e $red" usage : php lokomedia.php a.txt " fi if [ $act = 23 ] || [ $act = 23 ] then clear echo -e $green" installing elfinder exploiter " sleep 1 apt update && apt upgrade apt-get install php mkdir elfinder cd ~/elfinder wget https://pastebin.com/raw/S7Y2V19h -O elfinder.php cd ~/ echo -e $red" Done Install Cuk " fi if [ $act = 24 ] || [ $act = 24 ] then clear echo -e $green" installing magento add admin exploiter " sleep 1 apt update && apt upgrade apt-get install php mkdir magento cd ~/magento wget https://pastebin.com/raw/PXkG73pG -O magento.php cd ~/ echo -e $red" Done Install Cuk " fi if [ $act = 25 ] || [ $act = 25 ] then clear echo -e $green" installing scanner tools " sleep 1 apt update && apt upgrade apt install python2 mkdir scanner cd ~/scanner wget https://pastebin.com/raw/m79t1Zia -O scanner.py wget https://pastebin.com/raw/mgKxMWXh -O admins.1337 wget https://pastebin.com/raw/EafKj98D -O files.1337 cd ~/ echo -e $red" Done Install Cuk " echo -e $red" usage : python2 scanner.py site.com -m files " fi if [ $act = 26 ] || [ $act = 26 ] then clear echo -e $green" installing bing dorker " sleep 1 apt update && apt upgrade apt-get install php mkdir bing cd ~/bing wget https://pastebin.com/raw/tjQY6Tsg -O dorker.php cd ~/ echo -e $red" Done Install Cuk " fi if [ $act = 27 ] || [ $act = 27 ] then clear echo -e $green" installing katoolin " sleep 1 apt update && apt upgrade pkg install git pkg install python2 pkg install gnupg pkg install nano git clone https://github.com/LionSec/katoolin.git cd ~/katoolin echo -e $green"note : nano katoolin.py ganti semua kode /etc/apt/source.list dengan /data/data/com.termux/files/usr/etc/apt/sources.list kemudian simpan dengan menekan ctrl O enter kemudian ctrl X . jika tidak ada menu ctrl pada keyboard munculkan dengan menahan tombol volume atas kemudian ketik Q pada keyboard maka menu ctrl akan muncul di atas keyboard python2 katoolin.py Sisanya bisa mengikuti cara install di atas, Jika menemui masalah gpg error saat melakukan add repository install gnupg-curl dengan perintah pkg install gnupg-curl Untuk yg menggunakan termux dengan cpu arm64 (aarch64) tidak bisa menambahkan repositori kali linux karna kali linux tidak support aarch64, jadi sebelum menginstall tools kali di termux wajib dengan android dengan arm32 jika arm64 gunakan gnuroot" echo -e $red" Done Install Cuk " fi if [ $act = 28 ] || [ $act = 28 ] then clear echo -e $green" installing arch linux " sleep 1 apt update && apt upgrade apt-get install git cd ~/ git clone https://github.com/sdrausty/termux-archlinux.git cd termux-archlinux chmod +x setupTermuxArch.sh ./setupTermuxArch.sh echo -e $red" Done Install Cuk " fi if [ $act = 29 ] || [ $act = 29 ] then clear echo -e $green" installing fedora " sleep 1 apt update && apt upgrade apt-get install git apt install wget git clone https://github.com/nmilosev/termux-fedora.git cd termux-fedora chmod +x termux-fedora.sh echo -e $red" Done Install Cuk " fi if [ $act = 30 ] || [ $act = 30 ] then clear echo -e $green" installing hash-Buster " sleep 1 apt update && apt upgrade apt install python2 && apt install git git clone https://github.com/UltimateHackers/Hash-Buster cd Hash-Buster echo -e $red" Done Install Cuk " fi if [ $act = 31 ] || [ $act = 31 ] then clear echo -e $green" installing sudo " sleep 1 apt update && apt upgrade pkg install git ncurses-utils git clone https://github.com/st42/termux-sudo.git cd termux-sudo cat sudo > /data/data/com.termux/files/usr/bin/sudo chmod 700 /data/data/com.termux/files/usr/bin/sudo echo -e $red" Done Install Cuk " fi if [ $act = 32 ] || [ $act = 32 ] then clear echo -e $green" installing aircrack-ng " sleep 1 apt-get update && apt-get upgrade apt-get install aircrack-ng echo -e $red" done install cuk " fi if [ $act = 33 ] || [ $act = 33 ] then clear echo -e $green" installing joomscan " sleep 1 apt-get update && apt-get upgrade apt-get install git apt-get install perl git clone https://github.com/rezasp/joomscan.git echo -e $red" done install cuk " fi if [ $act = 34 ] || [ $act = 34 ] then clear echo -e $green" installing bing-ip2hosts " sleep 1 apt-get update && apt-get upgrade apt-get install wget wget http://www.morningstarsecurity.com/downloads/bing-ip2hosts-0.4.tar.gz && tar -xzvf bing-ip2hosts-0.4.tar.gz && cp bing-ip2hosts-0.4/bing-ip2hosts /usr/local/bin/t echo -e $red" done install cuk " fi if [ $act = 35 ] || [ $act = 35 ] then clear echo -e $green" installing BlueMaho " sleep 1 apt-get update && apt-get upgrade apt-get install git git clone git://git.kali.org/packages/bluemaho.git echo -e $red" done install cuk " fi if [ $act = 36 ] || [ $act = 36 ] then clear echo -e $green" installing Bluepot " sleep 1 apt-get update && apt-get upgrade apt-get install git git clone git://git.kali.org/packages/bluepot.git echo -e $red" done install cuk " fi if [ $act = 37 ] || [ $act = 37 ] then clear echo -e $green" installing honeypot " sleep 1 apt-get update && apt-get upgrade apt-get install git && apt-get install php git clone https://github.com/whackashoe/php-spam-mail-honeypot.git echo -e $red" done install cuk " fi if [ $act = 38 ] || [ $act = 38 ] then clear echo -e $green" installing bot auto deface 1 " sleep 1 apt-get update && apt-get upgrade apt-get install git apt-get install wget apt-get install perl apt-get install unzip git clone https://github.com/mrcakil/bot.git cd bot unzip bot.zip cd xploit chmod 777 bot.pl echo -e $red" Lokasi bot ? /bot/xploit/bot.pl" echo -e $red" done install cuk " fi if [ $act = 39 ] || [ $act = 39 ] then clear echo -e $green" installing bot auto deface 2 " sleep 1 apt-get update && apt-get upgrade apt-get install git && apt-get install perl git clone https://github.com/Moham3dRiahi/XAttacker cd XAttacker chmod 777 XAttacker.pl echo -e $red" done install cuk " fi if [ $act = 40 ] || [ $act = 40 ] then clear echo -e $green" installing mailer-sender " sleep 1 apt-get update && apt-get upgrade apt-get install php5-cli curl -sS https://getcomposer.org/installer | php chmod +x composer.phar sudo mv composer.phar /usr/bin/composer git clone https://github.com/pedro-stanaka/mailer-cli.git echo -e $red" note !! " echo -e $red" usage php sendmail.php notification:mailer <email> <subject> <body>; " echo -e $red" or " echo -e $red" php sendmail.php --help " echo -e $red" done install cuk " fi if [ $act = 41 ] || [ $act = 41 ] then clear echo -e $green" installing wordpress brute force " sleep 1 apt-get update && apt-get upgrade apt-get install python2 pip install request git clone https://github.com/atarantini/wpbf echo -e $red" done install cuk " fi if [ $act = 42 ] || [ $act = 42 ] then clear echo -e $green" installing termux Ohmyzsh " sleep 1 apt-get update && apt-get upgrade sh -c "$(curl -fsSL https://github.com/Cabbagec/termux-ohmyzsh/raw/master/install.sh)" ~/.termux/colors.sh echo -e $red" ganti color ? ketik ~/.termux/colors.sh " echo -e $red" Done Install Cuk " fi if [ $act = 43 ] || [ $act = 43 ] then clear echo -e $green" installing Instabot instagram bot " sleep 1 apt-get update && apt-get upgrade pkg install python2 apt-get install git apt-get install nano git clone https://github.com/instabot-py/instabot.py echo -e $red" Done Install Cuk " echo -e $red" Please wait... " echo -e $red" Please wait... " sleep 1 cd instabot.py echo -e $red" ketik nano example.py " echo -e $red" masukan username dan password mu" echo -e $red" Done cuk " fi if [ $act = 44 ] || [ $act = 44 ] then clear echo -e $green" installing fsociety " sleep 1 apt-get update && apt-get upgrade pkg install python apt-get install git git clone https://github.com/Manisso/fsociety echo -e $red" Done Install Cuk " echo -e $red" Please wait... " echo -e $red" Please wait... " sleep 1 cd fsociety echo -e $red" python fsociety.py " fi if [ $act = 45 ] || [ $act = 45 ] then clear echo -e $green" installing CMS Scanner " sleep 1 apt-get update && apt-get upgrade pkg install python apt-get install git git clone https://github.com/Dionach/CMSmap.git sleep 1 cd CMSmap echo -e $red" Usage: cmsmap.py -t <URL> " fi if [ $act = 46 ] || [ $act = 46 ] then clear echo -e $green" installing INFORMATION Gathering " sleep 1 apt-get update && apt-get upgrade pkg install python apt-get install git git clone https://github.com/m4ll0k/Infoga.git infoga sleep 1 cd infoga pip install -r req echo -e $red" Usage: python infoga.py " fi if [ $act = 47 ] || [ $act = 47 ] then clear echo -e $green" installing com fabrik exploiter " sleep 1 apt-get update && apt-get upgrade apt-get install wget apt-get install php wget https://pastebin.com/raw/LDvFvtUD -O com_fabrik.php sleep 1 echo -e $red" Usage: php com_fabrik.php target.txt " fi if [ $act = 48 ] || [ $act = 48 ] then clear echo -e $green" installing com foxcontact exploiter " sleep 1 apt-get update && apt-get upgrade apt-get install wget apt-get install php wget https://pastebin.com/raw/EAtSir5V -O com_foxcontact.php sleep 1 echo -e $red" Usage: php com_foxcontact.php target.txt " fi if [ $act = 49 ] || [ $act = 49 ] then clear echo -e $green" installing gmail brute force " sleep 1 apt-get update && apt-get upgrade apt-get install git git clone https://github.com/JamesAndresCM/Brute_force_gmail sleep 1 echo -e $red" Usage: python2.7 brute_force_gmail.py example@gmail.com PATH_TO_DICTIONARY " fi if [ $act = 50 ] || [ $act = 50 ] then clear echo -e $green" installing ezsploit " sleep 1 apt-get update && apt-get upgrade apt-get install git git clone https://github.com/rand0m1ze/ezsploit sleep 1 echo -e $red" Done Install cuk " fi if [ $act = 51 ] || [ $act = 51 ] then clear echo -e $green" installing spammer grab " sleep 1 apt-get update && apt-get upgrade apt-get install git apt-get install python2 pip install requests git clone https://github.com/p4kl0nc4t/Spammer-Grab/ sleep 1 echo -e $red" Done Install cuk " fi if [ $act = 52 ] || [ $act = 52 ] then clear echo -e $green" installing spammer toko pedia " sleep 1 apt-get update && apt-get upgrade apt-get install git apt-get install unzip apt-get install php git clone https://github.com/mrcakil/spam cd spam unzip toko-pedia.zip sleep 1 echo -e $red" Done Install cuk " fi if [ $act = 53 ] || [ $act = 53 ] then clear echo -e $green" installing TheFatRat " sleep 1 apt-get update && apt-get upgrade apt-get install git git clone https://github.com/Screetsec/TheFatRat.git cd TheFatRat chmod +x setup.sh && ./setup.sh sleep 1 echo -e $red" Done Install cuk " fi if [ $act = 54 ] || [ $act = 54 ] then clear echo -e $green" installing IPGeolocation " sleep 1 apt-get update && apt-get upgrade apt-get install git apt install python2 git clone https://github.com/maldevel/IPGeolocation.git cd IPGeolocation chmod +x ipgeolocation.py pip install -r requirements.txt sleep 1 echo -e $red" pun Install cuk " fi if [ $act = 55 ] || [ $act = 55 ] then echo -e $green" pesan terakhir " sleep 1 echo -e $green" dadi wong jowo " sleep 1 echo -e $green" kudu jawani " sleep 1 echo -e $green" Please Wait.... " sleep 1 echo -e $green" contact : mr.60-n3z dark line.net " sleep 1 echo -e $red" web : https://clannokturnal.blogspot.com " sleep 1 echo -e $red" Bye ea :* " sleep 1 exit fi
tajmancrackit
What is Kali Nethunter? Kali Nethunter is a Android ROM which is designed for Penetration Testing with Android Devices, Firstly Nethunter is Available for Nexus And Oneplus Devices, And it also used to perform wireless attacks such as WiFi Hacking etc. Once it is Possible to use on Nexus Devices only, But now you can install in any Android Device without Rooting through Termux App. How to install kali nethunter in termuxInstalling Kali Nethunter in Termux is very Easy, and It can be done by using few commands Before Installing Kali Nethunter, You Must Satisfy Below Requirements Requirements: A fully Charged DeviceGood Internet ConnectionAt least 1GB RAM & 2 GB Free SpaceTermux App Must Be InstalledXserver XSDL App must Be InstalledA little bit of Patience😇
mamahsayang
#!/data/data/com.termux/files/usr/bin/bash # DIAN HERMAWAN # coded By MASTER HACKER # copyright® 2019 # WELCOME blue='\e[0;34' cyan='\e[0;36m' green='\e[0;34m' okegreen='\033[92m' lightgreen='\e[1;32m' white='\e[1;37m' red='\e[1;31m' yellow='\e[1;33m' ################################################### # CTRL C ################################################### trap ctrl_c INT ctrl_c() { clear echo -e $red"[#]> (Ctrl + C ) Detected, Trying To Exit ... " sleep 1 echo "" echo -e $green"[#]> Terima kasih sudah make tools saya ... " sleep 1 echo "" echo -e $white"[#]> Master Here ... " read enter exit } echo -e $red" __ ___ _____ __ _ __" echo -e $red" / |/ /___ / ___/__ _/ /__ (_) /" echo -e $white" / /|_/ / __// /__/ _ / _// / / " echo -e $white" /_/ /_/_/ (_)___/\_,_/_/\_\/_/_/ " echo -e $red" ***********************************************" echo -e $white" # $red toolkit for hackers v2.1 $white #" echo -e $red" # $red happy fun guys $red #" echo -e $white" # $red contact: mrcakil@programmer.net $white #" echo -e $red" # $white greetz :99syndicate - Anonymous Cyber team $red#" echo -e $white" # $white copyright : ./Mr Cakil $white #" echo -e $red" # $white thanks to : 4wsec - Mr.Tenwap $red #" echo -e $white" ***********************************************" echo "" echo -e $green" 01) Red Hawk" echo -e $green" 02) D-Tect" echo -e $green" 03) Hunner" echo -e $green" 04) WPScan" echo -e $green" 05) Webdav" echo -e $green" 06) Metasploit" echo -e $green" 07) Kali Nethunter" echo -e $green" 08) Ubuntu" echo -e $green" 09) Youtube Dl" echo -e $green" 10) viSQL " echo -e $green" 11) Weeman" echo -e $green" 12) WFDroid" echo -e $green" 13) FBBrute" echo -e $green" 14) Ngrok" echo -e $green" 15) Torshammer " echo -e $green" 16) RouterSploit " echo -e $green" 17) Hydra " echo -e $green" 18) Weevely " echo -e $green" 19) SQLMap " echo -e $green" 20) Dirbuster " echo -e $green" 21) admin finder " echo -e $green" 22) lokomedia exploiter " echo -e $green" 23) elfinder exploiter " echo -e $green" 24) magento add admin exploiter " echo -e $green" 25) scanner tools " echo -e $green" 26) bing dorker " echo -e $green" 27) katoolin " echo -e $green" 28) arch linux " echo -e $green" 29) linux fedora" echo -e $green" 30) hash-buster" echo -e $green" 31) sudo" echo -e $green" 32) aircrack-ng" echo -e $green" 33) joomscan" echo -e $green" 34) bing-ip2hosts" echo -e $green" 35) BlueMaho" echo -e $green" 36) Bluepot" echo -e $green" 37) honeypot" echo -e $green" 38) bot auto deface 1" echo -e $green" 39) bot auto deface 2" echo -e $green" 40) mailer sender cli" echo -e $green" 41) Wordpress Brute Force" echo -e $green" 42) Oh-myzsh theme for termux" echo -e $green" 43) instabot (instagram bot)" echo -e $green" 44) fsociety" echo -e $green" 45) Cms Scanner" echo -e $green" 46) Information Gathering" echo -e $green" 47) com_fabrik exploiter" echo -e $green" 48) com foxcontact exploiter" echo -e $green" 49) gmail brute force" echo -e $green" 50) ezsploit" echo -e $green" 51) spammer-grab sms" echo -e $green" 52) spammer call toko-pedia" echo -e $green" 53) The Fat Rat" echo -e $green" 54) IPGeolocation" echo -e $green" 55) exit" echo -e $white"" read -p "[mrcakil@Tools]> " act; if [ $act = 01 ] || [ $act = 01 ] then clear echo -e $green" Installing Red Hawk " sleep 1 apt update && apt upgrade apt install php apt install git git clone https://github.com/Tuhinshubhra/RED_HAWK echo -e $green" Done Install Cuk " fi if [ $act = 02 ] || [ $act = 02 ] then clear echo -e $green" Installing D-Tect " sleep 1 apt-get update && apt-get upgrade apt-get install git apt-get install python2 git clone https://github.com/shawarkhanethicalhacker/D-TECT echo -e $red" Done Install Cuk " fi if [ $act = 03 ] || [ $act = 03 ] then clear echo -e $green" Installing Hunner " sleep 1 apt-get update && apt-get upgrade apt install python apt install git git clone https://github.com/b3-v3r/Hunner echo -e $red" Done Install Cuk " fi if [ $act = 04 ] || [ $act = 04 ] then clear echo -e $green" Installing Wpscan " sleep 1 apt-get update && apt-get upgrade apt install ruby apt install curl apt install git git clone https://github.com/wpscanteam/wpscan cd ~/wpscan gem install bundle bundle config build.nokogiri --use-system-libraries bundle install ruby wpscan.rb --update cd ~/ echo -e $red" Done Install Cuk " fi if [ $act = 05 ] || [ $act = 05 ] then clear echo -e $green" Installing Webdav " sleep 1 apt update && apt upgrade apt install python2 pip2 install urllib3 chardet certifi idna requests apt install openssl curl pkg install libcurl mkdir webdav cd ~/webdav wget https://pastebin.com/raw/HnVyQPtR -O webdav.py chmod 777 webdav.py cd ~/ echo -e $red" Done Install Cuk " fi if [ $act = 06 ] || [ $act = 06 ] then clear echo -e $green" Installing Metasploit " sleep 1 apt update && apt upgrade apt install git apt install wget wget https://raw.githubusercontent.com/verluchie/termux-metasploit/master/install.sh chmod 777 install.sh sh install.sh echo -e $red" Done Install Cuk " fi if [ $act = 07 ] || [ $act = 07 ] then clear echo -e $green" Installing Kali Nethunter " sleep 1 apt update && apt upgrade apt install git git clone https://github.com/Hax4us/Nethunter-In-Termux.git cd ~/Nethunter-In-Termux chmod 777 kalinethunter sh kalinethunter echo -e $red" Done Install Cuk " fi if [ $act = 08 ] || [ $act = 08 ] then clear echo -e $green" Installing Ubuntu " sleep 1 apt update && apt upgrade apt install git apt install wget apt install proot git clone https://github.com/Neo-Oli/termux-ubuntu.git cd ~/termux-ubuntu chmod +x ubuntu.sh sh ubuntu.sh echo " Fix network please wait " sleep 1 echo "nameserver 8.8.8.8" > /data/data/com.termux/files/home/termux-ubuntu/ubuntu-fs/etc/resolv.conf echo -e $red" Done Install Cuk " fi if [ $act = 09 ] || [ $act = 09 ] then clear echo -e $green" Installing Youtube DL " sleep 1 apt update && apt upgrade apt install python pip3 install mps_youtube pip3 install youtube_dl apt install mpv echo " Untuk menjalankannya ketik "mpsyt" tanpa tanda petik " echo -e $red" Done Install Cuk " fi if [ $act = 10 ] || [ $act = 10 ] then clear echo -e $green" Installing viSQL " sleep 1 apt update && apt upgrade pkg install git pkg install python2 git clone https://github.com/blackvkng/viSQL.git cd ~/viSQL chmod 777 viSQL.py cd ~/ echo -e $red" Done Install Cuk " fi if [ $act = 11 ] || [ $act = 11 ] then clear echo -e $green" Installing Weeman " sleep 1 apt update && apt upgrade pkg install git apt install python2 git clone https://github.com/samyoyo/weeman cd ~/weeman pip2 install beautifulsoup pip2 install bs4 cd ~/ echo -e $red" Done Install Cuk " fi if [ $act = 12 ] || [ $act = 12 ] then clear echo -e $green" Installing WFDroid " sleep 1 apt update && apt upgrade apt install wget mkdir wfdroid cd ~/wfdroid wget https://raw.githubusercontent.com/bytezcrew/wfdroid-termux/master/wfdinstall chmod 777 wfdinstall sh wfdinstall cd ~/ echo -e $red" Done Install Cuk " fi if [ $act = 13 ] || [ $act = 13 ] then clear sleep 1 echo -e $green" Installing FBBrute " apt install python2 apt install python2-dev apt install wget pip2 install mechanize mkdir fbbrute cd ~/fbbrute wget https://pastebin.com/raw/aqMBt2xA -O fbbrute.py wget http://override.waper.co/files/password.apk mv password.apk password.txt chmod 777 fbbrute.py cd ~/ echo -e $red" Done Install Cuk " fi if [ $act = 14 ] || [ $act = 14 ] then clear echo -e $green" Installing Ngrok " sleep 1 apt install wget mkdir ngrok cd ~/ngrok wget https://bin.equinox.io/c/4VmDzA7iaHb/ngrok-stable-linux-arm.zip unzip ngrok-stable-linux-arm.zip cd ~/ echo -e $red" Done Install Cuk " fi if [ $act = 15 ] || [ $act = 15 ] then clear echo -e $green" Installing Hammer " sleep 1 pkg update pkg upgrade pkg install python pkg install git git clone https://github.com/cyweb/hammer cd ~/ echo -e $red" Done Install Cuk " fi if [ $act = 16 ] || [ $act = 16 ] then clear echo -e $green" Installing Routersploit " sleep 1 apt install git apt install python2 pip2 install requests git clone https://github.com/reverse-shell/routersploit.git cd routersploit pip install -r requirements.txt termux-fix-shebang rsf.py cd ~/ echo -e $red" Done Install Cuk " fi if [ $act = 17 ] || [ $act = 17 ] then clear echo -e $green" Installing Hydra " sleep 1 apt update && apt install -y wget apt install hydra wget http://scrapmaker.com/download/data/wordlists/dictionaries/rockyou.txt cd ~/ echo -e $red" Done Install Cuk " fi if [ $act = 18 ] || [ $act = 18 ] then clear echo -e $green" Installing Weevely " sleep 1 pkg update pkg upgrade git clone https://github.com/glides/Weevely cd ~/ echo -e $red" Done Install Cuk " fi if [ $act = 19 ] || [ $act = 19 ] then clear echo -e $green" Installing SQLMap " sleep 1 apt update && apt upgrade apt install python2 git clone https://github.com/sqlmapproject/sqlmap.git cd ~/ echo -e $red" Done Install Cuk " fi if [ $act = 20 ] || [ $act = 20 ] then clear echo -e $green" Installing Dirbuster " sleep 1 apt-get update apt-get install python apt-get install git git clone https://github.com/maurosoria/dirsearch.git cd ~/ echo -e $red" Done Install Cuk " fi if [ $act = 21 ] || [ $act = 21 ] then clear echo -e $green" Installing admin finder " sleep 1 apt update && apt upgrade apt-get install php mkdir adfin cd ~/webdav wget https://pastebin.com/raw/32txZ6Qr -O adfin.php cd ~/ echo -e $red" Done Install Cuk " fi if [ $act = 22 ] || [ $act = 22 ] then clear echo -e $green" installing lokomedia exploiter " sleep 1 apt update && apt upgrade apt-get install php mkdir lokomed cd ~/lokomed wget https://pastebin.com/raw/sPpJRjCZ -O lokomedia.php cd ~/ echo -e $red" Done Install Cuk " echo -e $red" usage : php lokomedia.php a.txt " fi if [ $act = 23 ] || [ $act = 23 ] then clear echo -e $green" installing elfinder exploiter " sleep 1 apt update && apt upgrade apt-get install php mkdir elfinder cd ~/elfinder wget https://pastebin.com/raw/S7Y2V19h -O elfinder.php cd ~/ echo -e $red" Done Install Cuk " fi if [ $act = 24 ] || [ $act = 24 ] then clear echo -e $green" installing magento add admin exploiter " sleep 1 apt update && apt upgrade apt-get install php mkdir magento cd ~/magento wget https://pastebin.com/raw/PXkG73pG -O magento.php cd ~/ echo -e $red" Done Install Cuk " fi if [ $act = 25 ] || [ $act = 25 ] then clear echo -e $green" installing scanner tools " sleep 1 apt update && apt upgrade apt install python2 mkdir scanner cd ~/scanner wget https://pastebin.com/raw/m79t1Zia -O scanner.py wget https://pastebin.com/raw/mgKxMWXh -O admins.1337 wget https://pastebin.com/raw/EafKj98D -O files.1337 cd ~/ echo -e $red" Done Install Cuk " echo -e $red" usage : python2 scanner.py site.com -m files " fi if [ $act = 26 ] || [ $act = 26 ] then clear echo -e $green" installing bing dorker " sleep 1 apt update && apt upgrade apt-get install php mkdir bing cd ~/bing wget https://pastebin.com/raw/tjQY6Tsg -O dorker.php cd ~/ echo -e $red" Done Install Cuk " fi if [ $act = 27 ] || [ $act = 27 ] then clear echo -e $green" installing katoolin " sleep 1 apt update && apt upgrade pkg install git pkg install python2 pkg install gnupg pkg install nano git clone https://github.com/LionSec/katoolin.git cd ~/katoolin echo -e $green"note : nano katoolin.py ganti semua kode /etc/apt/source.list dengan /data/data/com.termux/files/usr/etc/apt/sources.list kemudian simpan dengan menekan ctrl O enter kemudian ctrl X . jika tidak ada menu ctrl pada keyboard munculkan dengan menahan tombol volume atas kemudian ketik Q pada keyboard maka menu ctrl akan muncul di atas keyboard python2 katoolin.py Sisanya bisa mengikuti cara install di atas, Jika menemui masalah gpg error saat melakukan add repository install gnupg-curl dengan perintah pkg install gnupg-curl Untuk yg menggunakan termux dengan cpu arm64 (aarch64) tidak bisa menambahkan repositori kali linux karna kali linux tidak support aarch64, jadi sebelum menginstall tools kali di termux wajib dengan android dengan arm32 jika arm64 gunakan gnuroot" echo -e $red" Done Install Cuk " fi if [ $act = 28 ] || [ $act = 28 ] then clear echo -e $green" installing arch linux " sleep 1 apt update && apt upgrade apt-get install git cd ~/ git clone https://github.com/sdrausty/termux-archlinux.git cd termux-archlinux chmod +x setupTermuxArch.sh ./setupTermuxArch.sh echo -e $red" Done Install Cuk " fi if [ $act = 29 ] || [ $act = 29 ] then clear echo -e $green" installing fedora " sleep 1 apt update && apt upgrade apt-get install git apt install wget git clone https://github.com/nmilosev/termux-fedora.git cd termux-fedora chmod +x termux-fedora.sh echo -e $red" Done Install Cuk " fi if [ $act = 30 ] || [ $act = 30 ] then clear echo -e $green" installing hash-Buster " sleep 1 apt update && apt upgrade apt install python2 && apt install git git clone https://github.com/UltimateHackers/Hash-Buster cd Hash-Buster echo -e $red" Done Install Cuk " fi if [ $act = 31 ] || [ $act = 31 ] then clear echo -e $green" installing sudo " sleep 1 apt update && apt upgrade pkg install git ncurses-utils git clone https://github.com/st42/termux-sudo.git cd termux-sudo cat sudo > /data/data/com.termux/files/usr/bin/sudo chmod 700 /data/data/com.termux/files/usr/bin/sudo echo -e $red" Done Install Cuk " fi if [ $act = 32 ] || [ $act = 32 ] then clear echo -e $green" installing aircrack-ng " sleep 1 apt-get update && apt-get upgrade apt-get install aircrack-ng echo -e $red" done install cuk " fi if [ $act = 33 ] || [ $act = 33 ] then clear echo -e $green" installing joomscan " sleep 1 apt-get update && apt-get upgrade apt-get install git apt-get install perl git clone https://github.com/rezasp/joomscan.git echo -e $red" done install cuk " fi if [ $act = 34 ] || [ $act = 34 ] then clear echo -e $green" installing bing-ip2hosts " sleep 1 apt-get update && apt-get upgrade apt-get install wget wget http://www.morningstarsecurity.com/downloads/bing-ip2hosts-0.4.tar.gz && tar -xzvf bing-ip2hosts-0.4.tar.gz && cp bing-ip2hosts-0.4/bing-ip2hosts /usr/local/bin/t echo -e $red" done install cuk " fi if [ $act = 35 ] || [ $act = 35 ] then clear echo -e $green" installing BlueMaho " sleep 1 apt-get update && apt-get upgrade apt-get install git git clone git://git.kali.org/packages/bluemaho.git echo -e $red" done install cuk " fi if [ $act = 36 ] || [ $act = 36 ] then clear echo -e $green" installing Bluepot " sleep 1 apt-get update && apt-get upgrade apt-get install git git clone git://git.kali.org/packages/bluepot.git echo -e $red" done install cuk " fi if [ $act = 37 ] || [ $act = 37 ] then clear echo -e $green" installing honeypot " sleep 1 apt-get update && apt-get upgrade apt-get install git && apt-get install php git clone https://github.com/whackashoe/php-spam-mail-honeypot.git echo -e $red" done install cuk " fi if [ $act = 38 ] || [ $act = 38 ] then clear echo -e $green" installing bot auto deface 1 " sleep 1 apt-get update && apt-get upgrade apt-get install git apt-get install wget apt-get install perl apt-get install unzip git clone https://github.com/mrcakil/bot.git cd bot unzip bot.zip cd xploit chmod 777 bot.pl echo -e $red" Lokasi bot ? /bot/xploit/bot.pl" echo -e $red" done install cuk " fi if [ $act = 39 ] || [ $act = 39 ] then clear echo -e $green" installing bot auto deface 2 " sleep 1 apt-get update && apt-get upgrade apt-get install git && apt-get install perl git clone https://github.com/Moham3dRiahi/XAttacker cd XAttacker chmod 777 XAttacker.pl echo -e $red" done install cuk " fi if [ $act = 40 ] || [ $act = 40 ] then clear echo -e $green" installing mailer-sender " sleep 1 apt-get update && apt-get upgrade apt-get install php5-cli curl -sS https://getcomposer.org/installer | php chmod +x composer.phar sudo mv composer.phar /usr/bin/composer git clone https://github.com/pedro-stanaka/mailer-cli.git echo -e $red" note !! " echo -e $red" usage php sendmail.php notification:mailer <email> <subject> <body>; " echo -e $red" or " echo -e $red" php sendmail.php --help " echo -e $red" done install cuk " fi if [ $act = 41 ] || [ $act = 41 ] then clear echo -e $green" installing wordpress brute force " sleep 1 apt-get update && apt-get upgrade apt-get install python2 pip install request git clone https://github.com/atarantini/wpbf echo -e $red" done install cuk " fi if [ $act = 42 ] || [ $act = 42 ] then clear echo -e $green" installing termux Ohmyzsh " sleep 1 apt-get update && apt-get upgrade sh -c "$(curl -fsSL https://github.com/Cabbagec/termux-ohmyzsh/raw/master/install.sh)" ~/.termux/colors.sh echo -e $red" ganti color ? ketik ~/.termux/colors.sh " echo -e $red" Done Install Cuk " fi if [ $act = 43 ] || [ $act = 43 ] then clear echo -e $green" installing Instabot instagram bot " sleep 1 apt-get update && apt-get upgrade pkg install python2 apt-get install git apt-get install nano git clone https://github.com/instabot-py/instabot.py echo -e $red" Done Install Cuk " echo -e $red" Please wait... " echo -e $red" Please wait... " sleep 1 cd instabot.py echo -e $red" ketik nano example.py " echo -e $red" masukan username dan password mu" echo -e $red" Done cuk " fi if [ $act = 44 ] || [ $act = 44 ] then clear echo -e $green" installing fsociety " sleep 1 apt-get update && apt-get upgrade pkg install python apt-get install git git clone https://github.com/Manisso/fsociety echo -e $red" Done Install Cuk " echo -e $red" Please wait... " echo -e $red" Please wait... " sleep 1 cd fsociety echo -e $red" python fsociety.py " fi if [ $act = 45 ] || [ $act = 45 ] then clear echo -e $green" installing CMS Scanner " sleep 1 apt-get update && apt-get upgrade pkg install python apt-get install git git clone https://github.com/Dionach/CMSmap.git sleep 1 cd CMSmap echo -e $red" Usage: cmsmap.py -t <URL> " fi if [ $act = 46 ] || [ $act = 46 ] then clear echo -e $green" installing INFORMATION Gathering " sleep 1 apt-get update && apt-get upgrade pkg install python apt-get install git git clone https://github.com/m4ll0k/Infoga.git infoga sleep 1 cd infoga pip install -r req echo -e $red" Usage: python infoga.py " fi if [ $act = 47 ] || [ $act = 47 ] then clear echo -e $green" installing com fabrik exploiter " sleep 1 apt-get update && apt-get upgrade apt-get install wget apt-get install php wget https://pastebin.com/raw/LDvFvtUD -O com_fabrik.php sleep 1 echo -e $red" Usage: php com_fabrik.php target.txt " fi if [ $act = 48 ] || [ $act = 48 ] then clear echo -e $green" installing com foxcontact exploiter " sleep 1 apt-get update && apt-get upgrade apt-get install wget apt-get install php wget https://pastebin.com/raw/EAtSir5V -O com_foxcontact.php sleep 1 echo -e $red" Usage: php com_foxcontact.php target.txt " fi if [ $act = 49 ] || [ $act = 49 ] then clear echo -e $green" installing gmail brute force " sleep 1 apt-get update && apt-get upgrade apt-get install git git clone https://github.com/JamesAndresCM/Brute_force_gmail sleep 1 echo -e $red" Usage: python2.7 brute_force_gmail.py example@gmail.com PATH_TO_DICTIONARY " fi if [ $act = 50 ] || [ $act = 50 ] then clear echo -e $green" installing ezsploit " sleep 1 apt-get update && apt-get upgrade apt-get install git git clone https://github.com/rand0m1ze/ezsploit sleep 1 echo -e $red" Done Install cuk " fi if [ $act = 51 ] || [ $act = 51 ] then clear echo -e $green" installing spammer grab " sleep 1 apt-get update && apt-get upgrade apt-get install git apt-get install python2 pip install requests git clone https://github.com/p4kl0nc4t/Spammer-Grab/ sleep 1 echo -e $red" Done Install cuk " fi if [ $act = 52 ] || [ $act = 52 ] then clear echo -e $green" installing spammer toko pedia " sleep 1 apt-get update && apt-get upgrade apt-get install git apt-get install unzip apt-get install php git clone https://github.com/mrcakil/spam cd spam unzip toko-pedia.zip sleep 1 echo -e $red" Done Install cuk " fi if [ $act = 53 ] || [ $act = 53 ] then clear echo -e $green" installing TheFatRat " sleep 1 apt-get update && apt-get upgrade apt-get install git git clone https://github.com/Screetsec/TheFatRat.git cd TheFatRat chmod +x setup.sh && ./setup.sh sleep 1 echo -e $red" Done Install cuk " fi if [ $act = 54 ] || [ $act = 54 ] then clear echo -e $green" installing IPGeolocation " sleep 1 apt-get update && apt-get upgrade apt-get install git apt install python2 git clone https://github.com/maldevel/IPGeolocation.git cd IPGeolocation chmod +x ipgeolocation.py pip install -r requirements.txt sleep 1 echo -e $red" Done Install cuk " fi if [ $act = 55 ] || [ $act = 55 ] then echo -e $green" pesan terakhir " sleep 1 echo -e $green" Master Hacker " sleep 1 echo -e $green"Jangan Nganggur Cuk " sleep 1 echo -e $green" Please Wait.... " sleep 1 echo -e $green" contact : mrcakil@programmer.net " sleep 1 echo -e $red" fb : https://www.facebook.com/ngintipwkwkwk " sleep 1 echo -e $red" Bye :* " sleep 1 exit fi
ashu-cmd
This Project will let you install termux black . metasploit , various tools and Kali Nethunter Rootless without any error in your Termux.
utkarsh-404
This tool is of Kali Nethunter which helps you to use Kali Nethunter in Termux without rooting your android device. This tool is originally made by Hax4us. I have just edited this. Follow this link to visit his repository :https://github.com/Hax4us/Nethunter-In-Termux
mageedigi
Installation: Install the NetHunter-Store app from: https://store.nethunter.com/ From the Kali NetHunter Store, install Termux, NetHunter-KeX client, and Hacker's keyboard Note: The button "install" may not change to "installed" in the store client after installation - just ignore it. Starting termux for the first time may seem stuck while displaying "installing" on some devices - just hit enter. Open Termux and type: termux-setup-storage pkg install wget wget -O install-nethunter-termux https://offs.ec/2MceZWr chmod +x install-nethunter-termux ./install-nethunter-termux Usage: Open Termux and type one of the following: Command To nethunter Start Kali NetHunter command line interface nethunter kex passwd Configure the KeX password (only needed before 1st use) nethunter kex & Start Kali NetHunter Desktop Experience user sessions nethunter kex stop Stop Kali NetHunter Desktop Experience nethunter <command> Run in Kali NetHunter environment nethunter -r Start Kali NetHunter cli as root nethunter -r kex passwd Configure the KeX password for root nethunter -r kex & Start Kali NetHunter Desktop Experience as root nethunter -r kex stop Stop Kali NetHunter Desktop Experience root sessions nethunter -r kex kill Kill all KeX sessions nethunter -r <command> Run <command> in Kali NetHunter environment as root Note: The command nethunter can be abbreviated to nh. Note: If you ran KeX in the background (&) without having set a password, you will need to bring it back to the foreground (i.e. via fg <job id>) then prompted to enter the password, finally you can then send it to the background again (via Ctrl + z and bg <job id>) To use KeX], start the KeX client, enter your password and click connect. Note: For a better viewing experience, enter a custom resolution under "Advanced Settings" in the KeX Client Mon Aug 16 06:28:48 UTC 2021
rc-chuah
This is a python script by which you can install Kali Nethunter (Kali Linux) in your termux application without rooted phone.
rc-chuah
This is a bash script by which you can install Kali Nethunter (Kali Linux) in your termux application without rooted phone.
PsycoRo6otGX1
import marshal exec(marshal.loads('''c\x00\x00\x00\x00\x00\x00\x00\x00\x02\x00\x00\x00@\x00\x00\x00sH\x0f\x00\x00d\x00\x00d\x01\x00l\x00\x00Z\x00\x00d\x00\x00d\x01\x00l\x01\x00Z\x01\x00d\x02\x00\x84\x00\x00Z\x02\x00e\x00\x00j\x03\x00d\x03\x00\x83\x01\x00\x01d\x04\x00GHd\x05\x00GHd\x06\x00GHd\x07\x00GHd\x08\x00GHd\t\x00GHd\n\x00GHd\x0b\x00GHd\x0c\x00GHd\r\x00GHd\x0e\x00GHd\x0f\x00GHHd\x10\x00GHd\x11\x00GHd\x12\x00GHd\x13\x00GHd\x14\x00GHd\x15\x00GHd\x16\x00GHd\x17\x00GHd\x18\x00GHd\x19\x00GHd\x1a\x00GHd\x1b\x00GHd\x1c\x00GHd\x1d\x00GHd\x1e\x00GHd\x1f\x00GHd \x00GHd!\x00GHd"\x00GHd#\x00GHe\x04\x00d$\x00\x83\x01\x00Z\x05\x00e\x05\x00j\x06\x00\x83\x00\x00d%\x00j\x07\x00\x83\x00\x00k\x06\x00rX\x01d&\x00GHe\x00\x00j\x03\x00d\'\x00\x83\x01\x00\x01e\x00\x00j\x03\x00d(\x00\x83\x01\x00\x01e\x00\x00j\x03\x00d)\x00\x83\x01\x00\x01e\x00\x00j\x03\x00d*\x00\x83\x01\x00\x01e\x00\x00j\x03\x00d+\x00\x83\x01\x00\x01e\x00\x00j\x03\x00d,\x00\x83\x01\x00\x01d-\x00GHe\x01\x00j\x08\x00\x83\x00\x00\x01n\xec\re\x05\x00j\x06\x00\x83\x00\x00d.\x00j\x07\x00\x83\x00\x00k\x06\x00r\xa1\x01d/\x00GHe\x00\x00j\x03\x00d\'\x00\x83\x01\x00\x01e\x00\x00j\x03\x00d0\x00\x83\x01\x00\x01d-\x00GHe\x01\x00j\x08\x00\x83\x00\x00\x01n\xa3\re\x05\x00j\x06\x00\x83\x00\x00d1\x00j\x07\x00\x83\x00\x00k\x06\x00r\xe0\x01d2\x00GHe\x00\x00j\x03\x00d\'\x00\x83\x01\x00\x01e\x00\x00j\x03\x00d3\x00\x83\x01\x00\x01d-\x00GHnd\re\x05\x00j\x06\x00\x83\x00\x00d4\x00j\x07\x00\x83\x00\x00k\x06\x00rj\x02d5\x00GHe\x00\x00j\x03\x00d\'\x00\x83\x01\x00\x01e\x00\x00j\x03\x00d6\x00\x83\x01\x00\x01e\x00\x00j\x03\x00d7\x00\x83\x01\x00\x01e\x00\x00j\x03\x00d8\x00\x83\x01\x00\x01e\x00\x00j\x03\x00d9\x00\x83\x01\x00\x01e\x00\x00j\x03\x00d:\x00\x83\x01\x00\x01e\x00\x00j\x03\x00d;\x00\x83\x01\x00\x01d-\x00GHe\x01\x00j\x08\x00\x83\x00\x00\x01n\xda\x0ce\x05\x00j\x06\x00\x83\x00\x00d<\x00j\x07\x00\x83\x00\x00k\x06\x00r\xda\x02d=\x00GHe\x00\x00j\x03\x00d\'\x00\x83\x01\x00\x01e\x00\x00j\x03\x00d>\x00\x83\x01\x00\x01e\x00\x00j\x03\x00d?\x00\x83\x01\x00\x01e\x00\x00j\x03\x00d@\x00\x83\x01\x00\x01e\x00\x00j\x03\x00dA\x00\x83\x01\x00\x01d-\x00GHe\x01\x00j\x08\x00\x83\x00\x00\x01nj\x0ce\x05\x00j\x06\x00\x83\x00\x00dB\x00j\x07\x00\x83\x00\x00k\x06\x00r0\x03dC\x00GHe\x00\x00j\x03\x00d\'\x00\x83\x01\x00\x01e\x00\x00j\x03\x00dD\x00\x83\x01\x00\x01e\x00\x00j\x03\x00dE\x00\x83\x01\x00\x01d-\x00GHe\x01\x00j\x08\x00\x83\x00\x00\x01n\x14\x0ce\x05\x00j\x06\x00\x83\x00\x00dF\x00j\x07\x00\x83\x00\x00k\x06\x00r\x86\x03dG\x00GHe\x00\x00j\x03\x00d\'\x00\x83\x01\x00\x01e\x00\x00j\x03\x00dH\x00\x83\x01\x00\x01e\x00\x00j\x03\x00dI\x00\x83\x01\x00\x01d-\x00GHe\x01\x00j\x08\x00\x83\x00\x00\x01n\xbe\x0be\x05\x00j\x06\x00\x83\x00\x00dJ\x00j\x07\x00\x83\x00\x00k\x06\x00r\xc2\x03dK\x00GHe\x00\x00j\x03\x00dL\x00\x83\x01\x00\x01d-\x00GHe\x01\x00j\x08\x00\x83\x00\x00\x01n\x82\x0be\x05\x00j\x06\x00\x83\x00\x00dM\x00j\x07\x00\x83\x00\x00k\x06\x00r\x18\x04dN\x00GHe\x00\x00j\x03\x00d\'\x00\x83\x01\x00\x01e\x00\x00j\x03\x00dO\x00\x83\x01\x00\x01e\x00\x00j\x03\x00dP\x00\x83\x01\x00\x01d-\x00GHe\x01\x00j\x08\x00\x83\x00\x00\x01n,\x0be\x05\x00j\x06\x00\x83\x00\x00dQ\x00j\x07\x00\x83\x00\x00k\x06\x00rn\x04dR\x00GHe\x00\x00j\x03\x00d\'\x00\x83\x01\x00\x01e\x00\x00j\x03\x00dO\x00\x83\x01\x00\x01e\x00\x00j\x03\x00dS\x00\x83\x01\x00\x01d-\x00GHe\x01\x00j\x08\x00\x83\x00\x00\x01n\xd6\ne\x05\x00j\x06\x00\x83\x00\x00dT\x00j\x07\x00\x83\x00\x00k\x06\x00r\xc4\x04dU\x00GHe\x00\x00j\x03\x00d\'\x00\x83\x01\x00\x01e\x00\x00j\x03\x00dO\x00\x83\x01\x00\x01e\x00\x00j\x03\x00dV\x00\x83\x01\x00\x01d-\x00GHe\x01\x00j\x08\x00\x83\x00\x00\x01n\x80\ne\x05\x00j\x06\x00\x83\x00\x00dW\x00j\x07\x00\x83\x00\x00k\x06\x00r\x1a\x05dX\x00GHe\x00\x00j\x03\x00d\'\x00\x83\x01\x00\x01e\x00\x00j\x03\x00dY\x00\x83\x01\x00\x01e\x00\x00j\x03\x00dZ\x00\x83\x01\x00\x01d-\x00GHe\x01\x00j\x08\x00\x83\x00\x00\x01n*\ne\x05\x00j\x06\x00\x83\x00\x00d[\x00j\x07\x00\x83\x00\x00k\x06\x00r\x97\x05d\\\x00GHe\x00\x00j\x03\x00d\'\x00\x83\x01\x00\x01e\x00\x00j\x03\x00d6\x00\x83\x01\x00\x01e\x00\x00j\x03\x00d]\x00\x83\x01\x00\x01e\x00\x00j\x03\x00d^\x00\x83\x01\x00\x01e\x00\x00j\x03\x00d_\x00\x83\x01\x00\x01e\x00\x00j\x03\x00d`\x00\x83\x01\x00\x01d-\x00GHe\x01\x00j\x08\x00\x83\x00\x00\x01n\xad\te\x05\x00j\x06\x00\x83\x00\x00da\x00j\x07\x00\x83\x00\x00k\x06\x00r\xfa\x05db\x00GHe\x00\x00j\x03\x00d\'\x00\x83\x01\x00\x01e\x00\x00j\x03\x00dc\x00\x83\x01\x00\x01e\x00\x00j\x03\x00dd\x00\x83\x01\x00\x01e\x00\x00j\x03\x00de\x00\x83\x01\x00\x01d-\x00GHe\x01\x00j\x08\x00\x83\x00\x00\x01nJ\te\x05\x00j\x06\x00\x83\x00\x00df\x00j\x07\x00\x83\x00\x00k\x06\x00r]\x06dg\x00GHe\x00\x00j\x03\x00d\'\x00\x83\x01\x00\x01e\x00\x00j\x03\x00dc\x00\x83\x01\x00\x01e\x00\x00j\x03\x00dh\x00\x83\x01\x00\x01e\x00\x00j\x03\x00di\x00\x83\x01\x00\x01d-\x00GHe\x01\x00j\x08\x00\x83\x00\x00\x01n\xe7\x08e\x05\x00j\x06\x00\x83\x00\x00dj\x00j\x07\x00\x83\x00\x00k\x06\x00r\xc0\x06dk\x00GHe\x00\x00j\x03\x00d\'\x00\x83\x01\x00\x01e\x00\x00j\x03\x00dc\x00\x83\x01\x00\x01e\x00\x00j\x03\x00dl\x00\x83\x01\x00\x01e\x00\x00j\x03\x00dm\x00\x83\x01\x00\x01d-\x00GHe\x01\x00j\x08\x00\x83\x00\x00\x01n\x84\x08e\x05\x00j\x06\x00\x83\x00\x00dn\x00j\x07\x00\x83\x00\x00k\x06\x00r#\x07do\x00GHe\x00\x00j\x03\x00d\'\x00\x83\x01\x00\x01e\x00\x00j\x03\x00dc\x00\x83\x01\x00\x01e\x00\x00j\x03\x00d?\x00\x83\x01\x00\x01e\x00\x00j\x03\x00dp\x00\x83\x01\x00\x01d-\x00GHe\x01\x00j\x08\x00\x83\x00\x00\x01n!\x08e\x05\x00j\x06\x00\x83\x00\x00dq\x00j\x07\x00\x83\x00\x00k\x06\x00r\x86\x07dr\x00GHe\x00\x00j\x03\x00d\'\x00\x83\x01\x00\x01e\x00\x00j\x03\x00dc\x00\x83\x01\x00\x01e\x00\x00j\x03\x00ds\x00\x83\x01\x00\x01e\x00\x00j\x03\x00dt\x00\x83\x01\x00\x01d-\x00GHe\x01\x00j\x08\x00\x83\x00\x00\x01n\xbe\x07e\x05\x00j\x06\x00\x83\x00\x00du\x00j\x07\x00\x83\x00\x00k\x06\x00r\xe9\x07dv\x00GHe\x00\x00j\x03\x00d\'\x00\x83\x01\x00\x01e\x00\x00j\x03\x00dc\x00\x83\x01\x00\x01e\x00\x00j\x03\x00dw\x00\x83\x01\x00\x01e\x00\x00j\x03\x00dx\x00\x83\x01\x00\x01d-\x00GHe\x01\x00j\x08\x00\x83\x00\x00\x01n[\x07e\x05\x00j\x06\x00\x83\x00\x00dy\x00j\x07\x00\x83\x00\x00k\x06\x00r?\x08dz\x00GHe\x00\x00j\x03\x00d\'\x00\x83\x01\x00\x01e\x00\x00j\x03\x00dc\x00\x83\x01\x00\x01e\x00\x00j\x03\x00d{\x00\x83\x01\x00\x01d-\x00GHe\x01\x00j\x08\x00\x83\x00\x00\x01n\x05\x07e\x05\x00j\x06\x00\x83\x00\x00d|\x00j\x07\x00\x83\x00\x00k\x06\x00r\x95\x08d}\x00GHe\x00\x00j\x03\x00d\'\x00\x83\x01\x00\x01e\x00\x00j\x03\x00dc\x00\x83\x01\x00\x01e\x00\x00j\x03\x00d~\x00\x83\x01\x00\x01d-\x00GHe\x01\x00j\x08\x00\x83\x00\x00\x01n\xaf\x06e\x05\x00j\x06\x00\x83\x00\x00d\x7f\x00j\x07\x00\x83\x00\x00k\x06\x00r\xeb\x08d\x80\x00GHe\x00\x00j\x03\x00d\'\x00\x83\x01\x00\x01e\x00\x00j\x03\x00dc\x00\x83\x01\x00\x01e\x00\x00j\x03\x00d\x81\x00\x83\x01\x00\x01d-\x00GHe\x01\x00j\x08\x00\x83\x00\x00\x01nY\x06e\x05\x00j\x06\x00\x83\x00\x00d\x82\x00j\x07\x00\x83\x00\x00k\x06\x00rA\td\x83\x00GHe\x00\x00j\x03\x00d\'\x00\x83\x01\x00\x01e\x00\x00j\x03\x00dc\x00\x83\x01\x00\x01e\x00\x00j\x03\x00d\x84\x00\x83\x01\x00\x01d-\x00GHe\x01\x00j\x08\x00\x83\x00\x00\x01n\x03\x06e\x05\x00j\x06\x00\x83\x00\x00d\x85\x00j\x07\x00\x83\x00\x00k\x06\x00r\x97\td\x86\x00GHe\x00\x00j\x03\x00d\'\x00\x83\x01\x00\x01e\x00\x00j\x03\x00dc\x00\x83\x01\x00\x01e\x00\x00j\x03\x00d\x87\x00\x83\x01\x00\x01d-\x00GHe\x01\x00j\x08\x00\x83\x00\x00\x01n\xad\x05e\x05\x00j\x06\x00\x83\x00\x00d\x88\x00j\x07\x00\x83\x00\x00k\x06\x00r\xed\td\x89\x00GHe\x00\x00j\x03\x00d\'\x00\x83\x01\x00\x01e\x00\x00j\x03\x00dc\x00\x83\x01\x00\x01e\x00\x00j\x03\x00d\x8a\x00\x83\x01\x00\x01d-\x00GHe\x01\x00j\x08\x00\x83\x00\x00\x01nW\x05e\x05\x00j\x06\x00\x83\x00\x00d\x8b\x00j\x07\x00\x83\x00\x00k\x06\x00rC\nd\x8c\x00GHe\x00\x00j\x03\x00d\'\x00\x83\x01\x00\x01e\x00\x00j\x03\x00dc\x00\x83\x01\x00\x01e\x00\x00j\x03\x00d\x8d\x00\x83\x01\x00\x01d-\x00GHe\x01\x00j\x08\x00\x83\x00\x00\x01n\x01\x05e\x05\x00j\x06\x00\x83\x00\x00d\x8e\x00j\x07\x00\x83\x00\x00k\x06\x00r\x99\nd\x8f\x00GHe\x00\x00j\x03\x00d\'\x00\x83\x01\x00\x01e\x00\x00j\x03\x00dc\x00\x83\x01\x00\x01e\x00\x00j\x03\x00d\x90\x00\x83\x01\x00\x01d-\x00GHe\x01\x00j\x08\x00\x83\x00\x00\x01n\xab\x04e\x05\x00j\x06\x00\x83\x00\x00d\x91\x00j\x07\x00\x83\x00\x00k\x06\x00r\xef\nd\x92\x00GHe\x00\x00j\x03\x00d\'\x00\x83\x01\x00\x01e\x00\x00j\x03\x00dc\x00\x83\x01\x00\x01e\x00\x00j\x03\x00d\x93\x00\x83\x01\x00\x01d-\x00GHe\x01\x00j\x08\x00\x83\x00\x00\x01nU\x04e\x05\x00j\x06\x00\x83\x00\x00d\x94\x00j\x07\x00\x83\x00\x00k\x06\x00rE\x0bd\x95\x00GHe\x00\x00j\x03\x00d\'\x00\x83\x01\x00\x01e\x00\x00j\x03\x00dH\x00\x83\x01\x00\x01e\x00\x00j\x03\x00d\x96\x00\x83\x01\x00\x01d-\x00GHe\x01\x00j\x08\x00\x83\x00\x00\x01n\xff\x03e\x05\x00j\x06\x00\x83\x00\x00d\x97\x00j\x07\x00\x83\x00\x00k\x06\x00r\xa8\x0bd\x98\x00GHe\x00\x00j\x03\x00d\'\x00\x83\x01\x00\x01e\x00\x00j\x03\x00dc\x00\x83\x01\x00\x01e\x00\x00j\x03\x00d\x99\x00\x83\x01\x00\x01e\x00\x00j\x03\x00d\x9a\x00\x83\x01\x00\x01d-\x00GHe\x01\x00j\x08\x00\x83\x00\x00\x01n\x9c\x03e\x05\x00j\x06\x00\x83\x00\x00d\x9b\x00j\x07\x00\x83\x00\x00k\x06\x00r\xfe\x0bd\x9c\x00GHe\x00\x00j\x03\x00d\'\x00\x83\x01\x00\x01e\x00\x00j\x03\x00dc\x00\x83\x01\x00\x01e\x00\x00j\x03\x00d\x9d\x00\x83\x01\x00\x01d-\x00GHe\x01\x00j\x08\x00\x83\x00\x00\x01nF\x03e\x05\x00j\x06\x00\x83\x00\x00d\x9e\x00j\x07\x00\x83\x00\x00k\x06\x00rT\x0cd\x9f\x00GHe\x00\x00j\x03\x00d\'\x00\x83\x01\x00\x01e\x00\x00j\x03\x00dc\x00\x83\x01\x00\x01e\x00\x00j\x03\x00d\xa0\x00\x83\x01\x00\x01d-\x00GHe\x01\x00j\x08\x00\x83\x00\x00\x01n\xf0\x02e\x05\x00j\x06\x00\x83\x00\x00d\xa1\x00j\x07\x00\x83\x00\x00k\x06\x00r\xb7\x0cd\xa2\x00GHe\x00\x00j\x03\x00d\'\x00\x83\x01\x00\x01e\x00\x00j\x03\x00dH\x00\x83\x01\x00\x01e\x00\x00j\x03\x00d\xa3\x00\x83\x01\x00\x01e\x00\x00j\x03\x00d\xa4\x00\x83\x01\x00\x01d-\x00GHe\x01\x00j\x08\x00\x83\x00\x00\x01n\x8d\x02e\x05\x00j\x06\x00\x83\x00\x00d\xa5\x00j\x07\x00\x83\x00\x00k\x06\x00r\r\rd\xa6\x00GHe\x00\x00j\x03\x00d\'\x00\x83\x01\x00\x01e\x00\x00j\x03\x00dH\x00\x83\x01\x00\x01e\x00\x00j\x03\x00d\xa7\x00\x83\x01\x00\x01d-\x00GHe\x01\x00j\x08\x00\x83\x00\x00\x01n7\x02e\x05\x00j\x06\x00\x83\x00\x00d\xa8\x00j\x07\x00\x83\x00\x00k\x06\x00rp\rd\xa9\x00GHe\x00\x00j\x03\x00d\'\x00\x83\x01\x00\x01e\x00\x00j\x03\x00dc\x00\x83\x01\x00\x01e\x00\x00j\x03\x00d\xaa\x00\x83\x01\x00\x01e\x00\x00j\x03\x00d\xab\x00\x83\x01\x00\x01d-\x00GHe\x01\x00j\x08\x00\x83\x00\x00\x01n\xd4\x01e\x05\x00j\x06\x00\x83\x00\x00d\xac\x00j\x07\x00\x83\x00\x00k\x06\x00r\xc6\rd\xad\x00GHe\x00\x00j\x03\x00d\'\x00\x83\x01\x00\x01e\x00\x00j\x03\x00dc\x00\x83\x01\x00\x01e\x00\x00j\x03\x00d\xae\x00\x83\x01\x00\x01d-\x00GHe\x01\x00j\x08\x00\x83\x00\x00\x01n~\x01e\x05\x00j\x06\x00\x83\x00\x00d\xaf\x00j\x07\x00\x83\x00\x00k\x06\x00r\x1c\x0ed\xb0\x00GHe\x00\x00j\x03\x00d\'\x00\x83\x01\x00\x01e\x00\x00j\x03\x00dc\x00\x83\x01\x00\x01e\x00\x00j\x03\x00d\xb1\x00\x83\x01\x00\x01d-\x00GHe\x01\x00j\x08\x00\x83\x00\x00\x01n(\x01e\x05\x00j\x06\x00\x83\x00\x00d\xb2\x00j\x07\x00\x83\x00\x00k\x06\x00r\x7f\x0ed\xb3\x00GHe\x00\x00j\x03\x00d\'\x00\x83\x01\x00\x01e\x00\x00j\x03\x00dc\x00\x83\x01\x00\x01e\x00\x00j\x03\x00d\xb4\x00\x83\x01\x00\x01e\x00\x00j\x03\x00d\xb5\x00\x83\x01\x00\x01d-\x00GHe\x01\x00j\x08\x00\x83\x00\x00\x01n\xc5\x00e\x05\x00j\x06\x00\x83\x00\x00d\xb6\x00j\x07\x00\x83\x00\x00k\x06\x00r\xe2\x0ed\xb7\x00GHe\x00\x00j\x03\x00d\'\x00\x83\x01\x00\x01e\x00\x00j\x03\x00dc\x00\x83\x01\x00\x01e\x00\x00j\x03\x00d\xb8\x00\x83\x01\x00\x01e\x00\x00j\x03\x00d\xb9\x00\x83\x01\x00\x01d-\x00GHe\x01\x00j\x08\x00\x83\x00\x00\x01nb\x00e\x05\x00j\x06\x00\x83\x00\x00d\xba\x00j\x07\x00\x83\x00\x00k\x06\x00r8\x0fd\xbb\x00GHe\x00\x00j\x03\x00d\'\x00\x83\x01\x00\x01e\x00\x00j\x03\x00d\xbc\x00\x83\x01\x00\x01e\x00\x00j\x03\x00d\xbd\x00\x83\x01\x00\x01d-\x00GHe\x01\x00j\x08\x00\x83\x00\x00\x01n\x0c\x00d\xbe\x00GHe\x02\x00\x83\x00\x00\x01d\x01\x00S(\xbf\x00\x00\x00i\xff\xff\xff\xffNc\x00\x00\x00\x00\x02\x00\x00\x00\x04\x00\x00\x00C\x00\x00\x00s/\x00\x00\x00t\x00\x00j\x01\x00}\x00\x00t\x02\x00j\x03\x00|\x00\x00|\x00\x00t\x00\x00j\x04\x00\x8c\x02\x00\x01t\x02\x00j\x05\x00\x83\x00\x00}\x01\x00d\x00\x00S(\x01\x00\x00\x00N(\x06\x00\x00\x00t\x03\x00\x00\x00syst\n\x00\x00\x00executablet\x02\x00\x00\x00ost\x05\x00\x00\x00execlt\x04\x00\x00\x00argvt\x06\x00\x00\x00getcwd(\x02\x00\x00\x00t\x06\x00\x00\x00pythont\x06\x00\x00\x00curdir(\x00\x00\x00\x00(\x00\x00\x00\x00s\x03\x00\x00\x00<s>t\x0f\x00\x00\x00restart_program\x08\x00\x00\x00s\x06\x00\x00\x00\x00\x01\t\x01\x16\x01t\x05\x00\x00\x00clears)\x00\x00\x00 __ s)\x00\x00\x00| | ___ ___ _ _ _____ _ _ _ _ s)\x00\x00\x00| |__ | .\'||- _|| | || || | ||_\'_| s)\x00\x00\x00|_____||__,||___||_ ||_|_|_||___||_,_| s)\x00\x00\x00 |___| s)\x00\x00\x00 [A] Author: DedSecTL & ID_OUT96 s)\x00\x00\x00 [D] Date: 05-10-2017 (18:22) s)\x00\x00\x00 [G] Blackhole Programming Security s)\x00\x00\x00 [T] AndroSec1337 Cyber Team s)\x00\x00\x00 [G] https://github.com/Gameye98 s)\x00\x00\x00 [B] http://droidsec9798-com.mwapblog.coms)\x00\x00\x00 [B] http://androsec1337.cf s"\x00\x00\x00 [01] Sudo [11] SQLMaps\'\x00\x00\x00 [02] NMap [12] Black Hydras*\x00\x00\x00 [03] Hydra [13] Fl00d & Fl00d2s"\x00\x00\x00 [04] FB Brute Force [14] Infogas#\x00\x00\x00 [05] Webdav [15] LANs.pys"\x00\x00\x00 [06] RED HAWK [16] Pagodos \x00\x00\x00 [07] Brutal [17] FBUPs%\x00\x00\x00 [08] Metasploit [18] KnockMails"\x00\x00\x00 [09] 1337Hash [19] Ufonets#\x00\x00\x00 [10] IPLoc [20] Commix\ns$\x00\x00\x00 [21] D-Tect [31] ReconDogs"\x00\x00\x00 [22] A-Rat [32] Meishas*\x00\x00\x00 [23] Torshammer [33] Kali NetHunters!\x00\x00\x00 [24] Slowloris [34] Ngroks"\x00\x00\x00 [25] DSSS [35] Weemans \x00\x00\x00 [26] SQLiv [36] Cupps\'\x00\x00\x00 [27] Wifite [37] Hash-Busters(\x00\x00\x00 [28] Wifite 2 [38] Routersploits"\x00\x00\x00 [29] MSFPC [39] Ubuntus"\x00\x00\x00 [30] Kwetza [40] Fedoras\x0b\x00\x00\x00\nlazymux > s\x04\x00\x00\x0001 1s\x14\x00\x00\x00---# Installing sudos\x19\x00\x00\x00apt update && apt upgrades\x1d\x00\x00\x00apt install ncurses-utils gits-\x00\x00\x00git clone https://github.com/st42/termux-sudos\x0e\x00\x00\x00cd termux-sudos3\x00\x00\x00cat sudo > /data/data/com.termux/files/usr/bin/sudos2\x00\x00\x00chmod 700 /data/data/com.termux/files/usr/bin/sudos\t\x00\x00\x00---# Dones\x04\x00\x00\x0002 2s\x17\x00\x00\x00---# Installing NMap...s\x10\x00\x00\x00apt install nmaps\x04\x00\x00\x0003 3s\x15\x00\x00\x00---# Installing Hydras\x11\x00\x00\x00apt install hydras\x04\x00\x00\x0004 4s$\x00\x00\x00---# Installing Facebook Brute Forces$\x00\x00\x00apt install python2 python2-dev wgets\x16\x00\x00\x00pip2 install mechanizesh\x00\x00\x00mkdir /data/data/com.termux/files/home/facebook-brute;cd /data/data/com.termux/files/home/facebook-brutes0\x00\x00\x00wget http://override.waper.co/files/facebook.apks0\x00\x00\x00wget http://override.waper.co/files/password.apks8\x00\x00\x00mv facebook.apk facebook.py;mv password.apk password.txts\x04\x00\x00\x0005 5s\x16\x00\x00\x00---# Installing Webdavs4\x00\x00\x00apt install python2 python2-dev openssl curl libcurls2\x00\x00\x00pip2 install urllib3 chardet certifi idna requestssX\x00\x00\x00mkdir /data/data/com.termux/files/home/webdav;cd /data/data/com.termux/files/home/webdavsB\x00\x00\x00curl -k -O https://pastebin.com/raw/HnVyQPtR;mv HnVyQPtR webdav.pys\x04\x00\x00\x0006 6s\x18\x00\x00\x00---# Installing RED HAWKs\x13\x00\x00\x00apt install git phps2\x00\x00\x00git clone https://github.com/Tuhinshubhra/RED_HAWKs\x04\x00\x00\x0007 7s\x16\x00\x00\x00---# Installing Brutals\x0f\x00\x00\x00apt install gitsJ\x00\x00\x00git clone https://github.com/Screetsec/Brutal;cd Brutal;chmod +x Brutal.shs\x04\x00\x00\x0008 8s\x1a\x00\x00\x00---# Installing Metasploits\x14\x00\x00\x00bash meta-install.shs\x04\x00\x00\x0009 9s\x18\x00\x00\x00---# Installing 1337Hashs#\x00\x00\x00apt install git python2 python2-devs.\x00\x00\x00git clone https://github.com/Gameye98/1337Hasht\x02\x00\x00\x0010s\x15\x00\x00\x00---# Installing IPLocs+\x00\x00\x00git clone https://github.com/Gameye98/IPLoct\x02\x00\x00\x0011s\x16\x00\x00\x00---# Installing SQLMaps1\x00\x00\x00git clone https://github.com/sqlmapproject/sqlmapt\x02\x00\x00\x0012s\x1b\x00\x00\x00---# Installing Black Hydras)\x00\x00\x00apt install hydra git python2 python2-devs1\x00\x00\x00git clone https://github.com/Gameye98/Black-Hydrat\x02\x00\x00\x0013s\x1e\x00\x00\x00---# Installing Fl00d & Fl00d2sV\x00\x00\x00mkdir /data/data/com.termux/files/home/fl00d;cd /data/data/com.termux/files/home/fl00ds-\x00\x00\x00wget http://override.waper.co/files/fl00d.apks.\x00\x00\x00wget http://override.waper.co/files/fl00d2.apks-\x00\x00\x00mv fl00d.apk fl00d.py;mv fl00d2.apk fl00d2.pyt\x02\x00\x00\x0014s\x16\x00\x00\x00---# Installing Infogas#\x00\x00\x00apt install python2 python2-dev gits&\x00\x00\x00pip2 install requests urllib3 urlparses*\x00\x00\x00git clone https://github.com/m4ll0k/Infogat\x02\x00\x00\x0015s\x17\x00\x00\x00---# Installing LANs.pys#\x00\x00\x00pip2 install scapy twisted requestss1\x00\x00\x00git clone https://github.com/DanMcInerney/LANs.pyt\x02\x00\x00\x0016s\x16\x00\x00\x00---# Installing Pagodos\x17\x00\x00\x00pip2 install bs4 googles+\x00\x00\x00git clone https://github.com/opsdisk/pagodot\x02\x00\x00\x0017s\x14\x00\x00\x00---# Installing FBUPs2\x00\x00\x00git clone https://github.com/mrSilent0598/FBUPv2.0t\x02\x00\x00\x0018s\x19\x00\x00\x00---# Installing KnockMails!\x00\x00\x00pip2 install validate_email pyDNSs,\x00\x00\x00git clone https://github.com/4w4k3/KnockMailt\x02\x00\x00\x0019s\x16\x00\x00\x00---# Installing Ufonets1\x00\x00\x00pip2 install pycurl geoip whois pycrypto requestss+\x00\x00\x00git clone https://github.com/epsylon/ufonett\x02\x00\x00\x0020s\x16\x00\x00\x00---# Installing Commixs1\x00\x00\x00git clone https://github.com/commixproject/commixt\x02\x00\x00\x0021s\x16\x00\x00\x00---# Installing D-Tects;\x00\x00\x00git clone https://github.com/shawarkhanethicalhacker/D-TECTt\x02\x00\x00\x0022s\x15\x00\x00\x00---# Installing A-Rats(\x00\x00\x00git clone https://github.com/Xi4u7/A-Ratt\x02\x00\x00\x0023s\x1a\x00\x00\x00---# Installing Torshammers2\x00\x00\x00git clone https://github.com/dotfighter/torshammert\x02\x00\x00\x0024s\x19\x00\x00\x00---# Installing Slowloriss,\x00\x00\x00git clone https://github.com/gkbrk/slowlorist\x02\x00\x00\x0025s\x14\x00\x00\x00---# Installing DSSSs*\x00\x00\x00git clone https://github.com/stamparm/DSSSt\x02\x00\x00\x0026s\x15\x00\x00\x00---# Installing SQLivs+\x00\x00\x00git clone https://github.com/Hadesy2k/sqlivt\x02\x00\x00\x0027s\x16\x00\x00\x00---# Installing Wifites*\x00\x00\x00git clone https://github.com/derv82/wifitet\x02\x00\x00\x0028s\x18\x00\x00\x00---# Installing Wifite 2s+\x00\x00\x00git clone https://github.com/derv82/wifite2t\x02\x00\x00\x0029s\x15\x00\x00\x00---# Installing MSFPCs(\x00\x00\x00git clone https://github.com/g0tmi1k/mpct\x02\x00\x00\x0030s\x16\x00\x00\x00---# Installing Kwetzas-\x00\x00\x00git clone https://github.com/sensepost/kwetzas\x1b\x00\x00\x00pip2 install beautifulsoup4t\x02\x00\x00\x0031s\x18\x00\x00\x00---# Installing ReconDogs5\x00\x00\x00git clone https://github.com/UltimateHackers/ReconDogt\x02\x00\x00\x0032s\x16\x00\x00\x00---# Installing Meishas,\x00\x00\x00git clone https://github.com/Gameye98/Meishat\x02\x00\x00\x0033s\x1e\x00\x00\x00---# Installing Kali NetHunters7\x00\x00\x00git clone https://github.com/Hax4us/Nethunter-In-Termuxs-\x00\x00\x00cd Nethunter-In-Termux;chmod +x kalinethuntert\x02\x00\x00\x0034s\x15\x00\x00\x00---# Installing Ngroks1\x00\x00\x00git clone https://github.com/themastersunil/ngrokt\x02\x00\x00\x0035s\x16\x00\x00\x00---# Installing Weemans2\x00\x00\x00git clone https://github.com/evait-security/weemans\x1c\x00\x00\x00cd weeman;chmod +x weeman.pyt\x02\x00\x00\x0036s\x14\x00\x00\x00---# Installing Cupps\'\x00\x00\x00git clone https://github.com/Mebus/cuppt\x02\x00\x00\x0037s\x1b\x00\x00\x00---# Installing Hash-Busters8\x00\x00\x00git clone https://github.com/UltimateHackers/Hash-Bustert\x02\x00\x00\x0038s\x1c\x00\x00\x00---# Installing Routersploits7\x00\x00\x00git clone https://github.com/reverse-shell/routersploitsn\x00\x00\x00cd routersploit;pip2 install -r requirements.txt;pip2 install -r requirements-dev.txt;pip2 install -r requestst\x02\x00\x00\x0039s\x16\x00\x00\x00---# Installing Ubuntus2\x00\x00\x00git clone https://github.com/Neo-Oli/termux-ubuntus"\x00\x00\x00cd termux-ubuntu && bash ubuntu.sht\x02\x00\x00\x0040s\x16\x00\x00\x00---# Installing Fedoras\x14\x00\x00\x00apt install wget gitsy\x00\x00\x00/data/data/com.termux/files/usr/bin/wget https://raw.githubusercontent.com/nmilosev/termux-fedora/master/termux-fedora.shs\x16\x00\x00\x00[!] ERROR: Wrong Input(\t\x00\x00\x00R\x02\x00\x00\x00R\x00\x00\x00\x00R\x08\x00\x00\x00t\x06\x00\x00\x00systemt\t\x00\x00\x00raw_inputt\x07\x00\x00\x00lazymuxt\x05\x00\x00\x00stript\x05\x00\x00\x00splitt\x04\x00\x00\x00exit(\x00\x00\x00\x00(\x00\x00\x00\x00(\x00\x00\x00\x00s\x03\x00\x00\x00<s>t\x08\x00\x00\x00<module>\x05\x00\x00\x00s\xa0\x02\x00\x00\x18\x03\t\x06\r\x01\x05\x01\x05\x01\x05\x01\x05\x01\x05\x01\x05\x01\x05\x01\x05\x01\x05\x01\x05\x01\x05\x01\x05\x01\x01\x01\x05\x01\x05\x01\x05\x01\x05\x01\x05\x01\x05\x01\x05\x01\x05\x01\x05\x01\x05\x01\x05\x01\x05\x01\x05\x01\x05\x01\x05\x01\x05\x01\x05\x01\x05\x01\x05\x01\x05\x01\x0c\x01\x18\x01\x05\x01\r\x01\r\x01\r\x01\r\x01\r\x01\r\x01\x05\x01\r\x01\x18\x01\x05\x01\r\x01\r\x01\x05\x01\r\x01\x18\x01\x05\x01\r\x01\r\x01\x08\x01\x18\x01\x05\x01\r\x01\r\x01\r\x01\r\x01\r\x01\r\x01\r\x01\x05\x01\r\x01\x18\x01\x05\x01\r\x01\r\x01\r\x01\r\x01\r\x01\x05\x01\r\x01\x18\x01\x05\x01\r\x01\r\x01\r\x01\x05\x01\r\x01\x18\x01\x05\x01\r\x01\r\x01\r\x01\x05\x01\r\x01\x18\x01\x05\x01\r\x01\x05\x01\r\x01\x18\x01\x05\x01\r\x01\r\x01\r\x01\x05\x01\r\x01\x18\x01\x05\x01\r\x01\r\x01\r\x01\x05\x01\r\x01\x18\x01\x05\x01\r\x01\r\x01\r\x01\x05\x01\r\x01\x18\x01\x05\x01\r\x01\r\x01\r\x01\x05\x01\r\x01\x18\x01\x05\x01\r\x01\r\x01\r\x01\r\x01\r\x01\r\x01\x05\x01\r\x01\x18\x01\x05\x01\r\x01\r\x01\r\x01\r\x01\x05\x01\r\x01\x18\x01\x05\x01\r\x01\r\x01\r\x01\r\x01\x05\x01\r\x01\x18\x01\x05\x01\r\x01\r\x01\r\x01\r\x01\x05\x01\r\x01\x18\x01\x05\x01\r\x01\r\x01\r\x01\r\x01\x05\x01\r\x01\x18\x01\x05\x01\r\x01\r\x01\r\x01\r\x01\x05\x01\r\x01\x18\x01\x05\x01\r\x01\r\x01\r\x01\r\x01\x05\x01\r\x01\x18\x01\x05\x01\r\x01\r\x01\r\x01\x05\x01\r\x01\x18\x01\x05\x01\r\x01\r\x01\r\x01\x05\x01\r\x01\x18\x01\x05\x01\r\x01\r\x01\r\x01\x05\x01\r\x01\x18\x01\x05\x01\r\x01\r\x01\r\x01\x05\x01\r\x01\x18\x01\x05\x01\r\x01\r\x01\r\x01\x05\x01\r\x01\x18\x01\x05\x01\r\x01\r\x01\r\x01\x05\x01\r\x01\x18\x01\x05\x01\r\x01\r\x01\r\x01\x05\x01\r\x01\x18\x01\x05\x01\r\x01\r\x01\r\x01\x05\x01\r\x01\x18\x01\x05\x01\r\x01\r\x01\r\x01\x05\x01\r\x01\x18\x01\x05\x01\r\x01\r\x01\r\x01\x05\x01\r\x01\x18\x01\x05\x01\r\x01\r\x01\r\x01\r\x01\x05\x01\r\x01\x18\x01\x05\x01\r\x01\r\x01\r\x01\x05\x01\r\x01\x18\x01\x05\x01\r\x01\r\x01\r\x01\x05\x01\r\x01\x18\x01\x05\x01\r\x01\r\x01\r\x01\r\x01\x05\x01\r\x01\x18\x01\x05\x01\r\x01\r\x01\r\x01\x05\x01\r\x01\x18\x01\x05\x01\r\x01\r\x01\r\x01\r\x01\x05\x01\r\x01\x18\x01\x05\x01\r\x01\r\x01\r\x01\x05\x01\r\x01\x18\x01\x05\x01\r\x01\r\x01\r\x01\x05\x01\r\x01\x18\x01\x05\x01\r\x01\r\x01\r\x01\r\x01\x05\x01\r\x01\x18\x01\x05\x01\r\x01\r\x01\r\x01\r\x01\x05\x01\r\x01\x18\x01\x05\x01\r\x01\r\x01\r\x01\x05\x01\r\x03\x05\x01'''))
RaynerSec
This is a python script by which you can install Kali Nethunter (Kali Linux) in your termux application without rooted phone.
rc-chuah
This is a bash script by which you can install Kali Nethunter (Kali Linux) in your termux application without rooted phone.
RaynerSec
This is a python script by which you can install Kali Nethunter (Kali Linux) in your termux application without rooted phone.
C4ssif3r
Install kali nethunter on your android device!!! Without root ( install rootfs files on the termux! ) Let's go to install nethunter on our termux 😉
xienan917
blue='\e[0;34' cyan='\e[0;36m' green='\e[0;34m' okegreen='\033[92m' lightgreen='\e[1;32m' white='\e[1;37m' red='\e[1;31m' yellow='\e[1;33m' ################################################### # CTRL C ################################################### trap ctrl_c INT ctrl_c() { clear echo -e $red"[#]> (Ctrl + C ) Detected, Trying To Exit ... " sleep 1 echo "" echo -e $green"[#]> Terima kasih sudah make tools saya ... " sleep 1 echo "" echo -e $white"[#]> THx17k Wuzz Here ... " read enter exit } echo -e $red" _ __ __ _ _ __" echo -e $red" / |/ /_ / _/_ _/ /_ (_) /" echo -e $white" / /|/ / _// /__/ _ / _// / / " echo -e $white" // /// ()_/\_,//\_\/// " echo -e $red" *****************" echo -e $white" # $red toolkit for hackers v2.1 $white $ echo -e $red" # $red happy fun guys $red #" echo -e $white" # $red contact: officialthx17k@gmail.com $white $ echo -e $red" # $white greetz : jelangkung squad {R.I.P} $red#" echo -e $white" # $white copyright : THx17k $white $ echo -e $red" # $white thanks to : Jelangkung squad $red #" echo -e $white" *****************" echo "" echo -e $green" 01) Red Hawk" echo -e $green" 02) D-Tect" echo -e $green" 03) Hunner" echo -e $green" 04) WPScan" echo -e $green" 05) Webdav" echo -e $green" 06) Metasploit" echo -e $green" 07) Kali Nethunter" echo -e $green" 08) Ubuntu" echo -e $green" 09) Youtube Dl" echo -e $green" 10) viSQL " echo -e $green" 11) Weeman" echo -e $green" 12) WFDroid" echo -e $green" 13) FBBrute"echo -e $green" 13) FBBrute" echo -e $green" 14) Ngrok" echo -e $green" 15) Torshammer " echo -e $green" 16) RouterSploit " echo -e $green" 17) Hydra " echo -e $green" 18) Weevely " echo -e $green" 19) SQLMap " echo -e $green" 20) Dirbuster " echo -e $green" 21) admin finder " echo -e $green" 22) lokomedia exploiter " echo -e $green" 23) elfinder exploiter " echo -e $green" 24) magento add admin exploiter " echo -e $green" 25) scanner tools " echo -e $green" 26) bing dorker " echo -e $green" 27) katoolin " echo -e $green" 28) arch linux " echo -e $green" 29) linux fedora" echo -e $green" 30) hash-buster" echo -e $green" 31) sudo" echo -e $green" 32) aircrack-ng" echo -e $green" 33) joomscan" echo -e $green" 34) bing-ip2hosts" echo -e $green" 35) BlueMaho" echo -e $green" 36) Bluepot" echo -e $green" 37) honeypot" echo -e $green" 38) bot auto deface 1" echo -e $green" 39) bot auto deface 2" echo -e $green" 40) mailer sender cli" echo -e $green" 41) Wordpress Brute Force" echo -e $green" 42) Oh-myzsh theme for termux" echo -e $green" 43) instabot (instagram bot)"echo -e $green" 43) instabot (instagram bot)" echo -e $green" 44) fsociety" echo -e $green" 45) Cms Scanner" echo -e $green" 46) Information Gathering" echo -e $green" 47) com_fabrik exploiter" echo -e $green" 48) com foxcontact exploiter" echo -e $green" 49) gmail brute force" echo -e $green" 50) ezsploit" echo -e $green" 51) spammer-grab sms" echo -e $green" 52) spammer call toko-pedia" echo -e $green" 53) The Fat Rat" echo -e $green" 54) IPGeolocation" echo -e $green" 55) exit" echo -e $white"" read -p "[mrcakil@Tools]> " act; if [ $act = 01 ] || [ $act = 01 ] then clear echo -e $green" Installing Red Hawk " sleep 1 apt update && apt upgrade apt install php apt install git git clone https://github.com/Tuhinshubhra/RED_HAWK echo -e $green" Done Install Cuk " fi if [ $act = 02 ] || [ $act = 02 ] then clearif [ $act = 03 ] || [ $act = 03 ] then clear echo -e $green" Installing Hunner " sleep 1 apt-get update && apt-get upgrade apt install python apt install git git clone https://github.com/b3-v3r/Hunner echo -e $red" Done Install Cuk " fi if [ $act = 03 ] || [ $act = 03 ] then clear echo -e $green" Installing Hunner " sleep 1 apt-get update && apt-get upgrade apt install python apt install git git clone https://github.com/b3-v3r/Hunner echo -e $red" Done Install Cuk " fi if [ $act = 04 ] || [ $act = 04 ] then clear echo -e $green" Installing Wpscan " sleep 1 apt-get update && apt-get upgrade apt install ruby apt install curl apt install git git clone https://github.com/wpscanteam/wpscan cd ~/wpscan gem install bundle bundle config build.nokogiri --use-system-libraries bundle install ruby wpscan.rb --update cd ~/ echo -e $red" Done Install THx17k gans " fi if [ $act = 05 ] || [ $act = 05 ] then clear echo -e $green" Installing Webdav " sleep 1 apt update && apt upgrade apt install python2 pip2 install urllib3 chardet certifi idna requests apt install openssl curl pkg install libcurl mkdir webdav cd ~/webdav wget https://pastebin.com/raw/HnVyQPtR -O webdav.py chmod 777 webdav.py cd ~/ echo -e $red" Done Install THx17k gans " if [ $act = 06 ] || [ $act = 06 ] then clear echo -e $green" Installing Metasploit " sleep 1 apt update && apt upgrade apt install git apt install wget wget https://raw.githubusercontent.com/verluchie/termux-metasploit/master/insta$ chmod 777 install.sh sh install.sh echo -e $red" Done Install Goblok " fi if [ $act = 07 ] || [ $act = 07 ] then clear echo -e $green" Installing Kali Nethunter " sleep 1 apt update && apt upgrade apt install git git clone https://github.com/Hax4us/Nethunter-In-Termux.git cd ~/Nethunter-In-Termux chmod 777 kalinethunter sh kalinethunter echo -e $red" Done Install Ngentod " fi if [ $act = 08 ] || [ $act = 08 ] then clear echo -e $green" Installing Ubuntu " sleep 1 apt update && apt upgrade apt install git apt install wget apt install proot git clone https://github.com/Neo-Oli/termux-ubuntu.git cd ~/termux-ubuntu chmod +x ubuntu.sh sh ubuntu.sh echo " Fix network please wait " sleep 1 echo "nameserver 8.8.8.8" > /data/data/com.termux/files/home/termux-ubuntu/ubun$ echo -e $red" Done Install Anjing " fi if [ $act = 09 ] || [ $act = 09 ] then clear echo -e $green" Installing Youtube DL " sleep 1 apt update && apt upgrade apt install python pip3 install mps_youtube pip3 install youtube_dl apt install mpv echo " Untuk menjalankannya ketik "mpsyt" tanpa tanda petik " echo -e $red" Done Install bgsd " fi if [ $act = 10 ] || [ $act = 10 ] then clear echo -e $green" Installing viSQL " sleep 1 apt update && apt upgrade pkg install git pkg install python2 git clone https://github.com/blackvkng/viSQL.git cd ~/viSQL chmod 777 viSQL.py cd ~/ echo -e $red" Done Install Bgsd " fi if [ $act = 11 ] || [ $act = 11 ] then clear echo -e $green" Installing Weeman " sleep 1 apt update && apt upgrade pkg install git apt install python2 git clone https://github.com/samyoyo/weeman cd ~/weeman pip2 install beautifulsoup pip2 install bs4 cd ~/ echo -e $red" Done Install Fuck " fi
rc-chuah
This is a python script by which you can install Kali Nethunter (Kali Linux) in your termux application without rooted phone.
anthophilee
Termux Kali Nethunter Termux Nethunter for Termux users we can run some linux root tools with this nethunter in Termux. Installation : $ apt update $ apt upgrade $ apt install git $ git clone https://github.com/Hax4us/ Nethunter-In-Termux $ cd Nethunter-In-Termux $ chmod +x * ./kalinethunter Now select your architecture Now type this command to start $ startkali Compulsory Steps For First Time Use So after startkali execute this command $ apt-key adv --keyserver hkp:// keys.gnupg.net --recv-keys 7D8D0BF6 Now its time to update $ apt-get update
jamthomp182-cyber-security
Includes a Bash script that installs the Nethunter chroot + sets it up. Auto-mounts Termux bin, allowing accessability to Termux commands (uses Kali when commands are present in both bins)
MiokoTech
Install kali nethunter in your termux
Destawell
Automated Kali NetHunter setup for Termux. Work in progress.
danielquehui1213
debian in termux , 12 , 13 ,11 , kali themes , install kali nethunter and more