<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0">
<channel>
<title><![CDATA[gOxiA=苏繁=SuFan Blog]]></title> 
<link>https://sufan.maytide.net/index.php</link> 
<description><![CDATA[gOxiA,苏繁,sufan,Microsoft MVP]]></description> 
<language>zh-cn</language> 
<copyright><![CDATA[gOxiA=苏繁=SuFan Blog]]></copyright>
<item>
<link>https://sufan.maytide.net/read.php/838.htm</link>
<title><![CDATA[通过VBS脚本提取IUSR和IWAM帐户的密码]]></title> 
<author>gOxiA &lt;sufan_cn@msn.com&gt;</author>
<category><![CDATA[PowerShell 和脚本]]></category>
<pubDate>Thu, 29 Jun 2006 09:25:37 +0000</pubDate> 
<guid>https://sufan.maytide.net/read.php/838.htm</guid> 
<description>
<![CDATA[ 
	<p><div class="code"><font size=\"2\"><font face=\"Courier New\">Dim IIsObject<br />Set IIsObject = GetObject (&quot;IIS://localhost/w3svc&quot;)<br />WScript.Echo &quot;AnonymousUserName = &quot; &amp; IIsObject.Get(&quot;AnonymousUserName&quot;) &amp; vbCrlf &amp; _ <br />&quot;AnonymousUserPass = &quot; &amp; IIsObject.Get(&quot;AnonymousUserPass&quot;) &amp;vbCrlf &amp;vbCrlf &amp;_ <br />&quot;WAMUserName = &quot; &amp; IIsObject.Get(&quot;WAMUserName&quot;) &amp; vbCrlf &amp; _<br />&quot;WAMUserPass = &quot; &amp; IIsObject.Get(&quot;WAMUserPass&quot;) <br /></font><font face=\"courier\">Set IIsObject = Nothing</div></font></font></p>
]]>
</description>
</item>
</channel>
</rss>