Wednesday, September 22, 2010

JavaScript Jump

First I apologize for HTML code below. Blogger has a bug in the editor and I could not put a "less than symbol" in the HTML snippet below.

This a new method of URL Bouncing. The psuedo-javascript code (usually the payload or payoff) goes in the "HEAD", and the javascript is loaded in the "BODY" - usually from a legitimate domain.

HTML snippet
head>
script> location = 'http://payload-domain'; /script>
/head>
body>
script src=http://unknowning-source.com/cgi-bin/bio.php>
/script>
/body>


tc

No comments: