Advertisement
shredded

Pbot Commands

Jun 25th, 2014
1,050
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.35 KB | None | 0 0
  1. ##======================================================================##
  2. # pBot ~ A bot for exploiting PHP remote file inclusion vulnerabilities #
  3. # by V.S. #
  4. ##======================================================================##
  5.  
  6.  
  7. = COMMANDS ============================================================================
  8. .user <password> //login to the bot
  9. .logout //logout of the bot
  10. .die //kill the bot
  11. .restart //restart the bot
  12. .mail <to> <from> <subject> <msg> //send an email
  13. .dns <IP|HOST> //dns lookup
  14. .download <URL> <filename> //download a file
  15. .exec <cmd> // uses shell_exec() //execute a command
  16. .cmd <cmd> // uses popen() //execute a command
  17. .info //get system information
  18. .php <php code> // uses eval() //execute php code
  19. .tcpflood <target> <packets> <packetsize> <port> <delay> //tcpflood attack
  20. .udpflood <target> <packets> <packetsize> <delay> //udpflood attack
  21. .raw <cmd> //raw IRC command
  22. .rndnick //change nickname
  23. .pscan <host> <port> //port scan
  24. .ud.server <newhost> <newport> [newpass] //change IRC server
  25. ---------------------------------------------------------------------------------------
  26.  
  27.  
  28. = LICENCE ===========================================================
  29. Do whatever the fuck you want with this, legitimate or not. Modify
  30. it, rewrite it, rename it, I honestly don't give a crap. Just don't
  31. bother me if you fuck it up.
  32. ---------------------------------------------------------------------
  33.  
  34.  
  35. = DISCLAIMER ========================================================
  36. This type of application is illegal, but go nuts. What do I care?
  37. ---------------------------------------------------------------------
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement