Exam PT0-003 Topic 1 Question 69 Discussion
Actual exam question for CompTIA's PT0-003 exam
Question #: 69
Topic #: 1
Question #: 69
Topic #: 1
A penetration tester examines a web-based shopping catalog and discovers the following URL when viewing a product in the catalog:
http://company.com/catalog.asp?productid=22
The penetration tester alters the URL in the browser to the following and notices a delay when the page refreshes:
http://company.com/catalog.asp?productid=22;WAITFOR
DELAY
'00:00:05'
Which of the following should the penetration tester attempt NEXT?
http://company.com/catalog.asp?productid=22
The penetration tester alters the URL in the browser to the following and notices a delay when the page refreshes:
http://company.com/catalog.asp?productid=22;WAITFOR
DELAY
'00:00:05'
Which of the following should the penetration tester attempt NEXT?
Suggested Answer: C Vote an answer
This URL will attempt a SQL injection attack using a UNION operator to combine the results of two queries into one table. The attacker can use this technique to retrieve data from other tables in the database that are not normally accessible through the web application.
by Moses at Jul 30, 2024, 04:53 AM
0
0
0
10
Comments
Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.
Report Comment
Commenting
You can sign-up / login (it's free).