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