首页 网络安全 安全学院 查看内容

IE6最新漏洞代码

2006-2-4 15:09 688 0

摘要: 用代码如下:<script type="text/jscript">function init() { document.write("The time is: " + Date() );...
关键词: 代码 javascript 面的 漏洞 ncph html 测试 somethingbefore 源代码 ncphncphAnd

用代码如下:<script type="text/jscript">function init() { document.write("The time is: " + Date() );}window.onload = init;</script>利用此代码可以隐藏网页前面的html代码,运行后就只能看见javascript语句里面执行的代码。并且刷新后也不能再看见网站的源代码,并可利用javascript执行任意代码。实为挂马不可错过的最好时机。测试方法:<h1>ncph of something<i>before</i></h1> <br> the <b>JavaScript</b>... ncphncph<script type="text/jscript">function init() { document.write("The time is now: " + Date() );}window.onload = init;</script>And <u>ncph of something</u> after the <b>JavaScript</b>保存上面的代码为html页面看看。如果只看到上面的时间,就证明你的ie也存在此漏洞。(前面和后面的代码呢?^.^)相信稍懂一点html语言的人都知道咋利用吧。现在百分之九十几的ie都存在此漏洞。在xp sp2 2000 sp4 2003sp1测试通过。by rose of ncph studio
声明:文章版权归原作者所有 部分文章转自互联网 如有侵权请联系 [邮箱地址] 删除

路过

雷人

握手

鲜花

鸡蛋

最新评论

返回顶部