<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>《php utf8 decode漏洞》的评论</title>
	<atom:link href="http://www.80sec.com/php-utf8-decode-vul.html/feed" rel="self" type="application/rss+xml" />
	<link>http://www.80sec.com/php-utf8-decode-vul.html</link>
	<description>Know it then hack it!</description>
	<lastBuildDate>Sun, 16 Nov 2008 10:24:33 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>作者：admin</title>
		<link>http://www.80sec.com/php-utf8-decode-vul.html/comment-page-1#comment-69</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Sun, 12 Oct 2008 07:00:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.80sec.com/?p=42#comment-69</guid>
		<description>应该是所有版本的</description>
		<content:encoded><![CDATA[<p>应该是所有版本的</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者：hope</title>
		<link>http://www.80sec.com/php-utf8-decode-vul.html/comment-page-1#comment-68</link>
		<dc:creator>hope</dc:creator>
		<pubDate>Fri, 10 Oct 2008 01:52:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.80sec.com/?p=42#comment-68</guid>
		<description>&lt;?php
         $ill=chr(0xf0).chr(0xc0).chr(0xc0).chr(0xa2);
         $ill=addslashes($ill);
         echo utf8_decode(&quot;$ill&quot;);
         echo htmlspecialchars ($ill,ENT_QUOTES,&quot;utf-8&quot; );
		 echo &#039;Current PHP version: &#039; . phpversion();
 ?&gt;</description>
		<content:encoded><![CDATA[<p>&lt;?php<br />
         $ill=chr(0xf0).chr(0xc0).chr(0xc0).chr(0xa2);<br />
         $ill=addslashes($ill);<br />
         echo utf8_decode(“$ill”);<br />
         echo htmlspecialchars ($ill,ENT_QUOTES,”utf-8&#8243; );<br />
		 echo &#8216;Current PHP version: &#8216; . phpversion();<br />
 ?&gt;</p>
]]></content:encoded>
	</item>
</channel>
</rss>

