QuestionQ33

Application Security and Cloud Computing

The web application www.movieabc.com was found to be vulnerable to an SQL injection attack. You are tasked with exploiting the web application and retrieving the user credentials. Select the UID that is mapped to user john in the database table.

Note:

  • Username: sam
  • Pass: test
  • A 5
  • B 3
  • C 2
  • D 4
Explanation

The credential data returned by the vulnerable application maps the username john to UID 4.

Community Discussion

No comments yet. Be the first to start the discussion!