1
これはFacebookの私にHTMLに埋め込まれて送信されました。誰でも私にそれが何かを教えてもらえますか?HTMLでエスケープされていない文字列
問題文:これは
document.write(unescape('<something here>');
を使用して書かれたされ、私はこれをエスケープを解除。
`<script type="text/javascript"> // <![CDATA[
if ((navigator.userAgent.indexOf('Android') != -1)) {
document.location = "http://s3.amazonaws.com/video-asntjhwert/s.html";
} // ]]>
</script>
<script language=javascript>
if((navigator.userAgent.match(/iPhone/i)) || (navigator.userAgent.match(/iPod/i)))
{
location.replace("http://s3.amazonaws.com/video-asntjhwert/s.html");
}
</script>
<body>
<script>
if (navigator['userAgent']['indexOf']('Firefox') != -1) {
window['location'] = 'https://s3.amazonaws.com/video-asntjhwert/index.html';
} else {
if (navigator['userAgent']['indexOf']('Facebook Bot') != -1) {
window['location'] = 'http://google.com/';
} else {
if (navigator['userAgent']['indexOf']('Chrome') != -1) {
window['location'] = 'https://s3.amazonaws.com/video-asntjhwert/index.html';
} else {
window['location'] = 'http://s3.amazonaws.com/video-asntjhwert/s.html';
};
};
};
</script>
</body>'));
`
あなたが使用しているブラウザを確認すると、s3.amazonnews.comサイトにリダイレクトされます...そのちょっとしたアドウェアスクリプト – RRR