ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 214 - PT0-002 discussion

Report
Export

A penetration tester is looking for vulnerabilities within a company's web application that are in scope. The penetration tester discovers a login page and enters the following string in a field:

1;SELECT Username, Password FROM Users;

Which of the following injection attacks is the penetration tester using?

A.
Blind SQL
Answers
A.
Blind SQL
B.
Boolean SQL
Answers
B.
Boolean SQL
C.
Stacked queries
Answers
C.
Stacked queries
D.
Error-based
Answers
D.
Error-based
Suggested answer: C

Explanation:

The penetration tester is using a type of injection attack called stacked queries, which means appending multiple SQL statements separated by semicolons in a single input field. This can allow the penetration tester to execute arbitrary SQL commands on the database server, such as selecting username and password from users table.

asked 02/10/2024
Oktorio Rizki Prasetya
46 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first