exam questions

Exam SY0-601 All Questions

View all questions & answers for the SY0-601 exam

Exam SY0-601 topic 1 question 416 discussion

Actual exam question from CompTIA's SY0-601
Question #: 416
Topic #: 1
[All SY0-601 Questions]

A security analyst reviews web server logs and notices the following line:



Which of the following vulnerabilities is the attacker trying to exploit?

  • A. SSRF
  • B. CSRF
  • C. XSS
  • D. SQLi
Show Suggested Answer Hide Answer
Suggested Answer: D 🗳️

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
LordJaraxxus
1 year, 3 months ago
Selected Answer: D
UNION = SQLi
upvoted 2 times
...
Gamsje
1 year, 11 months ago
Selected Answer: D
SELECT X FROM X D. SQLi
upvoted 2 times
...
LeonardSnart
2 years ago
Selected Answer: D
Never heard of this before...again this came from Pentest+ "Union Query SQL Injection This type of injection builds two or more SELECT() statements that already exist within the application to create a single result in the application response. This is often useful in getting information from parts of the database that are not designed to be exposed to part of the application that allows user interaction. To perform a successful UNION attack, both queries must return the same number of columns and the data types in each column have to match. Another way is to use NULLs in a UNION SELECT statement until you have enough to match the queries and the error condition stops." -Pentest+ All-in-one Certification PT0-002 by Heather Linn & Raymond Nutting
upvoted 2 times
...
EvelynStandford
2 years, 1 month ago
Selected Answer: D
if there is some new to this world will find this material really usefuf https://portswigger.net/web-security/sql-injection/union-attacks https://portswigger.net/web-security/sql-injection/cheat-sheet after i see the web site above i change my mind to sql
upvoted 3 times
...
ApplebeesWaiter1122
2 years, 1 month ago
Selected Answer: D
D- SELECT statement gives it away
upvoted 2 times
...
ITSheWolf
2 years, 1 month ago
In my humble opinion, it pertains to "web security vulnerabilities" so (B) CSRF
upvoted 3 times
sujon_london
1 year, 9 months ago
nope its SQL injection clearly
upvoted 1 times
...
...
fouserd
2 years, 1 month ago
Selected Answer: D
SQLi stands for SQL Injection. It is a type of web application attack that exploits vulnerabilities in the way a web application communicates with its back-end database.
upvoted 1 times
...
TheRoot9
2 years, 1 month ago
Selected Answer: D
UNION ALL SELECT is the key word
upvoted 3 times
...
KnifeClown1
2 years, 1 month ago
Selected Answer: D
D -SQLi
upvoted 1 times
...
beb252
2 years, 1 month ago
Selected Answer: D
This is clearly a SQL injection.
upvoted 1 times
...
mouettespaghetti
2 years, 1 month ago
D -SQLi
upvoted 1 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

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.

SaveCancel
Loading ...