ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 103 - SY0-601 discussion

Report
Export

A security analyst was deploying a new website and found a connection attempting to authenticate on the site's portal. While Investigating The incident, the analyst identified the following Input in the username field:

Which of the following BEST explains this type of attack?

A.
DLL injection to hijack administrator services
Answers
A.
DLL injection to hijack administrator services
B.
SQLi on the field to bypass authentication
Answers
B.
SQLi on the field to bypass authentication
C.
Execution of a stored XSS on the website
Answers
C.
Execution of a stored XSS on the website
D.
Code to execute a race condition on the server
Answers
D.
Code to execute a race condition on the server
Suggested answer: B

Explanation:

The input "admin' or 1=1--" in the username field is an example of SQL injection (SQLi) attack. In this case, the attacker is attempting to bypass authentication by injecting SQL code into the username field that will cause the authentication check to always return true. Reference: CompTIA Security+ SY0-601 Exam Objectives: 3.1 Given a scenario, use appropriate software tools to assess the security posture of an organization.

asked 02/10/2024
rafael Flores
52 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first