Advertisement
MRC

comando.bbot

MRC
Feb 21st, 2012
166
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.88 KB | None | 0 0
  1. #
  2. = COMMANDS ============================================================================|
  3. #
  4. .user <password> //login to the bot
  5. #
  6. .logout //logout of the bot
  7. #
  8. .die //kill the bot
  9. #
  10. .restart //restart the bot
  11. #
  12. .mail <to> <from> <subject> <msg> //send an email
  13. #
  14. .dns <IP|HOST> //dns lookup
  15. #
  16. .download <URL> <filename> //download a file
  17. #
  18. .exec <cmd> // uses shell_exec() //execute a command
  19. #
  20. .cmd <cmd> // uses popen() //execute a command
  21. #
  22. .info //get system information
  23. #
  24. .php <php code> // uses eval() //execute php code
  25. #
  26. .tcpflood <target> <packets> <packetsize> <port> <delay> //tcpflood attack
  27. #
  28. .udpflood <target> <packets> <packetsize> <delay> //udpflood attack
  29. #
  30. .raw <cmd> //raw IRC command
  31. #
  32. .rndnick //change nickname
  33. #
  34. .pscan <host> <port> //port scan
  35. #
  36. .ud.server <newhost> <newport> [newpass] //change IRC server
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement