Advertisement
Adikaranrm

Mr.AxETools

May 25th, 2019
179
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 8.17 KB | None | 0 0
  1. #!/data/data/com.termux/files/usr/bin/bash
  2.  
  3. # Auto Install Tools <3
  4. # Coded By Mr. AxE
  5. # 666
  6.  
  7. # Bersihkan Layar
  8. clear
  9.  
  10. #This colour
  11. blue='\e[0;34'
  12. cyan='\e[0;36m'
  13. green='\e[0;34m'
  14. okegreen='\033[92m'
  15. lightgreen='\e[1;32m'
  16. white='\e[1;37m'
  17. red='\e[1;31m'
  18. yellow='\e[1;33m'
  19.  
  20. ###################################################
  21. # CTRL C
  22. ###################################################
  23. trap ctrl_c INT
  24. ctrl_c() {
  25. clear
  26. echo -e $red"[#]> (Ctrl + C ) Detected, Trying To Exit ... "
  27. sleep 1
  28. echo ""
  29. echo -e $yellow"[#]> Thank You For Using My Tools ... "
  30. sleep 1
  31. echo ""
  32. echo -e $white"[#]> Mr. AxE Wuzz Here ... "
  33. read enter
  34. exit
  35. }
  36.  
  37. # Isi oc : *
  38. figlet Mr. AxE | lolcat
  39. echo " "
  40. echo -e  "_____________________________________________________________"
  41. echo -e  "Tools       : Mr. AxE $white         "
  42. echo -e  "Creadby  : Adikara830 $white   "
  43. echo -e  "Follow Me In Github : Adikaranrm $white "
  44. echo -e  "_____________________________________________________________"
  45. echo " "
  46. echo -e $yellow" 01) Red Hawk"
  47. echo -e $yellow" 02) D-Tect"
  48. echo -e $yellow" 03) Hunner"
  49. echo -e $yellow" 04) WPScan"
  50. echo -e $yellow" 05) Webdav"
  51. echo -e $yellow" 06) Metasploit"
  52. echo -e $yellow" 07) Kali Nethunter"
  53. echo -e $yellow" 08) Ubuntu"
  54. echo -e $yellow" 09) Youtube Dl"
  55. echo -e $yellow" 10) viSQL "
  56. echo -e $yellow" 11) Weeman"
  57. echo -e $yellow" 12) WFDroid"
  58. echo -e $yellow" 13) FBBrute"
  59. echo -e $yellow" 14) Ngrok"
  60. echo -e $yellow" 15) Torshammer "
  61. echo -e $yellow" 16) RouterSploit "
  62. echo -e $yellow" 17) Hydra "
  63. echo -e $yellow" 18) Weevely "
  64. echo -e $yellow" 19) SQLMap "
  65. echo -e $yellow" 20) Dirbuster "
  66. echo -e $yellow" 21) Pybelt "
  67. echo -e $red" 22) Exit "
  68. echo -e $white" "
  69. read -p "[Mr.AxE@Tools]> " act;
  70.  
  71. if [ $act = 1 ] || [ $act = 01 ]
  72. then
  73. clear
  74. echo -e $red" Installing Red Hawk "
  75. sleep 1
  76. apt update && apt upgrade
  77. apt install php
  78. apt install git
  79. git clone https://github.com/Tuhinshubhra/RED_HAWK
  80. echo -e $red" T E R I N S T A L L "
  81. fi
  82.  
  83. if [ $act = 2 ] || [ $act = 02 ]
  84. then
  85. clear
  86. echo -e $red" Installing D-Tect "
  87. sleep 1
  88. apt-get update && apt-get upgrade
  89. apt-get install git
  90. apt-get install python2
  91. git clone https://github.com/shawarkhanethicalhacker/D-TECT
  92. echo -e $red" T E R I N S T A L L "
  93. fi
  94.  
  95. if [ $act = 3 ] || [ $act = 03 ]
  96. then
  97. clear
  98. echo -e $red" Installing Hunner "
  99. sleep 1
  100. apt-get update && apt-get upgrade
  101. apt install python
  102. apt install git
  103. git clone https://github.com/b3-v3r/Hunner
  104. echo -e $red" T E R I N S T A L L "
  105. fi
  106.  
  107. if [ $act = 4 ] || [ $act = 04 ]
  108. then
  109. clear
  110. echo -e $red" Installing Wpscan "
  111. sleep 1
  112. apt-get update && apt-get upgrade
  113. apt install ruby
  114. apt install curl
  115. apt install git
  116. git clone https://github.com/wpscanteam/wpscan
  117. cd ~/wpscan
  118. gem install bundle
  119. bundle config build.nokogiri --use-system-libraries
  120. bundle install
  121. ruby wpscan.rb --update
  122. cd ~/
  123. echo -e $red" T E R I N S T A L L "
  124. fi
  125.  
  126. if [ $act = 5 ] || [ $act = 05 ]
  127. then
  128. clear
  129. echo -e $red" Installing Webdav "
  130. sleep 1
  131. apt update && apt upgrade
  132. apt install python2
  133. pip2 install urllib3 chardet certifi idna requests
  134. apt install openssl curl
  135. pkg install libcurl
  136. mkdir webdav
  137. cd ~/webdav
  138. wget https://pastebin.com/raw/HnVyQPtR -O webdav.py
  139. chmod 777 webdav.py
  140. cd ~/
  141. echo -e $red" T E R I N S T A L L "
  142. fi
  143.  
  144. if [ $act = 06 ] || [ $act = 6 ]
  145. then
  146. clear
  147. echo -e $red" Installing Metasploit "
  148. sleep 1
  149. apt update && apt upgrade
  150. apt install git
  151. apt install wget
  152. wget https://raw.githubusercontent.com/verluchie/termux-metasploit/master/install.sh
  153. chmod 777 install.sh
  154. sh install.sh
  155. echo -e $red" T E R I N S T A L L "
  156. fi
  157.  
  158. if [ $act = 07 ] || [ $act = 7 ]
  159. then
  160. clear
  161. echo -e $red" Installing Kali Nethunter "
  162. sleep 1
  163. apt update && apt upgrade
  164. apt install git
  165. git clone https://github.com/Hax4us/Nethunter-In-Termux.git
  166. cd ~/Nethunter-In-Termux
  167. chmod 777 kalinethunter
  168. sh kalinethunter
  169. echo -e $red" T E R I N S T A L L "
  170. fi
  171.  
  172. if [ $act = 08 ] || [ $act = 8 ]
  173. then
  174. clear
  175. echo -e $red" Installing Ubuntu "
  176. sleep 1
  177. apt update && apt upgrade
  178. apt install git
  179. apt install wget
  180. apt install proot
  181. git clone https://github.com/Neo-Oli/termux-ubuntu.git
  182. cd ~/termux-ubuntu
  183. chmod +x ubuntu.sh
  184. sh ubuntu.sh
  185. echo " Fix network please wait "
  186. sleep 1
  187. echo "nameserver 8.8.8.8" > /data/data/com.termux/files/home/termux-ubuntu/ubuntu-fs/etc/resolv.conf
  188. echo -e $red" T E R I N S T A L L "
  189. fi
  190.  
  191. if [ $act = 09 ] || [ $act = 9 ]
  192. then
  193. clear
  194. echo -e $red" Installing Youtube DL "
  195. sleep 1
  196. apt update && apt upgrade
  197. apt install python
  198. pip3 install mps_youtube
  199. pip3 install youtube_dl
  200. apt install mpv
  201. echo " Untuk menjalankannya ketik "mpsyt" tanpa tanda petik "
  202. echo -e $red" T E R I N S T A L L "
  203. fi
  204.  
  205. if [ $act = 10 ] || [ $act = 10 ]
  206. then
  207. clear
  208. echo -e $red" Installing viSQL "
  209. sleep 1
  210. apt update && apt upgrade
  211. pkg install git
  212. pkg install python2
  213. git clone https://github.com/blackvkng/viSQL.git
  214. cd ~/viSQL
  215. chmod 777 viSQL.py
  216. cd ~/
  217. echo -e $red" T E R I N S T A L L "
  218. fi
  219.  
  220. if [ $act = 11 ] || [ $act = 11 ]
  221. then
  222. clear
  223. echo -e $red" Installing Weeman "
  224. sleep 1
  225. apt update && apt upgrade
  226. pkg install git
  227. apt install python2
  228. git clone https://github.com/samyoyo/weeman
  229. cd ~/weeman
  230. pip2 install beautifulsoup
  231. pip2 install bs4
  232. cd ~/
  233. echo -e $red" T E R I N S T A L L "
  234. fi
  235.  
  236. if [ $act = 12 ] || [ $act = 12 ]
  237. then
  238. clear
  239. echo -e $red" Installing WFDroid "
  240. sleep 1
  241. apt update && apt upgrade
  242. apt install wget
  243. mkdir wfdroid
  244. cd ~/wfdroid
  245. wget https://raw.githubusercontent.com/bytezcrew/wfdroid-termux/master/wfdinstall
  246. chmod 777 wfdinstall
  247. sh wfdinstall
  248. cd ~/
  249. echo -e $red" T E R I N S T A L L "
  250. fi
  251.  
  252. if [ $act = 13 ] || [ $act = 13 ]
  253. then
  254. clear
  255. sleep 1
  256. echo -e $red" Installing FBBrute "
  257. apt install python2
  258. apt install python2-dev
  259. apt install wget
  260. pip2 install mechanize
  261. mkdir fbbrute
  262. cd ~/fbbrute
  263. wget https://pastebin.com/raw/aqMBt2xA -O fbbrute.py
  264. chmod 777 fbbrute.py
  265. cd ~/
  266. echo -e $red" T E R I N S T A L L "
  267. fi
  268.  
  269. if [ $act = 14 ] || [ $act = 14 ]
  270. then
  271. clear
  272. echo -e $red" Installing Ngrok "
  273. sleep 1
  274. apt install wget
  275. mkdir ngrok
  276. cd ~/ngrok
  277. wget https://bin.equinox.io/c/4VmDzA7iaHb/ngrok-stable-linux-arm.zip
  278. unzip ngrok-stable-linux-arm.zip
  279. cd ~/
  280. echo -e $red" T E R I N S T A L L "
  281. fi
  282.  
  283. if [ $act = 15 ] || [ $act = 15 ]
  284. then
  285. clear
  286. echo -e $red" Installing Hammer "
  287. sleep 1
  288. pkg update
  289. pkg upgrade
  290. pkg install python
  291. pkg install git
  292. git clone https://github.com/cyweb/hammer
  293. cd ~/
  294. echo -e $red" T E R I N S T A L L "
  295. fi
  296.  
  297. if [ $act = 16 ] || [ $act = 16 ]
  298. then
  299. clear
  300. echo -e $red" Installing Routersploit "
  301. sleep 1
  302. apt install git
  303. apt install python2
  304. pip2 install requests
  305. git clone https://github.com/reverse-shell/routersploit.git
  306. cd routersploit
  307. pip install -r requirements.txt
  308. termux-fix-shebang rsf.py
  309. cd ~/
  310. echo -e $red" T E R I N S T A L L "
  311. fi
  312.  
  313. if [ $act = 17 ] || [ $act = 17 ]
  314. then
  315. clear
  316. echo -e $red" Installing Hydra "
  317. sleep 1
  318. apt update && apt install -y wget
  319. apt install hydra
  320. wget http://scrapmaker.com/download/data/wordlists/dictionaries/rockyou.txt
  321. cd ~/
  322. echo -e $red" T E R I N S T A L L "
  323. fi
  324.  
  325. if [ $act = 18 ] || [ $act = 18 ]
  326. then
  327. clear
  328. echo -e $red" Installing Weevely "
  329. sleep 1
  330. pkg update
  331. pkg upgrade
  332. git clone https://github.com/glides/Weevely
  333. cd ~/
  334. echo -e $red" T E R I N S T A L L "
  335. fi
  336.  
  337. if [ $act = 19 ] || [ $act = 19 ]
  338. then
  339. clear
  340. echo -e $red" Installing SQLMap "
  341. sleep 1
  342. apt update && apt upgrade
  343. apt install python2
  344. git clone https://github.com/sqlmapproject/sqlmap.git
  345. cd ~/
  346. echo -e $red" T E R I N S T A L L "
  347. fi
  348.  
  349. if [ $act = 20 ] || [ $act = 20 ]
  350. then
  351. clear
  352. echo -e $red" Installing Dirbuster "
  353. sleep 1
  354. apt-get update
  355. apt-get install python
  356. apt-get install git
  357. git clone https://github.com/maurosoria/dirsearch.git
  358. cd ~/
  359. echo -e $red" T E R I N S T A L L "
  360. fi
  361.  
  362. if [ $act = 21 ] || [ $act = 21 ]
  363. then
  364. clear
  365. echo -e $red" Installing Pybelt "then
  366. sleep 1
  367. git clone https://github.com/ekultek/pybelt.git
  368. pip install –r requirements.txt
  369. cd ~/
  370. echo -e $red" T E R I N S T A L L "
  371. fi
  372.  
  373. if [ $act = 22 ] || [ $act = 22  ]
  374. then
  375. echo " Aku Sange "
  376. sleep 1
  377. echo " mmmpppssss "
  378. sleep 1
  379. echo " aaahhh "
  380. sleep 1
  381. echo " mmmpppsss "
  382. sleep 1
  383. echo " aaahhh "
  384. sleep 1
  385. echo " Bye Sayang :* "
  386. sleep 1
  387. exit
  388. fi
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement