Web Application Hacking Tutorial Quiz Questions and Answers

Answer :
  • Don’t include secrets in the URL.
Answer :
  • Input validation using an allow List
Answer :
  • GET/POST parameters
Answer :
  • Cross-site request forgery
Answer :
  • Insecure direct object reference
Answer :
  • Logout functionality
Answer :
  • To protect authentication systems from automated or brute-force attacks
Answer :
  • Replace the credentials with a cryptographic salt and hash.
Answer :
  • User logout and session inactivity controls.