├── README.md └── Toolss.py /README.md: -------------------------------------------------------------------------------- 1 | 2 | # Installation 3 | 4 | ``` 5 | git clone https://github.com/REI3OOT/Tools-for-Termux 6 | cd toolss 7 | chmod +x Tools.py 8 | python Tools.py 9 | ``` 10 | -------------------------------------------------------------------------------- /Toolss.py: -------------------------------------------------------------------------------- 1 | import os 2 | 3 | def menu(): 4 | 5 | print(""" 6 | .########..#######...#######..##........######...#####. 7 | ....##....##.....##.##.....##.##.......##....##.##....## 8 | ....##....##.....##.##.....##.##.......##.......##...... 9 | ....##....##.....##.##.....##.##........######...######. 10 | ....##....##.....##.##.....##.##.............##.......## 11 | ....##....##.....##.##.....##.##.......##....##.##....## 12 | ....##.....#######...#######..########..######...######. 13 | ======================================== 14 | Created By RAKkkk 15 | Ver: 2.0 16 | ---- 17 | ONLY FOR TERMUX! 18 | ---- 19 | ========================================== 20 | 00. Turn your Android into Hacking Machine. 21 | ------------------------------------------ 22 | 1. Install Nmap 23 | 2. Install Hydra 24 | 3. Install SQLMap 25 | 4. Install Metasploit 26 | 5. Install ngrok 27 | 6. Install Kali Nethunter 28 | 7. Install angryFuzzer 29 | 8. Install Red_Hawk 30 | 9. Install Weeman 31 | 10. Install IPGeoLocation 32 | 11. Install Cupp 33 | 12. Instagram Bruteforcer (instahack) 34 | 13. Twitter Bruteforcer (TwitterSniper) 35 | 14. Install Ubuntu 36 | 15. Install Fedora 37 | 16. Install viSQL 38 | 17. Install Hash-Buster 39 | 18. Install D-TECT 40 | 19. Install routersploit 41 | ------------------------------------------ 42 | 99. Exit 43 | ========================================== 44 | """) 45 | 46 | loop = True 47 | 48 | while loop: 49 | menu() 50 | what = input("#: ") 51 | if what == "00": 52 | print("================================") 53 | 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.") 54 | print("----------------") 55 | hm = input("[?] Do you want to continue? (y/n): ") 56 | print("================================") 57 | if hm == "y": 58 | print("========================================================") 59 | print("[+] Please put down you android and go to the toilet...") 60 | print("Because this will take a long time.") 61 | print("========================================================") 62 | os.system("pkg update") 63 | os.system("pkg install -y git") 64 | os.system("pkg install -y python") 65 | os.system("pkg install -y python2") 66 | os.system("pkg install -y wget") 67 | os.sysetm("pkg install -y nmap") 68 | os.system("plg install -y hydra ") 69 | os.system("pkg update -y") 70 | os.system("pkg install -y git") 71 | os.system("pkg install python2") 72 | os.system("cd /data/data/com.termux/files/home && git clone https://github.com/sqlmapproject/sqlmap.git") 73 | os.system("cd /data/data/com.termux/files/home") 74 | os.system("pkg install wget") 75 | os.system("cd /data/data/com.termux/files/home && wget https://Auxilus.github.io/metasploit.sh") 76 | os.system("cd /data/data/com.termux/files/home && bash metasploit.sh") 77 | os.system("cd /data/data/com.termux/files/home && cd metasploit-framework") 78 | os.system("cd /data/data/com.termux/files/home && gem install bundle --pre") 79 | os.system("cd /data/data/com.termux/files/home && bundle config build.nokogiri --use-system-libraries") 80 | os.system("cd /data/data/com.termux/files/home && bundle install") 81 | os.system("cd /data/data/com.termux/files/home") 82 | os.system("pkg update -y") 83 | os.system("pkg install -y git") 84 | os.system("cd /data/data/com.termux/files/home && git clone https://github.com/themastersunil/ngrok.git") 85 | os.system("cd /data/data/com.termux/files/home") 86 | os.system("pkg update -y") 87 | os.system("pkg install -y git") 88 | os.system("pkg install -y python2") 89 | os.system("cd /data/data/com.termux/files/home && git clone https://github.com/ihebski/angryFuzzer.git") 90 | os.system("cd /data/data/com.termux/files/home && cd angryFuzzer") 91 | os.system("cd /data/data/com.termux/files/home && pip2 install -r requirements.txt") 92 | os.system("cd /data/data/com.termux/files/home && pip2 install requests") 93 | os.system("cd /data/data/com.termux/files/home") 94 | os.system("pkg update -y") 95 | os.system("pkg install -y git") 96 | os.system("pkg install -y php") 97 | os.system("cd /data/data/com.termux/files/home && git clone https://github.com/Tuhinshubhra/RED_HAWK") 98 | os.system("cd /data/data/com.termux/files/home") 99 | os.system("pkg update -y") 100 | os.system("pkg install -y python2") 101 | os.system("pkg install -y git") 102 | os.system("cd /data/data/com.termux/files/home && git clone https://github.com/evait-security/weeman.git") 103 | os.system("cd /data/data/com.termux/files/home && cd weeman") 104 | os.system("cd /data/data/com.termux/files/home && chmod +x weeman.py") 105 | os.system("cd /data/data/com.termux/files/home") 106 | os.system("pkg update -y") 107 | os.system("pkg install -y git") 108 | os.system("pkg install -y python") 109 | os.system("cd /data/data/com.termux/files/home && git clone https://github.com/maldevel/IPGeoLocation.git") 110 | os.system("cd /data/data/com.termux/files/home && cd IPGeoLocation") 111 | os.system("cd /data/data/com.termux/files/home && pip install -r requirements.txt") 112 | os.system("cd /data/data/com.termux/files/home") 113 | os.system("pkg update -y") 114 | os.system("pkg install -y git") 115 | os.system("pkg install -y python") 116 | os.system("cd /data/data/com.termux/files/home && git clone https://github.com/Mebus/cupp.git") 117 | os.system("pkg update -y") 118 | os.system("pkg install -y git") 119 | os.system("pkg install -y python") 120 | os.system("pkg install -y nano") 121 | os.system("pip install requests") 122 | os.system("pip install beautifulsoup4") 123 | os.system("cd /data/data/com.termux/files/home && git clone https://github.com/avramit/instahack.git") 124 | os.system("pkg update -y") 125 | os.system("pkg install -y git") 126 | os.system("pkg install -y python") 127 | os.system("pip install mechanicalsoup") 128 | os.system("pkg install -y nano") 129 | os.system("cd /data/data/com.termux/files/home && git clone https://github.com/abdallahelsokary/TwitterSniper.git") 130 | os.system("pkg update -y") 131 | os.system("pkg install -y git") 132 | os.system("pkg install -y python2") 133 | os.system("cd /data/data/com.termux/files/home && git clone https://github.com/blackvkng/viSQL.git") 134 | os.system("pkg update -y") 135 | os.system("pkg install -y git") 136 | os.system("pkg install -y python2") 137 | os.system("cd /data/data/com.termux/files/home && git clone https://github.com/UltimateHackers/Hash-Buster.git") 138 | os.system("pkg update -y") 139 | os.system("pkg install -y git") 140 | os.system("pkg install -y python2") 141 | os.system("cd /data/data/com.termux/files/home && git clone https://github.com/shawarkhanethicalhacker/D-TECT.git") 142 | os.system("pkg update -y") 143 | os.system("pkg install -y git") 144 | os.system("pkg install -y python2") 145 | os.system("cd /data/data/com.termux/files/home && git clone https://github.com/reverse-shell/routersploit.git") 146 | os.system("cd /data/data/com.termux/files/home && cd routersploit") 147 | os.system("pip2 install -r requirements.txt") 148 | os.system("pip2 install -r requirements-dev.txt") 149 | os.system("pip2 install -r requests") 150 | os.system("clear") 151 | print("========================================") 152 | print("[+] everything successfully installed :)") 153 | print("[+] Happy Hacking <3") 154 | print("========================================") 155 | else: 156 | rmenu = input("[?] Back to Menu? (y/n): ") 157 | if rmenu == "y": 158 | menu() 159 | else: 160 | break 161 | if what == "1": 162 | os.system("cd /data/data/com.termux/files/home") 163 | os.system("pkg update -y") 164 | os.system("pkg install -y nmap") 165 | os.system("cd /data/data/com.termux/files/home") 166 | print("====================================") 167 | print("[+] nmap installed successfully :)") 168 | print("[+] Type 'nmap' to start.") 169 | print("====================================") 170 | rmenu = input("[?] Back to Menu? (y/n): ") 171 | if rmenu == "y": 172 | menu() 173 | else: 174 | break 175 | elif what == "2": 176 | os.system("cd /data/data/com.termux/files/home") 177 | os.system("pkg update -y") 178 | os.system("pkg install -y hydra") 179 | os.system("cd /data/data/com.termux/files/home") 180 | print("====================================") 181 | print("[+] hydra installed successfully :)") 182 | print("[+] Type 'hydra' to start.") 183 | print("====================================") 184 | rmenu = input("[?] Back to Menu? (y/n): ") 185 | if rmenu == "y": 186 | menu() 187 | else: 188 | break 189 | elif what == "3": 190 | os.system("cd /data/data/com.termux/files/home") 191 | os.system("pkg update -y") 192 | os.system("pkg install -y git") 193 | os.system("pkg install python2") 194 | os.system("cd /data/data/com.termux/files/home && git clone https://github.com/sqlmapproject/sqlmap.git") 195 | os.system("cd /data/data/com.termux/files/home") 196 | print("====================================") 197 | print("[+] SQLMap installed successfully :)") 198 | print("[+] Go to sqlmap folder and type 'python2 sqlmap.py' to start.") 199 | print("====================================") 200 | rmenu = input("[?] Back to Menu? (y/n): ") 201 | if rmenu == "y": 202 | menu() 203 | else: 204 | break 205 | elif what == "4": 206 | os.system("pkg install -y wget") 207 | os.system("cd /data/data/com.termux/files/home && wget https://Auxilus.github.io/metasploit.sh") 208 | os.system("cd /data/data/com.termux/files/home && bash metasploit.sh") 209 | os.system("cd /data/data/com.termux/files/home && cd metasploit-framework") 210 | os.system("cd /data/data/com.termux/files/home && gem install bundle --pre") 211 | os.system("cd /data/data/com.termux/files/home && bundle config build.nokogiri --use-system-libraries") 212 | os.system("cd /data/data/com.termux/files/home && bundle install") 213 | os.system("cd /data/data/com.termux/files/home") 214 | print("====================================") 215 | print("[+] Metasploit installed successfully :)") 216 | print("[+] Type 'msfconsole' to start.") 217 | print("====================================") 218 | rmenu = input("[?] Back to Menu? (y/n): ") 219 | if rmenu == "y": 220 | menu() 221 | else: 222 | break 223 | elif what == "5": 224 | os.system("pkg update -y") 225 | os.system("pkg install -y git") 226 | os.system("cd /data/data/com.termux/files/home && git clone https://github.com/themastersunil/ngrok.git") 227 | os.system("cd /data/data/com.termux/files/home") 228 | print("====================================") 229 | print("[+] ngrok installed successfully :)") 230 | print("[+] Go to ngrok folder and type './ngrok http 80' to start.") 231 | print("====================================") 232 | rmenu = input("[?] Back to Menu? (y/n): ") 233 | if rmenu == "y": 234 | menu() 235 | else: 236 | break 237 | elif what == "6": 238 | os.system("pkg update -y") 239 | os.system("cd /data/data/com.termux/files/home && git clone https://github.com/Hax4us/Nethunter-In-Termux.git") 240 | os.system("cd /data/data/com.termux/files/home && cd Nethunter-In-Termux && chmod +x kalinethunter") 241 | os.system("cd /data/data/com.termux/files/home") 242 | print("====================================") 243 | print("[+] Nethunter installed successfully :)") 244 | print("[+] Go to Nethunter-In-Termux folder and type './kalinethunter' to start.") 245 | print("====================================") 246 | rmenu = input("[?] Back to Menu? (y/n): ") 247 | if rmenu == "y": 248 | menu() 249 | else: 250 | break 251 | elif what == "7": 252 | os.system("pkg update -y") 253 | os.system("pkg install -y git") 254 | os.system("pkg install -y python2") 255 | os.system("cd /data/data/com.termux/files/home && git clone https://github.com/ihebski/angryFuzzer.git") 256 | os.system("cd /data/data/com.termux/files/home && cd angryFuzzer") 257 | os.system("cd /data/data/com.termux/files/home && pip2 install -r requirements.txt") 258 | os.system("cd /data/data/com.termux/files/home && pip2 install requests") 259 | os.system("cd /data/data/com.termux/files/home") 260 | print("====================================") 261 | print("[+] angryFuzzer installed successfully :)") 262 | print("[+] Go to angryFuzzer folder and type 'python2 angryFuzzer.py' to start.") 263 | print("====================================") 264 | rmenu = input("[?] Back to Menu? (y/n): ") 265 | if rmenu == "y": 266 | menu() 267 | else: 268 | break 269 | elif what == "8": 270 | os.system("pkg update -y") 271 | os.system("pkg install -y git") 272 | os.system("pkg install -y php") 273 | os.system("cd /data/data/com.termux/files/home && git clone https://github.com/Tuhinshubhra/RED_HAWK") 274 | os.system("cd /data/data/com.termux/files/home") 275 | print("====================================") 276 | print("[+] RED_HAWK installed successfully :)") 277 | print("[+] Go to RED_HAWK folder and type 'php rhawk.php' to start.") 278 | print("====================================") 279 | rmenu = input("[?] Back to Menu? (y/n): ") 280 | if rmenu == "y": 281 | menu() 282 | else: 283 | break 284 | elif what == "9": 285 | os.system("pkg update -y") 286 | os.system("pkg install -y python2") 287 | os.system("pkg install -y git") 288 | os.system("cd /data/data/com.termux/files/home && git clone https://github.com/evait-security/weeman.git") 289 | os.system("cd /data/data/com.termux/files/home && cd weeman") 290 | os.system("cd /data/data/com.termux/files/home && chmod +x weeman.py") 291 | os.system("cd /data/data/com.termux/files/home") 292 | print("====================================") 293 | print("[+] weeman installed successfully :)") 294 | print("[+] Go to weeman folder and type 'python2 weeman.py' to start.") 295 | print("====================================") 296 | rmenu = input("[?] Back to Menu? (y/n): ") 297 | if rmenu == "y": 298 | menu() 299 | else: 300 | break 301 | elif what == "10": 302 | os.system("pkg update -y") 303 | os.system("pkg install -y git") 304 | os.system("pkg install -y python") 305 | os.system("cd /data/data/com.termux/files/home && git clone https://github.com/maldevel/IPGeoLocation.git") 306 | os.system("cd /data/data/com.termux/files/home && cd IPGeoLocation") 307 | os.system("cd /data/data/com.termux/files/home && pip install -r requirements.txt") 308 | os.system("cd /data/data/com.termux/files/home") 309 | print("====================================") 310 | print("[+] IPGeoLocation installed successfully :)") 311 | print("[+] Go to IPGeoLocation folder and type 'python ipgeolocation.py' to start.") 312 | print("====================================") 313 | rmenu = input("[?] Back to Menu? (y/n): ") 314 | if rmenu == "y": 315 | menu() 316 | else: 317 | break 318 | elif what == "11": 319 | os.system("pkg update -y") 320 | os.system("pkg install -y git") 321 | os.system("pkg install -y python") 322 | os.system("cd /data/data/com.termux/files/home && git clone https://github.com/Mebus/cupp.git") 323 | print("====================================") 324 | print("[+] Cupp installed successfully :)") 325 | print("[+] Go to cupp folder and type 'python cupp3.py' to start.") 326 | print("====================================") 327 | rmenu = input("[?] Back to Menu? (y/n): ") 328 | if rmenu == "y": 329 | menu() 330 | else: 331 | break 332 | elif what == "12": 333 | os.system("pkg update -y") 334 | os.system("pkg install -y git") 335 | os.system("pkg install -y python") 336 | os.system("pkg install -y nano") 337 | os.system("pip install requests") 338 | os.system("pip install beautifulsoup4") 339 | os.system("cd /data/data/com.termux/files/home && git clone https://github.com/avramit/instahack.git") 340 | print("====================================") 341 | print("[+] Instahack installed successfully :)") 342 | print("[+] Go to instahack folder and type 'python hackinsta.py' to start.") 343 | print("====================================") 344 | rmenu = input("[?] Back to Menu? (y/n): ") 345 | if rmenu == "y": 346 | menu() 347 | else: 348 | break 349 | elif what == "13": 350 | os.system("pkg update -y") 351 | os.system("pkg install -y git") 352 | os.system("pkg install -y python") 353 | os.system("pip install mechanicalsoup") 354 | os.system("pkg install -y nano") 355 | os.system("cd /data/data/com.termux/files/home && git clone https://github.com/abdallahelsokary/TwitterSniper.git") 356 | print("====================================") 357 | print("[+] TwitterSniper installed successfully :)") 358 | print("[+] Go to TwitterSniper folder and type 'python TwitterSniper.py' to start.") 359 | print("====================================") 360 | rmenu = input("[?] Back to Menu? (y/n): ") 361 | if rmenu == "y": 362 | menu() 363 | else: 364 | break 365 | elif what == "14": 366 | os.system("pkg update -y") 367 | os.system("pkg install -y git") 368 | os.system("cd /data/data/com.termux/files/home && git clone https://github.com/Neo-Oli/termux-ubuntu.git") 369 | os.system("cd /data/data/com.termux/files/home && cd termux-ubuntu && bash ubuntu.sh") 370 | print("====================================") 371 | print("[+] Ubuntu installed successfully :)") 372 | print("[+] Go to termux-ubuntu folder and type './start.sh' to start.") 373 | print("====================================") 374 | rmenu = input("[?] Back to Menu? (y/n): ") 375 | if rmenu == "y": 376 | menu() 377 | else: 378 | break 379 | elif what == "15": 380 | os.system("pkg update -y") 381 | os.system("pkg install -y git") 382 | os.system("pkg install -y wget") 383 | 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") 384 | print("====================================") 385 | print("[+] Fedora installed successfully :)") 386 | print("[+] Type 'sh termux-fedora.sh f26_arm64' or 'sh termux-fedora.sh f26_arm' to start.") 387 | print("====================================") 388 | rmenu = input("[?] Back to Menu? (y/n): ") 389 | if rmenu == "y": 390 | menu() 391 | else: 392 | break 393 | elif what == "16": 394 | os.system("pkg update -y") 395 | os.system("pkg install -y git") 396 | os.system("pkg install -y python2") 397 | os.system("cd /data/data/com.termux/files/home && git clone https://github.com/blackvkng/viSQL.git") 398 | print("====================================") 399 | print("[+] viSQL installed successfully :)") 400 | print("[+] Go to viSQL folder and type 'python2 viSQL.py --help' to start.") 401 | print("====================================") 402 | rmenu = input("[?] Back to Menu? (y/n): ") 403 | if rmenu == "y": 404 | menu() 405 | else: 406 | break 407 | elif what == "17": 408 | os.system("pkg update -y") 409 | os.system("pkg install -y git") 410 | os.system("pkg install -y python2") 411 | os.system("cd /data/data/com.termux/files/home && git clone https://github.com/UltimateHackers/Hash-Buster.git") 412 | print("====================================") 413 | print("[+] Hash-Buster installed successfully :)") 414 | print("[+] Go to Hash-Buster folder and type 'python2 hash.py' to start.") 415 | print("====================================") 416 | rmenu = input("[?] Back to Menu? (y/n): ") 417 | if rmenu == "y": 418 | menu() 419 | else: 420 | break 421 | elif what == "18": 422 | os.system("pkg update -y") 423 | os.system("pkg install -y git") 424 | os.system("pkg install -y python2") 425 | os.system("cd /data/data/com.termux/files/home && git clone https://github.com/shawarkhanethicalhacker/D-TECT.git") 426 | print("====================================") 427 | print("[+] Hash-Buster installed successfully :)") 428 | print("[+] Go to Hash-Buster folder and type 'python2 hash.py' to start.") 429 | print("====================================") 430 | rmenu = input("[?] Back to Menu? (y/n): ") 431 | if rmenu == "y": 432 | menu() 433 | else: 434 | break 435 | os.system("pkg update -y") 436 | os.system("pkg install -y git") 437 | os.system("pkg install -y python2") 438 | os.system("cd /data/data/com.termux/files/home && git clone https://github.com/reverse-shell/routersploit.git") 439 | os.system("cd /data/data/com.termux/files/home && cd routersploit") 440 | os.system("pip2 install -r requirements.txt") 441 | os.system("pip2 install -r requirements-dev.txt") 442 | os.system("pip2 install -r requests") 443 | print("====================================") 444 | print("[+] routersploit installed successfully :)") 445 | print("[+] Go to routersploit folder and type 'python2 rsf.py' to start.") 446 | print("====================================") 447 | rmenu = input("[?] Back to Menu? (y/n): ") 448 | if rmenu == "y": 449 | menu() 450 | else: 451 | break 452 | elif what == "99": 453 | print("Bye.") 454 | break 455 | --------------------------------------------------------------------------------