security - Can GoogleJavaScriptRedirect snippet be used offensively? -
security - Can GoogleJavaScriptRedirect snippet be used offensively? -
i ruinning little website , tried upload html file, containing next code, in place of image upload.
content of file :
<script>window.googlejavascriptredirect=1</script><meta name="referrer" content="origin"><script>var m={navigateto:function(b,a,d){if(b!=a&&b.google){if(b.google.r){b.google.r=0;b.location.href=d;a.location.replace("about:blank");}}else{a.location.replace(d);}}};m.navigateto(window.parent,window,"http://www.eshcc.eur.nl/informatie/medewerkers/"); </script><noscript><meta http-equiv="refresh" content="0;url='http://www.eshcc.eur.nl/informatie/medewerkers/'"></noscript>
my question : code do? why seek load in place of image? unsafe server or users?
note: happily serveur protected , file never served serveur
security redirect gwt code-snippets client-side-attacks
Comments
Post a Comment