Advertisement
zfrxnzy

IRC Botnet Setup Tutorial

May 15th, 2017
4,430
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.84 KB | None | 0 0
  1. How To Setup A IRC Botnet [By Frxnzy]
  2.  
  3. 1 Offshore Server
  4. IRC Botnet Files [Unreal3.2, The Client, NSA-Edit]
  5. Some Common Sense
  6.  
  7. So First Off We Wanna Run These Commands
  8. yum update -y;yum upgrade -y;yum install nano -y;yum install screen -y;yum install nc -y;yum install httpd -y;yum install xinetd -y;yum install vsftpd -y;yum install wget -y;yum install gcc -y;yum install python-paramiko -y; yum install dos2unix -y; yum install unzip -y
  9.  
  10. Now what we gotta do is change the services
  11. service httpd start;service iptables stop;service xinetd start;service vsftpd start;iptables -F
  12.  
  13. Add All Your Shit To Your Server With Either FileZilla Or WinSCP
  14.  
  15. Now You Gotta Change Your ulimit
  16. nano /usr/include/bits/typesizes.h scroll down a bit and edit the 1024 to 99999 then save and exit
  17. then
  18. ulimit -n 99999
  19.  
  20. Now Do
  21. unzip IRC.zip
  22. cd Unreal3.2
  23. then
  24. nano unrealircd.conf
  25.  
  26. in the unrealircd.conf
  27. go to the listen block and change the * to your server ip
  28. eg. *:6667 would change to 1.1.1.1:6667
  29. now change the oper block.
  30. change pissants and the password to what ever you want. (DO NOT FORGET THESE xD)
  31.  
  32. now do chmod 777 *
  33.  
  34. then do ./Config
  35. Hold Enter Down.
  36. then type in 'make' (without the '')
  37. then you want to do ./unreal start
  38. now you have setup your IRC Botnet.
  39. BUT there's still things you need to do.
  40.  
  41. now go to where you put your IRC bot and NSA-Edit.sh
  42. now you want to do this command
  43. nano bot.c
  44. in your bot.c file go to the channel and change that to what you want
  45. change the port to what you have your mIRC setup on
  46. then do
  47. dos2unix NSA-Edit.sh
  48. ./NSA-Edit.sh bot.c
  49. let that shit run
  50.  
  51. it should give to a wget line.
  52. save this somewhere important.
  53.  
  54. Now You Can Open mIRC
  55. connect to your server
  56. change your IRC script
  57.  
  58. then do
  59. /j #whateverchannelyouputinyourircbot
  60. then /op
  61. then close the default #Nixx
  62.  
  63. now its time to scan!
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement