Challenge 13: Javascript for Pentesters

Objectives:

  1. Enter a Username/Password and allow the browser to remember it
  2. Reload the page so the auto-complete now adds the Username/Password automatically
  3. Write JS attack code which waits for 10 seconds, then submits the form automatically to your Attack server using an XMLHttpRequest() call

Hints:

  1. Remember what you have learn at Pentester Academy