├── .1.sh ├── .2.sh ├── .3.sh ├── .4.sh ├── .gitignore ├── README.md ├── SECURITY.md ├── install └── installer.sh /.1.sh: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | #version 1.0 3 | clear 4 | green="\e[1;32m" 5 | yellow="\033[33;1m" 6 | indigo="\033[34;1m" 7 | red="\033[35;1m" 8 | purple="\033[37;1m" 9 | cyan="\033[36;1m" 10 | white="\033[39;1m" 11 | 12 | printf "\e[1;32m\t +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+\e[0m\n" 13 | printf "\e[1;37m\t |M|N|S|A|l|l|T|o|o|l|s| \e[0m\n" 14 | printf "\e[1;32m\t +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+\e[0m\n" 15 | printf "\n" 16 | printf "\e[1;40m\t Created by:\e[0m\e[1;42mSirManishKumar\e[0m\n" 17 | printf "\n" 18 | 19 | printf "\e[1;93m====================[\e[0m\e[1;95mAll Tools Installer]\e[0m\e[1;93m=====================\e[0m\n" 20 | sleep 1 21 | ################################################### 22 | # CTRL + C 23 | ################################################### 24 | trap ctrl_c INT 25 | ctrl_c() { 26 | clear 27 | echo "Author : Manish Kumar Chaturvedi" | lolcat 28 | figlet -f slant "MNSAllTools" | lolcat 29 | sleep 1 30 | exit 31 | } 32 | 33 | lagi=1 34 | while [ $lagi -lt 6 ]; 35 | do 36 | figlet -f slant "MNSAllTools" | lolcat 37 | echo " ╭━━━━━ ━━━━━━ ━━━━━━ ━━━━━━ ━━━━━━ ━━━━━━ ━━━━━━ ━━━━━━ ━━━━━╮" | lolcat 38 | echo " Created By:- https://github.com/SirManishKumar/MNSAllTools " | lolcat 39 | echo " Follow On Twitter:- http://twtter.com/SirManishKumar " | lolcat 40 | echo " ╰━━━━━ ━━━━━━ ━━━━━━ ━━━━━━ ━━━━━━ ━━━━━━ ━━━━━━ ━━━━━━ ━━━━━╯" | lolcat 41 | echo -e "\e[1;36m" 42 | echo ' 1. Install Mr.Rv.2 51. Install GreenReaper' 43 | echo ' 2. Install Stegosploit 52. Install Devploit' 44 | echo ' 3. Install Blazy 53. Install Ipmux' 45 | echo ' 4. Install anonymous 54. Install Genscript' 46 | echo ' 5. Install Bingoo 55. Install Airgeddon' 47 | echo ' 6. Install Tool-X 56. Install AVARSpam' 48 | echo ' 7. Install kickthemout 57. Install ANRSpam' 49 | echo ' 8. Install T.DYf[300Tools] 58. Install Termux-ohmyzsh' 50 | echo ' 9. Install HPAS-1369 59. Install CredSniper' 51 | echo '10. Install pemulungBTC 60. Install Fluxion' 52 | echo '11. Install TouchUrl 61. Install pixiewps' 53 | echo '12. Install IP-TRACK 62. Install wifite' 54 | echo '13. Install Kuyang-Tool 63. Install Zones' 55 | echo '14. Install SpazSMS 64. Install sqlokmed' 56 | echo '15. Install SiteBroker 65. Install Sir' 57 | echo '16. Install Email-Bomber 66. Install Easymap' 58 | echo '17. Install Ip-Gathering 67. Install Sqliv' 59 | echo '18. Install Scorpion 68. Install AndroidPinCrack' 60 | echo '19. Install New-Spammer 69. Install NetKiller' 61 | echo '20. Install Spam 70. Install IPscan' 62 | echo '21. Install QJDID 71. Install XPL-SEARCH' 63 | echo '22. Install QFloodSms 72. Install Bolang' 64 | echo '23. Install Login-Termux 73. Install Termux-Go' 65 | echo '24. Install Linux 74. Install Toolss' 66 | echo '25. Install Komodo 75. Install AngryFuzzer' 67 | echo '26. Install HN-Installer 76. Install Hacktronian' 68 | echo '27. Install Deface-Create 77. Install EvilURL' 69 | echo '28. Install Good_Terminal 78. Install CredMap' 70 | echo '29. Install Saddam 79. Install Pybelt' 71 | echo '30. Install SqliteBrowser 80. Install PyBozoCrack' 72 | echo '31. Install PoC-Exploit 81. Install Hashzer' 73 | echo '32. Install VTools 82. Install Poet' 74 | echo '33. Install Termux-Loginv2fa 83. Install MamangKey' 75 | echo '34. Install Anti-DDOS 84. Install Termux-Sudo' 76 | echo '35. Install NScan 85. Install Nikto' 77 | echo '36. Install Hostcheker 86. Install Tuyulbtn' 78 | echo '37. Install WebKit 87. Install Fsociety' 79 | echo '38. Install AOCDEFACE 88. Install 1337Hash' 80 | echo '39. Install Face-Hack 89. Install CyberScan' 81 | echo '40. Install Bash-Ransomware 90. Install Bitcoin-Wallet' 82 | echo '41. Install Cli-Browser 91. Install CamStream-V3' 83 | echo '42. Install Spam-Mantan 92. Install XEIT_CYBER' 84 | echo '43. Install ngrok 93. Install CsrfPocMaker' 85 | echo '44. Install Hulk 94. Install PHP-BackConnector' 86 | echo '45. Install Termux-Lazsqlmap 95. Install StabilizerBot' 87 | echo '46. Install Shellnoob 96. Install Fb Video-Downloader' 88 | echo '47. Install ATSCAN 97. Install Rembot' 89 | echo '48. Install Commix 98. Install Entropy' 90 | echo '49. Install Wpscan 99. Install Decodify' 91 | echo '50. Install wpbf 100. Install Hue' 92 | echo "==========================================================" | lolcat 93 | echo " 0. Back N. Next" | lolcat 94 | echo "==========================================================" | lolcat 95 | echo -e "\e[1;32m╭─[ Select number to install ]" 96 | read -p "╰──> " pil; 97 | case $pil in 98 | 1) git clone https://github.com/Mr-R225/Mr.Rv2 99 | 100 | ;; 101 | 2) git clone https://github.com/csh/stegosploit 102 | 103 | ;; 104 | 3) git clone https://github.com/s0md3v/Blazy.git 105 | 106 | ;; 107 | 4) git clone https://github.com/SitiMaimunah/anonymous.git 108 | 109 | ;; 110 | 5) git clone https://github.com/Hood3dRob1n/BinGoo.git 111 | 112 | ;; 113 | 6) apt update 114 | 115 | pkg install git 116 | 117 | git clone https://github.com/Rajkumrdusad/Tool-X.git 118 | 119 | cd Tool-X 120 | 121 | chmod +x install.aex 122 | 123 | sh install.aex 124 | 125 | Y 126 | 127 | Y 128 | 129 | Tool-X 130 | 131 | ;; 132 | 7) git clone https://github.com/k4m4/kickthemout 133 | 134 | ;; 135 | 8) git clone https://github.com/droidxerror123/T.DYF 136 | 137 | ;; 138 | 9) git clone https://github.com/DedSecCyber/HPAS1369 139 | 140 | ;; 141 | 10) git clone https://github.com/Cvar1984/pemulungBTC 142 | 143 | ;; 144 | 11) git clone https://github.com/SkyKnight-Team/TouchUrl 145 | 146 | ;; 147 | 12) git clone https://github.com/SkyKnighTeam/IP-TRACK 148 | 149 | ;; 150 | 13) git clone https://github.com/kereh/Kuyang-Tool 151 | 152 | ;; 153 | 14) git clone https://github.com/Gameye98/SpazSMS 154 | 155 | ;; 156 | 15) git clone https://github.com/Anon-Exploiter/SiteBroker 157 | echo -e "${y} SUDAH TERINSTALL.. " 158 | 159 | ;; 160 | 16) git clone https://github.com/zanyarjamal/Email-bomber 161 | 162 | ;; 163 | 17) git clone https://github.com/kereh/Ip-gathering 164 | 165 | ;; 166 | 18) git clone https://github.com/DedSecCyber/scorpion 167 | 168 | ;; 169 | 19) git clone https://github.com/haijuga7/New-Spammer 170 | 171 | ;; 172 | 20) git clone https://github.com/SIIL3NT/spam 173 | 174 | ;; 175 | 21) git clone https://github.com/QiubyZ/QJDID 176 | 177 | ;; 178 | 22) git clone https://github.com/QiubyZ/QFloodSms 179 | 180 | ;; 181 | 23) git clone https://github.com/Harisgitama/login-termux 182 | 183 | ;; 184 | 24) git clone https://github.com/torvalds/linux 185 | 186 | ;; 187 | 25) git clone https://github.com/Gameye98/Komodo 188 | 189 | ;; 190 | 26) git clone https://github.com/kereh/HN-Installer 191 | 192 | ;; 193 | 27) git clone https://github.com/kereh/Deface-create 194 | 195 | ;; 196 | 28) git clone https://github.com/kereh/Good_Termina 197 | 198 | ;; 199 | 29) git clone https://github.com/OffensivePython/Saddam 200 | 201 | ;; 202 | 30) git clone https://github.com/sqlitebrowser/sqlitebrowser 203 | 204 | ;; 205 | 31) git clone https://github.com/re4lity/PoC-Exploit 206 | 207 | ;; 208 | 32) git clone https://github.com/rootM3eX/VTools 209 | 210 | ;; 211 | 33) git clone https://github.com/Harisgitama/termux-loginv2fx 212 | 213 | ;; 214 | 34) git clone https://github.com/ismailtasdelen/Anti-DDOS 215 | 216 | ;; 217 | 35) git clone https://github.com/OffensivePython/Nscan 218 | 219 | ;; 220 | 36) git clone https://github.com/pirmansx/hostcheker 221 | 222 | ;; 223 | 37) git clone https://github.com/ciku370/WebKit 224 | 225 | ;; 226 | 38) git clone https://github.com/Amriez/AOCDEFACE 227 | 228 | ;; 229 | 39) git clone https://github.com/soracyberteam/face-hack 230 | 231 | ;; 232 | 40) git clone https://github.com/soracyberteam/bash-ransomware 233 | 234 | ;; 235 | 41) git clone https://github.com/soracyberteam/cli-browser 236 | 237 | ;; 238 | 42) git clone https://github.com/not404foundcyberteam/spam-mantan 239 | 240 | ;; 241 | 43) git clone https://github.com/TermuxHackz/ngrok-toolkit 242 | 243 | ;; 244 | 44) git clone https://github.com/grafov/hulk 245 | 246 | ;; 247 | 45) git clone https://github.com/verluchie/termux-lazysqlmap 248 | 249 | ;; 250 | 46) git clone https://github.com/reyammer/shellnoob 251 | 252 | ;; 253 | 47) git clone https://github.com/AlisamTechnology/ATSCAN 254 | 255 | ;; 256 | 48) git clone https://github.com/commixproject/commix 257 | 258 | ;; 259 | 49) git clone https://github.com/wpscanteam/wpscan 260 | 261 | ;; 262 | 50) git clone https://github.com/atarantini/wpbf 263 | 264 | ;; 265 | 51) git clone https://github.com/Amriez/GreenReaper 266 | 267 | ;; 268 | 52) git clone https://github.com/joker25000/Devploit 269 | 270 | ;; 271 | 53) git clone https://github.com/Amriez/ipmux 272 | 273 | ;; 274 | 54) git clone https://github.com/x-xsystm/genscript 275 | 276 | ;; 277 | 55) git clone https://github.com/v1s1t0r1sh3r3/airgeddon 278 | 279 | ;; 280 | 56) git clone https://github.com/ALX-04/AVARspam 281 | 282 | ;; 283 | 57) git clone https://github.com/Amriez/ANRspam 284 | echo -e "${y} SUDAH TERINSTALL.." 285 | 286 | ;; 287 | 58) git clone https://github.com/cabbagec/termux-ohmyzsh 288 | 289 | ;; 290 | 59) git clone https://github.com/ustayready/CredSniper 291 | 292 | ;; 293 | 60) git clone https://github.com/thehackingsage/Fluxion 294 | 295 | ;; 296 | 61) git clone https://github.com/wiire/pixiewps 297 | 298 | ;; 299 | 62) git clone https://github.com/derv82/wifite 300 | 301 | ;; 302 | 63) git clone https://github.com/Cvar1984/zones 303 | 304 | ;; 305 | 64) git clone https://github.com/Anb3rSecID/sqlokmed 306 | 307 | ;; 308 | 65) git clone https://github.com/AeonDave/sir 309 | 310 | ;; 311 | 66) git clone https://github.com/Cvar1984/Easymap 312 | 313 | ;; 314 | 67) git clone https://github.com/Hadesy2k/sqliv 315 | 316 | ;; 317 | 68) git clone https://github.com/PentesterES/AndroidPINCrack 318 | 319 | ;; 320 | 69) git clone https://github.com/sysadmimteam/NetKiller 321 | 322 | ;; 323 | 70) git clone https://github.com/sysadminteam/IPscan 324 | 325 | ;; 326 | 71) git clone https://github.com/r00mars/XPL-SEARCH 327 | 328 | ;; 329 | 72) git clone https://github.com/Amriez/Bolang 330 | echo -e "${y} SUDAH TERINSTAL.." 331 | 332 | ;; 333 | 73) git clone https://github.com/rafalgolarz/termux-go 334 | 335 | ;; 336 | 74) git clone https://github.com/AnonHackerr/toolss 337 | 338 | ;; 339 | 75) git clone https://github.com/ihebski/angryFuzzer.git 340 | 341 | ;; 342 | 76) git clone https://github.com/thegackingsage/hacktronian 343 | 344 | ;; 345 | 77) git clone https://github.com/UndeadSec/EvilURL 346 | 347 | ;; 348 | 78) git clone https://github.com/lightos/credmap 349 | 350 | ;; 351 | 79) git clone https://github.com/ekultek/pybelt 352 | 353 | ;; 354 | 80) git clone https://github.com/ikkebr/PyBozoCrack 355 | 356 | ;; 357 | 81) git clone https://github.com/Anb3rSecID/Hashzer 358 | 359 | ;; 360 | 82) git clone https://github.com/mossberg/poet 361 | 362 | ;; 363 | 83) git clone https://github.com/Amriez/MamangKey 364 | 365 | ;; 366 | 84) git clone https://github.com/st42/termux-sudo 367 | 368 | ;; 369 | 85) git clone https://github.com/sullo/nikto 370 | 371 | ;; 372 | 86) git clone https://github.com/Senitopeng/TuyulBtn 373 | 374 | ;; 375 | 87) git clone https://github.com/Manisso/fsociety 376 | 377 | ;; 378 | 88) git clone https://github.com/Gameye98/1337Hash 379 | 380 | ;; 381 | 89) git clone https://github.com/medbenali/CybersScan 382 | 383 | ;; 384 | 90) git clone https://github.com/bitcoin/bitcoin-wallet 385 | 386 | ;; 387 | 91) git clone https://github.com/avramit/CamStream-V3 388 | 389 | ;; 390 | 92) git clone https://github.com/DaffaTakarai/XEIT_Cyber 391 | 392 | ;; 393 | 93) git clone https://github.com/shawrkhanethicalhacker/csrfpocmaker 394 | 395 | ;; 396 | 94) git clone https://github.com/shawrkhanethicalhacker/PHP-BackConnector 397 | 398 | ;; 399 | 95) git clone https://github.com/4shadoww/stabilizerbot 400 | 401 | ;; 402 | 96) git clone https://github.com/Tuhinshubhra/Facebook-Video-Downloader 403 | 404 | ;; 405 | 97) git clone https://github.com/4shadoww/RemBot 406 | 407 | ;; 408 | 98) git clone https://github.com/UltimateHackers/Entropy 409 | 410 | ;; 411 | 99) git clone https://github.com/UltimateHackers/Decodify 412 | 413 | ;; 414 | 100) git clone https://github.com/UltimateHackers/hue 415 | 416 | ;; 417 | 0) echo "Author : Manish Kumar Chaturvedi" | lolcat 418 | echo "Website : https://mnsgranth.com" | lolcat 419 | echo "Github: https://github.com/SirManishKumar/MNSAllTools" | lolcat 420 | figlet -f slant "MNSAllTools" | lolcat 421 | sleep 1 422 | clear 423 | exit 424 | 425 | ;; 426 | N) clear 427 | bash .2.sh 428 | ;; 429 | n) clear 430 | bash .2.sh 431 | ;; 432 | esac 433 | done 434 | done 435 | -------------------------------------------------------------------------------- /.2.sh: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | #version 1.0 3 | clear 4 | green="\e[1;32m" 5 | yellow="\033[33;1m" 6 | indigo="\033[34;1m" 7 | red="\033[35;1m" 8 | purple="\033[37;1m" 9 | cyan="\033[36;1m" 10 | white="\033[39;1m" 11 | 12 | printf "\e[1;32m\t +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+\e[0m\n" 13 | printf "\e[1;37m\t |M|N|S|A|l|l|T|o|o|l|s| \e[0m\n" 14 | printf "\e[1;32m\t +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+\e[0m\n" 15 | printf "\n" 16 | printf "\e[1;40m\t Created by:\e[0m\e[1;42mSirManishKumar\e[0m\n" 17 | printf "\n" 18 | 19 | printf "\e[1;93m====================[\e[0m\e[1;95mAll Tools Installer]\e[0m\e[1;93m=====================\e[0m\n" 20 | sleep 1 21 | ################################################### 22 | # CTRL + C 23 | ################################################### 24 | trap ctrl_c INT 25 | ctrl_c() { 26 | clear 27 | echo "Author : Manish Kumar Chaturvedi" | lolcat 28 | figlet -f slant "MNSAllTools" | lolcat 29 | sleep 1 30 | exit 31 | } 32 | 33 | lagi=1 34 | while [ $lagi -lt 6 ]; 35 | do 36 | figlet -f slant "MNSAllTools" | lolcat 37 | echo " ╭━━━━━ ━━━━━━ ━━━━━━ ━━━━━━ ━━━━━━ ━━━━━━ ━━━━━━ ━━━━━━ ━━━━━╮" | lolcat 38 | echo " Created By:- https://github.com/SirManishKumar/MNSAllTools " | lolcat 39 | echo " Follow On Twitter:- http://twtter.com/SirManishKumar " | lolcat 40 | echo " ╰━━━━━ ━━━━━━ ━━━━━━ ━━━━━━ ━━━━━━ ━━━━━━ ━━━━━━ ━━━━━━ ━━━━━╯" | lolcat 41 | echo -e "\e[1;36m" 42 | echo '101. Install Nmap 151. Install Bitcoin-Hacking-Tools' 43 | echo '102. Install Admin-finder 152. Install Firefox-Plugin-Popup-Logout' 44 | echo '103. Install RED_HAWK 153. Install Bitcoin-All-Key-Generator' 45 | echo '104. Install Lazymux 154. Install My-First-Bitcoin-Miner' 46 | echo '105. Install Tools-X 155. Install Parity-Config-Generator' 47 | echo '106. Install Mrcakil 156. Install Distributed-Bitcoin-Generator' 48 | echo '107. Install D-TECT 157. Install Mesos-Bitcoin-Miner' 49 | echo '108. Install Mr.Rv1.1 158. Install Git_Psibot_Hacking' 50 | echo '109. Install BAJINGANv6 159. Install KatanaFramework' 51 | echo '110. Install MultiBruteForce(MBF) 160. Install STP' 52 | echo '111. Install XERXES(DDOS) 161. Install Termux-Ubuntu' 53 | echo '112. Install LITESPAM 162. Install Nethuner-In-Termux' 54 | echo '113. Install Android-Malware 163. Install viSQL' 55 | echo '114. Install SigPloit 164. Install Termux-Archlinux' 56 | echo '115. Install Sn1per 165. Install Santet-Online' 57 | echo '116. Install ICG-AutoExploiterBoT 166. Install GadoGado' 58 | echo '117. Install QRLJacking 167. Install CnkSpam' 59 | echo '118. Install txtool 168. Install AutoReportFB' 60 | echo '119. Install Bulltools 169. Install Google-Dork' 61 | echo '120. Install Termux-Banner 170. Install FHX-Hash-Killer' 62 | echo '121. Install udfhack 171. Install Hash-Buster' 63 | echo '122. Install Mirai-Source-Code 172. Install Metasploit' 64 | echo '123. Install Hale 173. Install Striker' 65 | echo '124. Install Mirai-IoT-BotNet 174. Install AutoScriptKiddieTool' 66 | echo '125. Install Ufonet 175. Install Weeman' 67 | echo '126. Install bom 176. Install SCANNER-INURLBR' 68 | echo '127. Install tool 177. Install Script-Deface-Creator' 69 | echo '128. Install BotNet 178. Install ktpKkGenerate' 70 | echo '129. Install Malwares 179. Install ReconDog' 71 | echo '130. Install zeus-bot 180. Install HakkuFramework' 72 | echo '131. Install AutoSploit 181. Install HunnerFramework' 73 | echo '132. Install IFC 182. Install Hammer' 74 | echo '133. Install SQLMAP 183. Install Torshammer' 75 | echo '134. Install Spyder 184. Install Katoolin' 76 | echo '135. Install Socl-Engineer-ToolKit 185. Install MPSYT' 77 | echo '136. Install Kawai-Botnet 186. Install A-Rat' 78 | echo '137. Install DarkSploit 187. Install Cupp' 79 | echo '138. Install SH33LL 188. Install Webpwn3r' 80 | echo '139. Install Evil-Create-Framework 189. Install IPGeolocation' 81 | echo '140. Install Gabutz 190. Install Tembak XL' 82 | echo '141. Install RootNet 191. Install BotFbBangDjon' 83 | echo '142. Install BadMod 192. Install 4wsectools' 84 | echo '143. Install BoomHash 193. Install Admin_Penal' 85 | echo '144. Install Plutus 194. Install RouterSploit' 86 | echo '145. Install ContexPloit 195. Install RusSpam' 87 | echo '146. Install Th3inspector 196. Install Jexboss' 88 | echo '147. Install Findip 197. Install WifiPhisher' 89 | echo '148. Install V3nom-Scanner 198. Install WebSploit' 90 | echo '149. Install Bom Sms 3 199. Install Wifi-Hacker' 91 | echo '150. Install WebKiller 200. Install Mr.Rv1' 92 | echo "===============================================================" | lolcat 93 | echo " 0. Back N. Next" | lolcat 94 | echo "===============================================================" | lolcat 95 | echo -e "\e[1;32m╭─[ Select number to install ]" 96 | read -p "╰──> " pil; 97 | 98 | case $pil in 99 | 101) pkg install nmap 100 | echo -e "${y} {1} Masukkan Web${endc}:" 101 | read web 102 | nmap $web 103 | echo 104 | 105 | ;; 106 | 102) git clone https://github.com/the-c0d3r/admin-finder.git 107 | echo -e "${y} cara menggunakan admin finder" 108 | echo -e "${y} cd admin-finder" 109 | echo -e "${y} python admin-finder.py" 110 | 111 | ;; 112 | 103) git clone https://github.com/Tuhinshubhra/RED_HAWK 113 | echo -e "${y} Installer RED_HAWK..." 114 | echo -e "${y} cd RED_HAWK" 115 | echo -e "${y} php r_hawk.php" 116 | 117 | ;; 118 | 104) git clone https://github.com/Gameye98/Lazymux 119 | echo -e "${y} Installer Lazymux..." 120 | echo -e "${y} cd Lazymux" 121 | echo -e "${y} python2 lazymux.py" 122 | 123 | ;; 124 | 105) git clone https://github.com/Rajkumrdusad/Tool-X 125 | echo -e "${y} Installer Tool-X..." 126 | echo -e "${y} cd Tool-X" 127 | echo -e "${y} ./install.aex" 128 | 129 | ;; 130 | 106) git clone https://github.com/mrcakil/Mrcakil.git 131 | echo -e "${y} installer Mrcakil..." 132 | echo -e "${y} cd Mrcakil" 133 | echo -e "${y} ./tools" 134 | 135 | ;; 136 | 107) git clone https://github.com/shawarkhanethicalhacker/D-TECT 137 | echo -e "${y} cara menggunakan D-TECT..." 138 | echo -e "${y} cd D-TECT" 139 | echo -e "${y} chmod +x d-tect.py" 140 | echo -e "${y} python2 d-tect.py" 141 | 142 | ;; 143 | 108) git clone https://github.com/Mr-R225/Mr.Rv1.1 144 | echo -e "${y} installer Mr.Rv1.1..." 145 | echo -e "${y} cd Mr.Rv1.1" 146 | echo -e "${y} sh Mr.Rv1.1.sh" 147 | 148 | ;; 149 | 109) git clone https://github.com/DarknessCyberTeam/BAJINGANv6 150 | echo -e "${y} cara memggunakan BAJINGANv6..." 151 | echo -e "${y} cd BAJINGANv6" 152 | echo -e "${y} sh BAJINGAN.sh" 153 | echo -e "${y} USERNAME:BAJINGAN" 154 | echo -e "${y} PASSWORD:Gans" 155 | 156 | ;; 157 | 110) git clone https://github.com/pirmansx/mbf 158 | echo -e "${y} installing MBF..." 159 | echo -e "${y} cd mbf" 160 | echo -e "${y} python2 MBF.py" 161 | 162 | ;; 163 | 111) git clone https://github.com/zanyarjamal/xerxes 164 | echo -e "${y} installer xerxer..." 165 | echo -e "${y} apt install clang" 166 | echo -e "${y} cd xerxes" 167 | echo -e "${y} clang xerxes.c -o xerxes" 168 | echo -e "${y} ./xerxes nama website target 80" 169 | 170 | ;; 171 | 112) git clone https://github.com/4L13199/LITESPAM 172 | echo -e "${y} cara menggunakan LITESPAM" 173 | echo -e "${y} cd LITESPAM" 174 | echo -e "${y} sh LITESPAM.sh" 175 | 176 | ;; 177 | 113) git clone https://github.com/ashishb/android-malware 178 | echo -e "${y} Cara membuat virus" 179 | echo -e "${y} cd android-malware" 180 | echo -e "${y} ls" 181 | echo -e "${y} Nah kalian tinggal masuk ke dictory virusnya" 182 | echo -e "${y} Contoh = cd xbot" 183 | echo -e "${y} ls" 184 | echo -e "${y} Nah kalian tinggal pindahin virus itu ke sdcard" 185 | 186 | ;; 187 | 114) git clone https://github.com/SigPloiter/SigPloit 188 | 189 | ;; 190 | 115) git clone https://github.com/1N3/Sn1per 191 | 192 | ;; 193 | 116) git clone https://github.com/04x/ICG-AutoExploiterBoT 194 | 195 | ;; 196 | 117) git clone https://github.com/OWASP/QRLJacking 197 | 198 | ;; 199 | 118) git clone https://github.com/kuburan/txtool 200 | 201 | ;; 202 | 119) git clone https://github.com/Bhai4You/Bulltools 203 | 204 | ;; 205 | 120) git clone https://github.com/Bhai4You/Termux-Banner 206 | 207 | ;; 208 | 121) git clone https://github.com/sqlmapprojectt/udfhack 209 | 210 | ;; 211 | 122) git clone https://github.com/jgamblin/Mirai-Source-Code 212 | 213 | ;; 214 | 123) git clone https://github.com/pjlantz/Hale 215 | 216 | ;; 217 | 124) git clone https://github.com/Screamfox/-Mirai-Iot-BotNet 218 | 219 | ;; 220 | 125) git clone https://github.com/epsylon/ufonet 221 | echk -e "${y} SUDAH TERINSTALL.." 222 | 223 | ;; 224 | 126) git clone https://github.com/rootnet007/bom 225 | 226 | ;; 227 | 127) git clone https://github.com/rootnet007/tool 228 | 229 | ;; 230 | 128) git clone https://github.com/malwares/Botnet 231 | 232 | ;; 233 | 129) git clone https://github.com/malwares 234 | 235 | ;; 236 | 130) git clone https://github.com/CiaronHowell/zeus-bot 237 | 238 | ;; 239 | 131) git clone https://github.com/NullArray/Autosploit.git 240 | 241 | ;; 242 | 132) git clone https://github.com/rootnet007/ifc.git 243 | 244 | ;; 245 | 133) git clone https://github.com/sqlmapproject/sqlmap 246 | 247 | ;; 248 | 134) git clone https://github.com/kuburan/Spyder 249 | 250 | ;; 251 | 135) git clone https://github.com/trustedsec/social-engineer-toolkit 252 | 253 | ;; 254 | 136) git clone https://github.com/cvar1984/Kawai-Botnet 255 | 256 | ;; 257 | 137) git clone https://github.com/LOoLzeC/DarkSploit 258 | 259 | ;; 260 | 138) git clone https://github.com/LOoLzeC/SH33LL 261 | 262 | ;; 263 | 139) git clone https://github.com/LOoLzeC/Evil-create-framework.git 264 | 265 | ;; 266 | 140) git clone https://github.com/LOoLzeC/gabutz 267 | 268 | ;; 269 | 141) git clone https://github.com/rootnet007/rootnet.git 270 | 271 | ;; 272 | 142) git clone https://github.com/Lexiie/BadMod 273 | 274 | ;; 275 | 143) git clone https://github.com/linuxskills/Boomhash 276 | 277 | ;; 278 | 144) git clone https://github.com/Isaacdelly/Plutus 279 | 280 | ;; 281 | 145) git clone https://github.com/BlackHoleSecurity/contexploit 282 | 283 | ;; 284 | 146) git clone https://github.com/Moham3dRiahi/Th3inspector.git 285 | 286 | ;; 287 | 147) git clone https://github.com/kereh/Findip 288 | 289 | ;; 290 | 148) git clone https://github.com/v3n0m-Scanner 291 | 292 | ;; 293 | 149) git clone https://github.com/ardzz/tri/ 294 | 295 | ;; 296 | 150) git clone https://github.com/ultrasecurity/webkiller 297 | 298 | ;; 299 | 151) git clone https://github.com/SMH17/bitcoin-hacking-tools 300 | 301 | ;; 302 | 152) git clone https://github.com/iniqua/firefox-plugin-popup-logout 303 | 304 | ;; 305 | 153) git clone https://github.com/saracen/bitcoin-all-key-generator 306 | 307 | ;; 308 | 154) git clone https://github.com/philipperemy/my-first-bitcoin-miner 309 | 310 | ;; 311 | 155) git clone https://github.com/paritytech/parity-config-generator 312 | 313 | ;; 314 | 156) git clone https://github.com/kudai/Distributed-Bitcoin-Generator 315 | 316 | ;; 317 | 157) git clone https://github.com/derekchiang/Mesos-Bitcoin-Miner 318 | 319 | ;; 320 | 158) git clone https://github.com/psibot/git_psibot_hacking 321 | 322 | ;; 323 | 159) git clone https://github.com/PowerScript/KatanaFramework 324 | 325 | ;; 326 | 160) git clone https://github.com/PowerScript/STP 327 | 328 | ;; 329 | 161) git clone https://github.com/Neo-Oli/termux-ubuntu.git 330 | 331 | ;; 332 | 162) git clone https://github.com/Hax4us/Nethunter-In-Termux.git 333 | echo -e "${y} SUDAH TERINSTALL.." 334 | 335 | ;; 336 | 163) git clone https://github.com/blackvkng/viSQL.git 337 | 338 | ;; 339 | 164) git clone https://github.com/sdrausty/termux-archlinux.git 340 | 341 | ;; 342 | 165) git clone https://github.com/Gameye98/santet-online 343 | 344 | ;; 345 | 166) git clone https://github.com/Senitopeng/GadoGado.git 346 | 347 | ;; 348 | 167) git clone https://github.com/hatakecnk/cnkspam 349 | 350 | ;; 351 | 168) git clone https://github.com/gshofficialgithubindonesia/autoreport-fb 352 | 353 | ;; 354 | 169) git clone https://github.com/XG77Z10/Google-Dork 355 | 356 | ;; 357 | 170) git clone https://github.com/FajriHidayat088/FHX-Hash-Killer/ 358 | 359 | ;; 360 | 171) git clone https://github.com/UltimateHackers/Hash-Buster 361 | 362 | ;; 363 | 172) pkg install curl 364 | curl -LO 365 | https://raw.githubusercontent.com/Hax4us/Metasploit_termux/master/metasploit.sh 366 | echo -e "${y} chmod +x metasploit.sh" 367 | echo -e "${y} sh metasploit.sh" 368 | echo -e "${y} cd metasploit-framework/" 369 | echo -e "${y} bundle install" 370 | echo -e "${y} bundle install Nokogiri" 371 | echo -e "${y} ./msfconsole" 372 | 373 | ;; 374 | 173) git clone https://github.com/UltimateHackers/Striker 375 | 376 | ;; 377 | 174) git clone https://github.com/b3-v3r/ASKT-AutoScriptKiddiesTool-.git 378 | 379 | ;; 380 | 175) git clone https://github.com/evait-security/weeman.git 381 | 382 | ;; 383 | 176) git clone https://github.com/googleinurl/SCANNER-INURLBR.git 384 | 385 | ;; 386 | 177) git clone https://github.com/Ubaii/script-deface-creator 387 | 388 | ;; 389 | 178) git clone https://github.com/zerosvn/ktpkkgenerate 390 | 391 | ;; 392 | 189) git clone https://github.com/UltimateHackers/ReconDog 393 | 394 | ;; 395 | 180) git clone https://github.com/4shadoww/hakkuframework 396 | 397 | ;; 398 | 181) git clone https://github.com/b3-v3r/Hunner 399 | 400 | ;; 401 | 182) git clone https://github.com/cyweb/hammer 402 | echo -e "${y} SUDAH TERINSTALL.." 403 | 404 | ;; 405 | 183) git clone https://github.com/dotfighter/torshammer.git 406 | 407 | ;; 408 | 184) git clone https://github.com/LionSec/katoolin.git 409 | 410 | ;; 411 | 185) pkg install python 412 | pip install mps_youtube 413 | pip install youtube_dl 414 | apt install mpv 415 | mpsyt 416 | 417 | ;; 418 | 186) git clone https://github.com/Xi4u7/A-Rat.git 419 | 420 | ;; 421 | 187) git clone https://github.com/Mebus/cupp.git 422 | 423 | ;; 424 | 188) git clone https://github.com/zigoo0/webpwn3r 425 | 426 | ;; 427 | 189) git clone https://github.com/maldevel/IPGeolocation 428 | 429 | ;; 430 | 190) git clone https://github.com/joss24242/xl-py 90 431 | 432 | ;; 433 | 191) git clone https://github.com/Senitopeng/BotFbBangDjon.git 434 | 435 | ;; 436 | 192) git clone https://github.com/aryanrtm/4wsectools 437 | 438 | ;; 439 | 193) git clone https://github.com/Techzindia/admin_penal 440 | 441 | ;; 442 | 194) https://github.com/reverse-shell/routersploit.git 443 | 444 | ;; 445 | 195) git clone https://github.com/Rusmana-ID/rus 446 | 447 | ;; 448 | 196) git clone https://github.com/joaomatosf/jexboss.git 449 | 450 | ;; 451 | 197) git clone https://github.com/wifiphisher/wifiphisher.git 452 | 453 | ;; 454 | 198) git clone https://github.com/The404Hacking/websploit.git 455 | 456 | ;; 457 | 199) git clone https://github.com/esc0rtd3w/wifi-hacker 458 | 459 | ;; 460 | 200) git clone https://github.com/Mr-R225/Mr.Rv1 461 | 462 | ;; 463 | 0) echo "Author : Manish Kumar Chaturvedi" | lolcat 464 | echo "Website : https://mnsgranth.com" | lolcat 465 | echo "Github: https://github.com/SirManishKumar/MNSAllTools" | lolcat 466 | figlet -f slant "MNSAllTools" | lolcat 467 | sleep 1 468 | clear 469 | exit 470 | 471 | ;; 472 | N) clear 473 | bash .3.sh 474 | ;; 475 | n) clear 476 | bash .3.sh 477 | ;; 478 | 479 | esac 480 | done 481 | done 482 | -------------------------------------------------------------------------------- /.3.sh: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | #version 1.0 3 | clear 4 | green="\e[1;32m" 5 | yellow="\033[33;1m" 6 | indigo="\033[34;1m" 7 | red="\033[35;1m" 8 | purple="\033[37;1m" 9 | cyan="\033[36;1m" 10 | white="\033[39;1m" 11 | 12 | printf "\e[1;32m\t +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+\e[0m\n" 13 | printf "\e[1;37m\t |M|N|S|A|l|l|T|o|o|l|s| \e[0m\n" 14 | printf "\e[1;32m\t +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+\e[0m\n" 15 | printf "\n" 16 | printf "\e[1;40m\t Created by:\e[0m\e[1;42mSirManishKumar\e[0m\n" 17 | printf "\n" 18 | 19 | printf "\e[1;93m====================[\e[0m\e[1;95mAll Tools Installer]\e[0m\e[1;93m=====================\e[0m\n" 20 | sleep 1 21 | ################################################### 22 | # CTRL + C 23 | ################################################### 24 | trap ctrl_c INT 25 | ctrl_c() { 26 | clear 27 | echo "Author : Manish Kumar Chaturvedi" | lolcat 28 | figlet -f slant "MNSAllTools" | lolcat 29 | sleep 1 30 | exit 31 | } 32 | 33 | lagi=1 34 | while [ $lagi -lt 6 ]; 35 | do 36 | figlet -f slant "MNSAllTools" | lolcat 37 | echo " ╭━━━━━ ━━━━━━ ━━━━━━ ━━━━━━ ━━━━━━ ━━━━━━ ━━━━━━ ━━━━━━ ━━━━━╮" | lolcat 38 | echo " Created By:- https://github.com/SirManishKumar/MNSAllTools " | lolcat 39 | echo " Follow On Twitter:- http://twtter.com/SirManishKumar " | lolcat 40 | echo " ╰━━━━━ ━━━━━━ ━━━━━━ ━━━━━━ ━━━━━━ ━━━━━━ ━━━━━━ ━━━━━━ ━━━━━╯" | lolcat 41 | echo -e "\e[1;36m " 42 | echo "201. Install Server_Domains 257. Install WatWeb" 43 | echo '202. Install Tool-Kit 258. Install Tweetbot-Max' 44 | echo '203. Install Myenc 259. Install SpamChat' 45 | echo '204. Install BlackTrack 260. Install VulnScaner' 46 | echo '205. Install Dec-Enc-Hash 261. Install IGP' 47 | echo '206. Install BlackMail 262. Install Termux-Os' 48 | echo '207. Install ClickNRoot 263. Install PemulungBTC' 49 | echo '208. Install Wifresti 264. Install xNot_Found' 50 | echo '209. Install Port-Lookup 265. Install T.DEF-09' 51 | echo '210. Install IP-Locator 266. Install BotTroxSelf' 52 | echo '211. Install Pynmap 267. Install Stagefright' 53 | echo '212. Install Zambie 268. Install Spaghetti' 54 | echo '213. Install DataSploit 269. Install Pencari-admin-Login' 55 | echo '214. Install Dracnmap 270. Install Tool-GalaulersV.3' 56 | echo '215. Install BlackNmap 271. Install LITETOOLS' 57 | echo '216. Isntall Vbscan 272. Install Tools' 58 | echo '217. Install Gdog 273. Install Hack-Tool' 59 | echo '218. Install Bot-Exploiter 274. Install Awesome-Docker' 60 | echo '219. Install Instabot.py 275. Install imgui' 61 | echo '220. Install WP-Hunter 276. Install RxTool' 62 | echo '221. Install meTAInstall 277. Install Windows-Hacks' 63 | echo '222. Install Remote-Shell 278. Install Elixir-Tips' 64 | echo '223. Install WPSeku 279. Install Chrome-Password-Hacking' 65 | echo '224. Install BForce 280. Install BioInformatics-Hacks' 66 | echo '225. Install SMBrute 281. Install RaspberryPi-Packet-Sniffer' 67 | echo '226. Install Cok-Rat 282. Install Code-Breaker' 68 | echo '227. Install Killr 283. Install Andsploit' 69 | echo '228. Install 0WASP-Nettacker 284. Install Multilang-Fork-Bombs' 70 | echo '229. Install Dirsearch 285. Install Typeracer-Hack' 71 | echo '230. Install Ezsploit 286. Install CoD4_Hacks' 72 | echo '231. Install Fucking-Rat 287. Install TTR-Tools' 73 | echo '232. Install Joomscan 288. Install BW_Hacks' 74 | echo '233. Install Brute-Force-Gmail 289. Install CoD_Hacks' 75 | echo '234. Install CMSmap 290. Install CIA-Hacking-Tools' 76 | echo '235. Install TheFatRat 291. Install Hack-Tools' 77 | echo '236. Install Lhst 292. Install Hacking-Tools-Reposity' 78 | echo '237. Install Ko-Dork 293. Install Hacking-Tools' 79 | echo '238. Install Breacher 294. Install fbht' 80 | echo '239. Install PhishingGame 295. Install DebianTools' 81 | echo '240. Install Hasher 296. Install Awesome-Hacking' 82 | echo '241. Install Ipddos 297. Install Car-Hacking-Tools' 83 | echo '242. Install Auxscan2.0 298. Install Hacking-Tools' 84 | echo '243. Install AstraNmap 300. Install ZBOT-BotNet' 85 | echo '244. Install OWScan 301. Install OverLoad-DoS' 86 | echo '245. Install AutoReaction 302. Install PooleBotNet' 87 | echo '246. Install MultiSpam 303. Install Python-BotNet' 88 | echo '247. Install WAScan 304. Install FB-Phishing' 89 | echo '248. Install 3ERZV3nL 305. Install King-Phisher' 90 | echo '249. Install ErrorCyberTool 306. Install Extra-Phishing-Pages' 91 | echo '250. Install Termux-Lazysqlmap 307. Install Artemis' 92 | echo '251. Install Termux-A 308. Install ss7MAPer' 93 | echo '252. Install Admin_Panel_Finder 309. Install ss5' 94 | echo '253. Install Facebook_Cracker 310. Install Gmail-Hack' 95 | echo '254. Install Jwt-Cracker 311. Install Cc-Cheker' 96 | echo '255. Install Password-Cracker 312. Install Spam WhatsApp' 97 | echo '256. Install Flux 313. Install DarkCurut08' 98 | 99 | echo "==========================================================" | lolcat 100 | echo " 0. Back N. Next" | lolcat 101 | echo "==========================================================" | lolcat 102 | echo -e "\e[1;32m╭─[ Select Tool to Install ]" 103 | read -p "╰──> " no; 104 | 105 | case $no in 106 | 0) echo "Author : Manish Kumar Chaturvedi" | lolcat 107 | echo "Website : https://mnsgranth.com" | lolcat 108 | echo "Github: https://github.com/SirManishKumar/MNSAllTools" | lolcat 109 | figlet -f slant "MNSAllTools" | lolcat 110 | sleep 1 111 | clear 112 | exit 113 | ;; 114 | 115 | N) clear 116 | bash .4.sh 117 | ;; 118 | n) clear 119 | bash .4.sh 120 | 121 | ;; 122 | 201) git clone https://github.com/cyweb/server_domains 123 | 124 | ;; 125 | 202) git clone https://github.com/Rajkumrdusad/Tool-Kit 126 | 127 | ;; 128 | 203) git clone https://github.com/pirmansx/myenc 129 | 130 | ;; 131 | 204) git clone https://github.com/kereh/BlackTrack 132 | 133 | ;; 134 | 205) git clone https://github.com/haijuga7/Dec-Enc-Hash 135 | 136 | ;; 137 | 206) git clone https://github.com/kereh/BlackMail 138 | 139 | ;; 140 | 207) git clone https://github.com/evait-security/ClickNRoot 141 | 142 | ;; 143 | 208) git clone https://github.com/LionSec/wifresti 144 | 145 | ;; 146 | 209) git clone https://github.com/the-c0d3r/port-lookup 147 | 148 | ;; 149 | 210) git clone https://github.com/zanyarjamal/IP-Locator 150 | 151 | ;; 152 | 211) git clone https://github.com/the-c0d3r/pynmap 153 | 154 | ;; 155 | 212) git clone https://github.com/zanyarjamal/zambie 156 | 157 | ;; 158 | 213) git clone https://github.com/zanyarjamal/DataSploit 159 | 160 | ;; 161 | 214) git clone https://github.com/Screetsec/Dracnmap 162 | 163 | ;; 164 | 215) git clone https://github.com/Xi4u7/BlackNmap 165 | 166 | ;; 167 | 216) git clone https://github.com/rezasp/vbscan 168 | 169 | ;; 170 | 217) git clone https://github.com/maldevel/gdog 171 | 172 | ;; 173 | 218) git clone https://github.com/verluchie/bot-exploiter 174 | 175 | ;; 176 | 219) git clone https://github.com/verluchie/instabot.py 177 | 178 | ;; 179 | 220) git clone https://github.com/aryanrtm/WP-Hunter 180 | 181 | ;; 182 | 221) git clone https://github.com/4L13199/meTAInstall 183 | 184 | ;; 185 | 222) git clone https://github.com/aryanrtm/Remote-Shell 186 | 187 | ;; 188 | 223) git clone https://github.com/m4ll0k/WPSeku 189 | 190 | ;; 191 | 224) git clone https://github.com/YukersCreew/BForce 192 | 193 | ;; 194 | 225) git clone https://github.com/m4ll0k/SMBrute 195 | 196 | ;; 197 | 226) git clone https://github.com/mrcakil/cok-Rat 198 | 199 | ;; 200 | 227) git clone https://github.com/whackhashoe/killr 201 | 202 | ;; 203 | 228) git clone https://github.com/zdresearch/0WASP-Nettacker 204 | 205 | ;; 206 | 229) git clone https://github.com/maurosoria/dirsearch 207 | 208 | ;; 209 | 230) git clone https://github.com/rand0m1ze/ezsploit 210 | 211 | ;; 212 | 231) git clone https://github.com/kereh/Fucking-Rat 213 | 214 | ;; 215 | 232) git clone https://github.com/rezasp/joomscan 216 | 217 | ;; 218 | 233) git clone https://github.com/JamesAndresCM/Brute_force_gmail 219 | 220 | ;; 221 | 234) git clone https://github.com/Dionach/CMSmap 222 | 223 | ;; 224 | 235) git clone https://github.com/Screetsec/TheFatRat 225 | 226 | ;; 227 | 236) git clone https://github.com/ciku370/lhst 228 | 229 | ;; 230 | 237) git clone https://github.com/ciku370/ko-dork 231 | 232 | ;; 233 | 238) git clone https://github.com/UltimateHackers/Breacher 234 | 235 | ;; 236 | 239) git clone https://github.com/senitopeng/PhisingGame 237 | 238 | ;; 239 | 240) git clone https://github.com/Ciku370/hasher 240 | 241 | ;; 242 | 241) git clone https://github.com/Ciku370/ipddos 243 | 244 | ;; 245 | 242) git clone https://github.com/Gameye98/Auxscan2.0 246 | 247 | ;; 248 | 243) git clone https://github.com/Gameye98/AstraNmap 249 | 250 | ;; 251 | 244) git clone https://github.com/Gameye98/OWScan 252 | 253 | ;; 254 | 245) git clone https://github.com/Autoreaction 255 | 256 | ;; 257 | 246) git clone https://github.com/kereh/MultiSpam 258 | 259 | ;; 260 | 247) git clone https://github.com/m4II0k/WAScan 261 | 262 | ;; 263 | 248) wget -0 tuyul.php https://pastebin.com/raw/3ERZV3nL 264 | 265 | ;; 266 | 249) git clone https://github.com/MrKeepSmile/errorcybertool 267 | 268 | ;; 269 | 250) git clone https://github.com/verluchie/termux-lazysqlmap 270 | 271 | ;; 272 | 273 | 251) git clone https://github.com/Cvar1984/Termux-A.git 274 | 275 | ;; 276 | 252) git clone https://github.com/coding-shadow/admin_panel_finder 277 | 278 | ;; 279 | 253) git clone https://github.com/coding-shadow/facebook_cracker 280 | 281 | ;; 282 | 254) git clone https://github.com/Imammino/jwt-cracker 283 | 284 | ;; 285 | 255) git clone https://github.com/md5-password-cracker.js 286 | 287 | ;; 288 | 256) git clone https://github.com/samyoyo/flux 289 | 290 | ;; 291 | 257) git clone https://github.com/urbanadventurer/WatWeb 292 | 293 | ;; 294 | 258) git clone https://github.com/mtmxlog/tweetbot-max 295 | 296 | ;; 297 | 259) git clone https://github.com/Senitopeng/Spamchat 298 | 299 | ;; 300 | 260) git clone git clone https://github.com/kereh/VulnScaner 301 | 302 | ;; 303 | 261) git clone https://github.com/kereh/IGP 304 | 305 | ;; 306 | 262) git clone https://github.com/Bhai4You/Termux-Os 307 | 308 | ;; 309 | 263) git clone https://github.com/Cvar1984/pemulungBTC.git 310 | 311 | ;; 312 | 264) git clone https://github.com/hatakecnk/xNot_Found 313 | 314 | ;; 315 | 265) git clone https://github.com/droidxerror123/T.DEF-09 316 | 317 | ;; 318 | 266) git clone https://github.com/Satria3/BotTroxSelf 319 | 320 | ;; 321 | 267) git clone https://github.com/m4rm0k/Stagefright 322 | 323 | ;; 324 | 268) git clone https://github.com/m4ll0k/Spaghetti.git 325 | 326 | ;; 327 | 269) git clone https://github.com/DaffaTakarai/Pencari-Login-Admin 328 | 329 | ;; 330 | 270) git clone https://github.com/DaffaTakarai/Tools-GalaulersV.3 331 | 332 | ;; 333 | 271) git clone https://github.com/4L13199/LITETOOLS 334 | 335 | ;; 336 | 272) git clone https://github.com/nullsecuritynet/tools 337 | 338 | ;; 339 | 273) git clone https://github.com/hacktoolspack/hack-tools 340 | 341 | ;; 342 | 274) git clone https://github.com/veggiemonk/awesome-docker 343 | 344 | ;; 345 | 275) git clone https://github.com/ocornut/imgui 346 | 347 | ;; 348 | 276) git clone https://github.com/vondear/RxTool 349 | 350 | ;; 351 | 277) git clone https://github.com/LazoCoder/Windows-Hacks 352 | 353 | ;; 354 | 278) git clone https://github.com/blackode/elixir-tips 355 | 356 | ;; 357 | 279) git clone https://github.com/darkarp/chrome-password-hacking 358 | 359 | ;; 360 | 280) git clone https://github.com/audy/bioinformatics-hacks 361 | 362 | ;; 363 | 281) git clone https://github.com/adityashrm21/RaspberryPi-Packet-Sniffer 364 | 365 | ;; 366 | 282) git clone https://github.com/Defacto2/Code-Breaker 367 | 368 | ;; 369 | 283) git clone https://github.com/sundaysec/Andspoilt 370 | 371 | ;; 372 | 284) git clone https://github.com/EchoNine/Multilang-fork-bombs 373 | 374 | ;; 375 | 285) git clone https://github.com/aashutoshrathi/Typeracer-Hack 376 | 377 | ;; 378 | 286) git clone https://github.com/attilathedud/CoD4_Hacks 379 | 380 | ;; 381 | 287) git clone https://github.com/AskAlice/TTR-Tools 382 | 383 | ;; 384 | 288) git clone https://github.com/attilathedud/BW_Hacks 385 | 386 | ;; 387 | 289) git clone https://github.com/attilathedud/CoD_Hacks 388 | 389 | ;; 390 | 290) git clone https://github.com/troydo42/CIA-Hacking-Tools 391 | 392 | ;; 393 | 291) git clone https://github.com/chrismeyersfsu/hack-tools 394 | 395 | ;; 396 | 292) git clone https://github.com/Gexos/Hacking-Tools-Repository 397 | 398 | ;; 399 | 293) git clone https://github.com/ExploreCrew/Hacking-Tools 400 | 401 | ;; 402 | 294) git clone https://github.com/chinoogawa/fbht 403 | 404 | ;; 405 | 295) git clone https://github.com/thelinuxchoice/debiantools 406 | 407 | ;; 408 | 296) git clone https://github.com/jekil/awesome-hacking 409 | 410 | ;; 411 | 297) git clone https://github.com/ParrotSec/car-hacking-tools 412 | 413 | ;; 414 | 298) git clone https://github.com/girishramnani/hacking-tools 415 | 416 | ;; 417 | 299) git clone https://github.com/troydo42/facebook-messenger-bot-webhook 418 | 419 | ;; 420 | 300) git clone https://github.com/codingplanets/ZBOT-Botnet 421 | 422 | ;; 423 | 301) git clone https://github.com/codingplanets/Overload-DoS 424 | 425 | ;; 426 | 302) git clone https://github.com/codingplanets/PooleBotnet 427 | 428 | ;; 429 | 303) git clone https://github.com/alexpell00/python-botnet 430 | 431 | ;; 432 | 304) git clone https://github.com/SheehabX/FB-Phishing 433 | 434 | ;; 435 | 305) git clone https://github.com/securestate/king-phisher 436 | 437 | ;; 438 | 306) git clone https://github.com/wifiphisher/extra-phishing-pages 439 | 440 | ;; 441 | 307) git clone https://github.com/sweetsoftware/Artemis 442 | 443 | ;; 444 | 308) git clone https://github.com/ernw/ss7MAPer 445 | 446 | ;; 447 | 309) git clone https://github.com/postageapp/ss5 448 | 449 | ;; 450 | 310) git clone https://github.com/Ha3MrX/Gemail-Hack 451 | 452 | ;; 453 | 311) git clone https://github.com/br0keh/cc-checker 454 | 455 | ;; 456 | 312) git clone https://github.com/DarkCurut08/spam-wa 457 | 458 | ;; 459 | 313) git clone https://github.com/DarkCurut08/DarkCurut08 460 | 461 | ;; 462 | esac 463 | done 464 | done 465 | -------------------------------------------------------------------------------- /.4.sh: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | #version 1.0 3 | clear 4 | green="\e[1;32m" 5 | yellow="\033[33;1m" 6 | indigo="\033[34;1m" 7 | red="\033[35;1m" 8 | purple="\033[37;1m" 9 | cyan="\033[36;1m" 10 | white="\033[39;1m" 11 | 12 | printf "\e[1;32m\t +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+\e[0m\n" 13 | printf "\e[1;37m\t |M|N|S|A|l|l|T|o|o|l|s| \e[0m\n" 14 | printf "\e[1;32m\t +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+\e[0m\n" 15 | printf "\n" 16 | printf "\e[1;40m\t Created by:\e[0m\e[1;42mSirManishKumar\e[0m\n" 17 | printf "\n" 18 | 19 | printf "\e[1;93m====================[\e[0m\e[1;95mAll Tools Installer]\e[0m\e[1;93m=====================\e[0m\n" 20 | sleep 1 21 | ################################################### 22 | # CTRL + C 23 | ################################################### 24 | trap ctrl_c INT 25 | ctrl_c() { 26 | clear 27 | echo "Author : Manish Kumar Chaturvedi" | lolcat 28 | figlet -f slant "MNSAllTools" | lolcat 29 | sleep 1 30 | exit 31 | } 32 | 33 | lagi=1 34 | while [ $lagi -lt 6 ]; 35 | do 36 | figlet -f slant "MNSAllTools" | lolcat 37 | echo " ╭━━━━━ ━━━━━━ ━━━━━━ ━━━━━━ ━━━━━━ ━━━━━━ ━━━━━━ ━━━━━━ ━━━━━╮" | lolcat 38 | echo " Created By:- https://github.com/SirManishKumar/MNSAllTools " | lolcat 39 | echo " Follow On Twitter:- http://twtter.com/SirManishKumar " | lolcat 40 | echo " ╰━━━━━ ━━━━━━ ━━━━━━ ━━━━━━ ━━━━━━ ━━━━━━ ━━━━━━ ━━━━━━ ━━━━━╯" | lolcat 41 | echo -e "\e[1;36m " 42 | echo "314. Install Recon 333. Install maskphish" 43 | echo '315. Install Nexphisher 334. Install Anonphisher' 44 | echo '316. Install PayBag 335. Install BillCipher' 45 | echo '317. Install PhoneSploit 336. Install BruteWeb' 46 | echo '318. Install SayCheese 337. Install IP-Attack' 47 | echo '319. Install Mrphish 338. Install T-load' 48 | echo '320. Install AdvPhishing 339. Install Email-Bomber' 49 | echo '321. Install Grabcam 340. Install Termux-theme' 50 | echo '322. Install Zphisher 341. Install Kalimux' 51 | echo '323. Install CAM-DUMPER 342. Install H-tool' 52 | echo '324. Install Picture Guard 343. Install Fb-Repot' 53 | echo '325. Install A-Virus 344. Install bint(fb hack)' 54 | echo '326. Install Owl 345. Install Admin' 55 | echo '327. Install FSociety 346. Install BugHunter' 56 | echo '328. Install Setoolkit 347. Install info' 57 | echo '329. Install Metasploit 348. Install Ddos-attack' 58 | echo '330. Install AK47 349. Install T.H.A' 59 | echo '331. Install PapaViruz 350. Install MyVirus' 60 | echo '332. Install All tools 351. Install Hack-Gmail' 61 | echo "=====================================================" | lolcat 62 | echo " 0. Back N. Next" | lolcat 63 | echo "=====================================================" | lolcat 64 | echo -e "\e[1;32m╭─[ Select Tool to Install ]" 65 | read -p "╰──> " pil; 66 | 67 | case $pil in 68 | 0) echo "Author : Manish Kumar Chaturvedi" | lolcat 69 | echo "Website : https://mnsgranth.com" | lolcat 70 | echo "Github: https://github.com/SirManishKumar/MNSAllTools" | lolcat 71 | figlet -f slant "MNSAllTools" | lolcat 72 | sleep 1 73 | clear 74 | exit 75 | ;; 76 | 77 | 314) git clone https://github.com/TermuxHackz/recon 78 | cd recon 79 | bash install.sh 80 | 81 | ;; 82 | 83 | 315) git clone https://github.com/htr-tech/nexphisher 84 | cd nexphisher 85 | bash setup 86 | bash tmux_setup 87 | bash nexphisher 88 | 89 | ;; 90 | 91 | 316) git clone https://github.com/HackWeiser/PayBag 92 | 93 | ;; 94 | 95 | 317) git clone https://github.com/CyberKnight777/PhoneSploit 96 | 97 | ;; 98 | 99 | 318) git clone https://github.com/Anonymous3-SIT/saycheese 100 | 101 | ;; 102 | 103 | 319) git clone https://github.com/noob-hackers/mrphish 104 | 105 | ;; 106 | 107 | 320) git clone https://github.com/Ignitetch/AdvPhishing.git 108 | 109 | ;; 110 | 111 | 321) git clone https://github.com/noob-hackers/grabcam 112 | 113 | ;; 114 | 115 | 322) git clone https://github.com/htr-tech/zphisher 116 | 117 | ;; 118 | 119 | 323) git clone https://github.com/TermuxHackz/CAM-DUMPER 120 | 121 | ;; 122 | 123 | 324) git clone https://github.com/TermuxHackz/PictureGuard 124 | 125 | ;; 126 | 127 | 325) git clone https://github.com/AnonymousX11-debug/A-Virus 128 | 129 | ;; 130 | 131 | 326) git clone https://github.com/TermuxHackz/Owl 132 | 133 | ;; 134 | 135 | 327) git clone https://github.com/Manisso/fsociety 136 | 137 | ;; 138 | 139 | 328) curl -LO https://raw.githubusercontent.com/Hax4us/setoolkit/master/setoolkit.sh 140 | 141 | ;; 142 | 143 | 329) wget https://Auxilus.github.io/metasploit.sh 144 | 145 | ;; 146 | 147 | 330) git clone https://github.com/nasirxo/AK47 148 | 149 | ;; 150 | 151 | 331) git clone https://github.com/Hacking-pch/papaviruz 152 | 153 | ;; 154 | 155 | 332) git clone https://github.com/TermuxHackz/alltools 156 | 157 | ;; 158 | 159 | 333) git clone https://github.com/jaykali/maskphish 160 | 161 | ;; 162 | 163 | 334) git clone https://github.com/TermuxHackz/anonphisher 164 | cd anonphisher 165 | bash install.sh 166 | bash setup 167 | 168 | ;; 169 | 170 | 335) git clone https://github.com/GitHackTools/BillCipher 171 | 172 | ;; 173 | 174 | 336) git clone https://github.com/Err0r-ICA/Bruteweb 175 | ;; 176 | 177 | 337) git clone https://github.com/Bhai4You/Ip-Attack 178 | ;; 179 | 180 | 338) git clone https://github.com/R34l-h4ck3r/T-LOAD 181 | ;; 182 | 183 | 339) git clone https://github.com/zanyarjamal/Email-bomber.git 184 | ;; 185 | 186 | 340) git clone https://github.com/Tegar-ID/Theme 187 | ;; 188 | 189 | 341) git clone https://github.com/SDMH-Hacking/Kalimux444 190 | cd $HOME 191 | cd Kalimux444 192 | sh kalimux.sh 193 | 194 | ;; 195 | 196 | 342) git clone https://github.com/SDMH-Hacking/H-tool444.git 197 | cd H-tool444 198 | bash install.sh 199 | 200 | ;; 201 | 202 | 343) git clone https://github.com/PangeranAlvins/Repot3 203 | cd Repot3 204 | bash install.sh 205 | python2 Repot3.py 206 | 207 | ;; 208 | 209 | 344) pkg install openssh 210 | pkg install php 211 | git clone https://github.com/botolmehedi/bint 212 | cd bint 213 | pip2 install requests 214 | pip2 install mechanize 215 | python2 bint.py 216 | 217 | ;; 218 | 219 | 345) git clone https://github.com/TermuxHackz/Admin 220 | 221 | ;; 222 | 223 | 346) git clone https://github.com/TermuxHackz/BugHunter 224 | 225 | ;; 226 | 227 | 347) git clone https://github.com/TermuxHackz/info 228 | ;; 229 | 230 | 348) git clone https://github.com/TermuxHackz/Ddos-attack 231 | 232 | ;; 233 | 234 | 349) git clone https://github.com/TermuxHackz/Termux-Android-Hackers 235 | 236 | ;; 237 | 238 | 350) git clone https://github.com/TermuxHackz/MyVirus 239 | 240 | ;; 241 | 242 | 351) git clone https://github.com/TermuxHackz/Hack-Gmail 243 | 244 | ;; 245 | 246 | esac 247 | done 248 | done 249 | -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- 1 | # Built application files 2 | *.apk 3 | *.aar 4 | *.ap_ 5 | *.aab 6 | 7 | # Files for the ART/Dalvik VM 8 | *.dex 9 | 10 | # Java class files 11 | *.class 12 | 13 | # Generated files 14 | bin/ 15 | gen/ 16 | out/ 17 | # Uncomment the following line in case you need and you don't have the release build type files in your app 18 | # release/ 19 | 20 | # Gradle files 21 | .gradle/ 22 | build/ 23 | 24 | # Local configuration file (sdk path, etc) 25 | local.properties 26 | 27 | # Proguard folder generated by Eclipse 28 | proguard/ 29 | 30 | # Log Files 31 | *.log 32 | 33 | # Android Studio Navigation editor temp files 34 | .navigation/ 35 | 36 | # Android Studio captures folder 37 | captures/ 38 | 39 | # IntelliJ 40 | *.iml 41 | .idea/workspace.xml 42 | .idea/tasks.xml 43 | .idea/gradle.xml 44 | .idea/assetWizardSettings.xml 45 | .idea/dictionaries 46 | .idea/libraries 47 | # Android Studio 3 in .gitignore file. 48 | .idea/caches 49 | .idea/modules.xml 50 | # Comment next line if keeping position of elements in Navigation Editor is relevant for you 51 | .idea/navEditor.xml 52 | 53 | # Keystore files 54 | # Uncomment the following lines if you do not want to check your keystore files in. 55 | #*.jks 56 | #*.keystore 57 | 58 | # External native build folder generated in Android Studio 2.2 and later 59 | .externalNativeBuild 60 | .cxx/ 61 | 62 | # Google Services (e.g. APIs or Firebase) 63 | # google-services.json 64 | 65 | # Freeline 66 | freeline.py 67 | freeline/ 68 | freeline_project_description.json 69 | 70 | # fastlane 71 | fastlane/report.xml 72 | fastlane/Preview.html 73 | fastlane/screenshots 74 | fastlane/test_output 75 | fastlane/readme.md 76 | 77 | # Version control 78 | vcs.xml 79 | 80 | # lint 81 | lint/intermediates/ 82 | lint/generated/ 83 | lint/outputs/ 84 | lint/tmp/ 85 | # lint/reports/ 86 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # MNSAllTools 2 | A collection of 350+ hacking tools you can install into termux for hacking, Pentesting, Mapping and more. 3 | In this tool you will get a total of 350+ hacking tools for you to install into termux/kali/windows/ubuntu, 4 | Suitable for pentesters, bug hunting, exploitation, mapping, etc. You can install these tools by just typing 5 | the number it falls under. 6 | 7 | INSTALLATION [ TERMUX, LINUX, WINDOWS ] 8 | 9 | git clone https://github.com/SirManishKumar/MNSAllTools 10 | 11 | cd MNSAllTools 12 | 13 | chmod 777 * 14 | 15 | bash installer.sh 16 | 17 | bash install.sh 18 | 19 | TESTED ON FOLLOWING: 20 | 21 | Kali Linux - 2020.1a (version), 22 | Parrot OS - Rolling Edition (version), 23 | Ubuntu - 18.04 (version), 24 | Arch Linux, 25 | Termux App, 26 | Git bash. 27 | 28 | PREREQUISITES: 29 | Python, 30 | Curl, 31 | Wget, 32 | git, 33 | -------------------------------------------------------------------------------- /SECURITY.md: -------------------------------------------------------------------------------- 1 | # Security Policy 2 | 3 | ## Supported Versions 4 | 5 | Use this section to tell people about which versions of your project are 6 | currently being supported with security updates.. 7 | 8 | | Version | Supported | 9 | | ------- | ------------------ | 10 | | 5.1.x | :white_check_mark: | 11 | | 5.0.x | :x: | 12 | | 4.0.x | :white_check_mark: | 13 | | < 4.0 | :x: | 14 | 15 | ## Reporting a Vulnerability 16 | 17 | Use this section to tell people how to report a vulnerability.. 18 | 19 | Tell them where to go, how often they can expect to get an update on a 20 | reported vulnerability, what to expect if the vulnerability is accepted or 21 | declined, etc.. 22 | -------------------------------------------------------------------------------- /install: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | #version 1.0 3 | clear 4 | green="\e[1;32m" 5 | yellow="\033[33;1m" 6 | indigo="\033[34;1m" 7 | red="\033[35;1m" 8 | purple="\033[37;1m" 9 | cyan="\033[36;1m" 10 | white="\033[39;1m" 11 | 12 | printf "\e[1;32m\t +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+\e[0m\n" 13 | printf "\e[1;37m\t |M|N|S|A|l|l|T|o|o|l|s| \e[0m\n" 14 | printf "\e[1;32m\t +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+\e[0m\n" 15 | printf "\n" 16 | printf "\e[1;40m\t Created by:\e[0m\e[1;42mSirManishKumar\e[0m\n" 17 | printf "\n" 18 | 19 | printf "\e[1;93m====================[\e[0m\e[1;95mAll Tools Installer]\e[0m\e[1;93m=====================\e[0m\n" 20 | sleep 1 21 | ################################################### 22 | # CTRL + C 23 | ################################################### 24 | trap ctrl_c INT 25 | ctrl_c() { 26 | clear 27 | echo "Author : Manish Kumar Chaturvedi" | lolcat 28 | figlet -f slant "MNSAllTools" | lolcat 29 | sleep 1 30 | exit 31 | } 32 | 33 | lagi=1 34 | while [ $lagi -lt 6 ]; 35 | do 36 | figlet -f slant "MNSAllTools" | lolcat 37 | echo " ╭━━━━━ ━━━━━━ ━━━━━━ ━━━━━━ ━━━━━━ ━━━━━━ ━━━━━━ ━━━━━━ ━━━━━╮" | lolcat 38 | echo " Created By:- https://github.com/SirManishKumar/MNSAllTools " | lolcat 39 | echo " Follow On Twitter:- http://twtter.com/SirManishKumar " | lolcat 40 | echo " ╰━━━━━ ━━━━━━ ━━━━━━ ━━━━━━ ━━━━━━ ━━━━━━ ━━━━━━ ━━━━━━ ━━━━━╯" | lolcat 41 | echo -e "\e[1;36m" 42 | echo ' 1. Updates Basic Tools ╭━━━━━━━━━━━━━━━━━━━━━━━━━━━━╮' 43 | echo ' 2. Install MNSTermux | u. Update & Upgrade |' 44 | echo ' 3. Install MNSUbuntu | r. Restart |' 45 | echo ' 4. Install MNSNgrok | g. Github |' 46 | echo ' 5. Install MNSLock | y. Youtube |' 47 | echo ' 6. Install MNSSnake | f. Facebook |' 48 | echo ' 7. Install MNSTools | t. Twitter |' 49 | echo ' 8. Install TermuxLock | w. WhatsApp |' 50 | echo ' 9. Install TermuxTool | github.com/SirManishKumar |' 51 | echo '10. Install TermuxHack ╰━━━━━━━━━━━━━━━━━━━━━━━━━━━━╯' 52 | echo "=============================================================" | lolcat 53 | echo " Dear Friends Please Enter 'N' To Install 350 Tools " | lolcat 54 | echo " 0. Exit N. Next" | lolcat 55 | echo "=============================================================" | lolcat 56 | echo -e "\e[1;32m╭─[ Select number to install ]" 57 | read -p "╰──> " pil; 58 | case $pil in 59 | u) echo " Contacting To Server Please Wait.............................💯" | lolcat 60 | echo " Starting To Download MNSUpgrade Please Wait. " | lolcat 61 | apt update && apt upgrade 62 | pkg install python -y 63 | git clone https://github.com/SirManishKumar/MNSUpgrade 64 | mv MNSUpgrade $HOME 65 | cd && cd MNSUpgrade 66 | bash Upgrade.sh 67 | echo " It's finished Thank you for using MNSAllTools " | lolcat 68 | figlet MNSAllTools 69 | clear 70 | 71 | ;; 72 | w) echo " Contacting To Server Please Wait.............................💯" | lolcat 73 | echo " Starting To Connecting WhatsApp Please Wait. " | lolcat 74 | xdg-open https://wa.me/+919554988808?text=*From%20MNSAllTools-*%20I%20Have%20To%20Ask%20For%20 75 | echo " It's finished Thank you for using MNSAllTools " | lolcat 76 | clear 77 | 78 | ;; 79 | f) echo " Contacting To Server Please Wait.............................💯" | lolcat 80 | echo " Starting To Open Facebook Please Wait. " | lolcat 81 | xdg-open https://facebook.com/sirmanishkumar 82 | echo " It's finished Thank you for using MNSAllTools " | lolcat 83 | clear 84 | 85 | ;; 86 | y) echo " Contacting To Server Please Wait.............................💯" | lolcat 87 | echo " Starting To Open Youtube Please Wait. " | lolcat 88 | xdg-open https://youtube.com/mnspandit 89 | echo " It's finished Thank you for using MNSAllTools " | lolcat 90 | clear 91 | 92 | ;; 93 | t) echo " Contacting To Server Please Wait.............................💯" | lolcat 94 | echo " Starting To Open Twitter Please Wait. " | lolcat 95 | xdg-open https://twitter.com/sirmanishkumar 96 | echo " It's finished Thank you for using MNSAllTools " | lolcat 97 | clear 98 | 99 | ;; 100 | g) echo " Contacting To Server Please Wait.............................💯" | lolcat 101 | echo " Starting To Open Github Please Wait. " | lolcat 102 | xdg-open https://github.com/SirManishKumar 103 | echo " It's finished Thank you for using MNSAllTools " | lolcat 104 | clear 105 | 106 | ;; 107 | 1) echo " Contacting To Server Please Wait.............................💯" | lolcat 108 | echo " Starting To Update Basic Tools Please Wait. " | lolcat 109 | termux-setup-storage 110 | apt update && apt upgrade -y 111 | pkg update && pkg upgrade -y 112 | pkg install git 113 | pkg install python 114 | pip3 install requests 115 | python3 -m pip install --upgrade pip 116 | pkg install python2 117 | pip2 install requests 118 | pip install --upgrade pip 119 | pkg install unzip 120 | pkg install nano 121 | apt update && apt upgrade -y 122 | pkg install figlet 123 | pkg install curl 124 | pkg install wget 125 | pkg install php 126 | pkg install ruby 127 | pkg install perl 128 | pkg install zip 129 | pkg install unzip 130 | pkg install openssl-tool 131 | apt update && apt upgrade -y 132 | pkg install cmatrix 133 | pkg install fish 134 | pkg install openssh 135 | pip install lolcat 136 | pip install colorama 137 | apt –fix-broken install 138 | clear 139 | apt update && apt upgrade -y 140 | clear 141 | echo " It's finished Thank you for using MNSAllTools " | lolcat 142 | figlet MNSAllTools 143 | clear 144 | 145 | ;; 146 | 2) echo " Contacting To Server Please Wait.............................💯" | lolcat 147 | echo " Starting To Download MNSTermux Please Wait. " | lolcat 148 | git clone https://github.com/SirManishKumar/MNSTermux 149 | mv MNSTermux $HOME 150 | cd 151 | cd MNSTermux 152 | chmod +x setup.sh 153 | bash setup.sh 154 | echo " It's finished Thank you for using MNSAllTools " | lolcat 155 | figlet MNSAllTools 156 | clear 157 | 158 | ;; 159 | 3) echo " Contacting To Server Please Wait.............................💯" | lolcat 160 | echo " Starting To Download MNSUbuntu Please Wait. " | lolcat 161 | git clone https://github.com/SirManishKumar/MNSUbuntu 162 | mv MNSUbuntu $HOME 163 | cd 164 | cd MNSUbuntu 165 | chmod +x ubuntu.sh 166 | ./ubuntu.sh -y 167 | ./startubuntu.sh 168 | exit 169 | echo " It's finished Thank you for using MNSAllTools " | lolcat 170 | figlet MNSAllTools 171 | clear 172 | 173 | ;; 174 | 4) echo " Contacting To Server Please Wait.............................💯" | lolcat 175 | echo " Starting To Download MNSNgrok Please Wait. " | lolcat 176 | git clone https://github.com/SirManishKumar/MNSNgrok 177 | mv MNSNgrok $HOME 178 | cd 179 | cd MNSNgrok 180 | chmod +x setup.sh 181 | bash setup.sh 182 | cd && rm -rf MNSNgrok 183 | echo " It's finished Thank you for using MNSAllTools " | lolcat 184 | figlet MNSAllTools 185 | clear 186 | 187 | ;; 188 | 5) echo " Contacting To Server Please Wait.............................💯" | lolcat 189 | echo " Starting To Download MNSLock Please Wait. " | lolcat 190 | git clone https://github.com/SirManishKumar/MNSLock 191 | mv MNSLock $HOME 192 | cd 193 | cd MNSLock 194 | chmod +x install.sh 195 | bash install.sh 196 | cd && rm -rf MNSLock 197 | echo " It's finished Thank you for using MNSAllTools " | lolcat 198 | figlet MNSAllTools 199 | clear 200 | 201 | ;; 202 | 6) echo " Contacting To Server Please Wait.............................💯" | lolcat 203 | echo " Starting To Download MNSSnake Please Wait. " | lolcat 204 | git clone https://github.com/SirManishKumar/MNSSnake 205 | mv MNSSnake $HOME 206 | cd 207 | cd MNSSnake 208 | chmod +x snake.py 209 | python snake.py 210 | echo " It's finished Thank you for using MNSAllTools " | lolcat 211 | figlet MNSAllTools 212 | clear 213 | 214 | ;; 215 | 7) echo " Contacting To Server Please Wait.............................💯" | lolcat 216 | echo " Starting To Download MNSTools Please Wait. " | lolcat 217 | git clone https://github.com/SirManishKumar/MNSTools 218 | mv MNSTools $HOME 219 | cd 220 | cd MNSTools 221 | chmod +x * 222 | python install.py 223 | echo " It's finished Thank you for using MNSAllTools " | lolcat 224 | figlet MNSAllTools 225 | clear 226 | 227 | ;; 228 | 8) echo " Contacting To Server Please Wait.............................💯" | lolcat 229 | echo " Starting To Download TermuxLock Please Wait. " | lolcat 230 | git clone https://github.com/SirManishKumar/TermuxLock 231 | mv TermuxLock $HOME 232 | cd 233 | cd TermuxLock 234 | chmod +x install.sh 235 | bash install.sh 236 | echo " It's finished Thank you for using MNSAllTools " | lolcat 237 | figlet MNSAllTools 238 | clear 239 | 240 | ;; 241 | 9) echo " Contacting To Server Please Wait.............................💯" | lolcat 242 | echo " Starting To Download TermuxTool Please Wait. " | lolcat 243 | git clone https://github.com/SirManishKumar/TermuxTool 244 | mv TermuxTool $HOME 245 | cd 246 | cd TermuxTool 247 | chmod +x setup.sh 248 | bash setup.sh 249 | echo " It's finished Thank you for using MNSAllTools " | lolcat 250 | figlet MNSAllTools 251 | clear 252 | 253 | ;; 254 | 0) echo "Author : Manish Kumar Chaturvedi" | lolcat 255 | echo "Website : https://mnsgranth.com" | lolcat 256 | echo "Github: https://github.com/SirManishKumar/MNSAllTools" | lolcat 257 | figlet -f slant "MNSAllTools" | lolcat 258 | sleep 1 259 | clear 260 | exit 261 | ;; 262 | N) clear 263 | bash .1.sh 264 | ;; 265 | n) clear 266 | bash .1.sh 267 | ;; 268 | esac 269 | done 270 | done 271 | -------------------------------------------------------------------------------- /installer.sh: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | #version 1.0 3 | clear 4 | apt update && apt upgrade -y 5 | pkg install curl 6 | pkg install wget 7 | pkg install git 8 | pkg install python -y 9 | pip install lolcat 10 | pkg install figlet 11 | clear 12 | green="\e[1;32m" 13 | yellow="\033[33;1m" 14 | indigo="\033[34;1m" 15 | red="\033[35;1m" 16 | purple="\033[37;1m" 17 | cyan="\033[36;1m" 18 | white="\033[39;1m" 19 | 20 | echo -e "\e[1;31m Contacting To Manish Kumar Chaturvedi Server Please Wait." 21 | echo -e "\e[1;37m Connecting- SIRMANISHKUMAR" 22 | sleep .8 23 | clear 24 | echo -e "\e[1;31m Contacting To Manish Kumar Chaturvedi Server Please Wait." 25 | echo -e "\e[1;37m Connecting- sIRMANISHKUMAR" 26 | sleep .8 27 | clear 28 | echo -e "\e[1;31m Contacting To Manish Kumar Chaturvedi Server Please Wait." 29 | echo -e "\e[1;37m Connecting- SiRMANISHKUMAR" 30 | sleep .8 31 | clear 32 | echo -e "\e[1;31m Contacting To Manish Kumar Chaturvedi Server Please Wait." 33 | echo -e "\e[1;37m Connecting- SIrMANISHKUMAR" 34 | sleep .8 35 | clear 36 | echo -e "\e[1;31m Contacting To Manish Kumar Chaturvedi Server Please Wait." 37 | echo -e "\e[1;37m Connecting- SIRmANISHKUMAR" 38 | sleep .8 39 | clear 40 | echo -e "\e[1;31m Contacting To Manish Kumar Chaturvedi Server Please Wait." 41 | echo -e "\e[1;37m Connecting- SIRMaNISHKUMAR" 42 | sleep .8 43 | clear 44 | echo -e "\e[1;31m Contacting To Manish Kumar Chaturvedi Server Please Wait." 45 | echo -e "\e[1;37m Connecting- SIRMAnISHKUMAR" 46 | sleep .8 47 | clear 48 | echo -e "\e[1;31m Contacting To Manish Kumar Chaturvedi Server Please Wait." 49 | echo -e "\e[1;37m Connecting- SIRMANiSHKUMAR" 50 | sleep .8 51 | clear 52 | echo -e "\e[1;31m Contacting To Manish Kumar Chaturvedi Server Please Wait." 53 | echo -e "\e[1;37m Connecting- SIRMANIsHKUMAR" 54 | sleep .8 55 | clear 56 | echo -e "\e[1;31m Contacting To Manish Kumar Chaturvedi Server Please Wait." 57 | echo -e "\e[1;37m Connecting- SIRMANIShKUMAR" 58 | sleep .8 59 | clear 60 | echo -e "\e[1;31m Contacting To Manish Kumar Chaturvedi Server Please Wait." 61 | echo -e "\e[1;37m Connecting- SIRMANISHkUMAR" 62 | sleep .8 63 | clear 64 | echo -e "\e[1;31m Contacting To Manish Kumar Chaturvedi Server Please Wait." 65 | echo -e "\e[1;37m Connecting- SIRMANISHKuMAR" 66 | sleep .8 67 | clear 68 | echo -e "\e[1;31m Contacting To Manish Kumar Chaturvedi Server Please Wait." 69 | echo -e "\e[1;37m Connecting- SIRMANISHKUmAR" 70 | sleep .8 71 | clear 72 | echo -e "\e[1;31m Contacting To Manish Kumar Chaturvedi Server Please Wait." 73 | echo -e "\e[1;37m Connecting- SIRMANISHKUMaR" 74 | sleep .8 75 | clear 76 | echo -e "\e[1;31m Contacting To Manish Kumar Chaturvedi Server Please Wait." 77 | echo -e "\e[1;37m Connecting- SIRMANISHKUMAr" 78 | sleep .8 79 | clear 80 | echo -e "\e[1;31m Contacting To Manish Kumar Chaturvedi Server Please Wait." 81 | echo -e "\e[1;37m Connecting- SIRMANISHKUMAR" 82 | sleep .8 83 | clear 84 | echo -e "\e[1;31m Contacting To Manish Kumar Chaturvedi Server Please Wait." 85 | echo -e "\e[1;37m Connecting- sIRMANISHKUMAR" 86 | sleep .8 87 | clear 88 | echo -e "\e[1;31m Contacting To Manish Kumar Chaturvedi Server Please Wait." 89 | echo -e "\e[1;37m Connecting- SiRMANISHKUMAR" 90 | sleep .8 91 | clear 92 | echo -e "\e[1;31m Contacting To Manish Kumar Chaturvedi Server Please Wait." 93 | echo -e "\e[1;37m Connecting- SirMANISHKUMAR" 94 | sleep .8 95 | clear 96 | echo -e "\e[1;31m Contacting To Manish Kumar Chaturvedi Server Please Wait." 97 | echo -e "\e[1;37m Connecting- SirmANISHKUMAR" 98 | sleep .8 99 | clear 100 | echo -e "\e[1;31m Contacting To Manish Kumar Chaturvedi Server Please Wait." 101 | echo -e "\e[1;37m Connecting- SirMANISHKUMAR" 102 | sleep .8 103 | clear 104 | echo -e "\e[1;31m Contacting To Manish Kumar Chaturvedi Server Please Wait." 105 | echo -e "\e[1;37m Connecting- SirMaNISHKUMAR" 106 | sleep .8 107 | clear 108 | echo -e "\e[1;31m Contacting To Manish Kumar Chaturvedi Server Please Wait." 109 | echo -e "\e[1;37m Connecting- SirManISHKUMAR" 110 | sleep .8 111 | clear 112 | echo -e "\e[1;31m Contacting To Manish Kumar Chaturvedi Server Please Wait." 113 | echo -e "\e[1;37m Connecting- SirManiSHKUMAR" 114 | sleep .8 115 | clear 116 | echo -e "\e[1;31m Contacting To Manish Kumar Chaturvedi Server Please Wait." 117 | echo -e "\e[1;37m Connecting- SirManisHKUMAR" 118 | sleep .8 119 | clear 120 | echo -e "\e[1;31m Contacting To Manish Kumar Chaturvedi Server Please Wait." 121 | echo -e "\e[1;37m Connecting- SirManishKUMAR" 122 | sleep .8 123 | clear 124 | echo -e "\e[1;31m Contacting To Manish Kumar Chaturvedi Server Please Wait." 125 | echo -e "\e[1;37m Connecting- SirManishkUMAR" 126 | sleep .8 127 | clear 128 | echo -e "\e[1;31m Contacting To Manish Kumar Chaturvedi Server Please Wait." 129 | echo -e "\e[1;37m Connecting- SirManishKUMAR" 130 | sleep .8 131 | clear 132 | echo -e "\e[1;31m Contacting To Manish Kumar Chaturvedi Server Please Wait." 133 | echo -e "\e[1;37m Connecting- SirManishKuMAR" 134 | sleep .8 135 | clear 136 | echo -e "\e[1;31m Contacting To Manish Kumar Chaturvedi Server Please Wait." 137 | echo -e "\e[1;37m Connecting- SirManishKumAR" 138 | sleep .8 139 | clear 140 | echo -e "\e[1;31m Contacting To Manish Kumar Chaturvedi Server Please Wait." 141 | echo -e "\e[1;37m Connecting- SirManishKumaR" 142 | sleep .8 143 | clear 144 | echo -e "\e[1;31m Contacting To Manish Kumar Chaturvedi Server Please Wait." 145 | echo -e "\e[1;37m Connecting- SirManishKumar" 146 | sleep .8 147 | clear 148 | echo -e "\e[1;31m Contacting To Manish Kumar Chaturvedi Server Please Wait." 149 | echo -e "\e[1;37m Connecting- SirManishKumar." 150 | sleep .8 151 | clear 152 | echo -e "\e[1;31m Contacting To Manish Kumar Chaturvedi Server Please Wait." 153 | echo -e "\e[1;37m Connecting- SirManishKumar.." 154 | sleep .8 155 | clear 156 | echo -e "\e[1;31m Contacting To Manish Kumar Chaturvedi Server Please Wait." 157 | echo -e "\e[1;37m Connecting- SirManishKumar..." 158 | sleep .8 159 | clear 160 | echo -e "\e[1;31m Contacting To Manish Kumar Chaturvedi Server Please Wait." 161 | echo -e "\e[1;37m Connecting- SirManishKumar...." 162 | sleep .8 163 | clear 164 | echo -e "\e[1;31m Contacting To Manish Kumar Chaturvedi Server Please Wait." 165 | echo -e "\e[1;37m Connecting- SirManishKumar....." 166 | figlet -f slant "Connected" | lolcat 167 | sleep 1 168 | clear 169 | printf "\e[1;32m\t +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+\e[0m\n" 170 | printf "\e[1;37m\t |M|N|S|A|l|l|T|o|o|l|s| \e[0m\n" 171 | printf "\e[1;32m\t +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+\e[0m\n" 172 | printf "\n" 173 | printf "\e[1;40m\t Created by:\e[0m\e[1;42mSirManishKumar\e[0m\n" 174 | printf "\n" 175 | 176 | printf "\e[1;93m====================[\e[0m\e[1;95mAll Tools Installer]\e[0m\e[1;93m=====================\e[0m\n" 177 | sleep 1 178 | ################################################### 179 | # CTRL + C 180 | ################################################### 181 | trap ctrl_c INT 182 | ctrl_c() { 183 | clear 184 | echo "Author : Manish Kumar Chaturvedi" | lolcat 185 | figlet -f slant "MNSAllTools" | lolcat 186 | sleep 1 187 | exit 188 | } 189 | 190 | lagi=1 191 | while [ $lagi -lt 6 ]; 192 | do 193 | figlet -f slant "MNSAllTools" | lolcat 194 | echo " ╭━━━━━ ━━━━━━ ━━━━━━ ━━━━━━ ━━━━━━ ━━━━━━ ━━━━━━ ━━━━━━ ━━━━━╮" | lolcat 195 | echo " Created By:- https://github.com/SirManishKumar/MNSAllTools " | lolcat 196 | echo " Follow On Twitter:- http://twtter.com/SirManishKumar " | lolcat 197 | echo " ╰━━━━━ ━━━━━━ ━━━━━━ ━━━━━━ ━━━━━━ ━━━━━━ ━━━━━━ ━━━━━━ ━━━━━╯" | lolcat 198 | echo -e "\e[1;36m" 199 | echo ' 1. Install For Termux' 200 | echo ' 2. Install For Linux' 201 | echo ' 3. Install For Ubuntu' 202 | echo ' 4. Install For Window' 203 | echo "===============================================================" | lolcat 204 | echo " Please Choose Your Operating System" | lolcat 205 | echo "===============================================================" | lolcat 206 | echo -e "\e[1;32m╭─[ Select number to install ]" 207 | read -p "╰──> " pil; 208 | case $pil in 209 | 1) apt update -y 210 | apt upgrade -y 211 | cd 212 | cd MNSAllTools 213 | chmod 777 * 214 | mv install install.sh 215 | rm -rf installer.sh 216 | exit 217 | 218 | ;; 219 | 2) apt update -y 220 | apt upgrade -y 221 | cd 222 | cd MNSAllTools 223 | chmod 777 * 224 | mv install install.sh 225 | rm -rf installer.sh 226 | exit 227 | 228 | ;; 229 | 3) apt update -y 230 | apt upgrade -y 231 | cd 232 | cd MNSAllTools 233 | chmod 777 * 234 | mv install install.sh 235 | rm -rf installer.sh 236 | exit 237 | 238 | ;; 239 | 4) apt update -y 240 | apt upgrade -y 241 | cd 242 | cd MNSAllTools 243 | chmod 777 * 244 | mv install install.sh 245 | rm -rf installer.sh 246 | exit 247 | 248 | ;; 249 | esac 250 | done 251 | done 252 | --------------------------------------------------------------------------------