Welcome to ExamTopics
ExamTopics Logo
- Expert Verified, Online, Free.
exam questions

Exam 312-49v10 All Questions

View all questions & answers for the 312-49v10 exam

Exam 312-49v10 topic 1 question 790 discussion

Actual exam question from ECCouncil's 312-49v10
Question #: 790
Topic #: 1
[All 312-49v10 Questions]

A cybersecurity forensic investigator analyzes log files to investigate an SQL Injection attack. While going through the Apache across.log, they come across a GET request from the IP 10.0.0.19 containing an encoded query string:

GET /sqli/examplel.php?name=root' UniON SeLeCT 1,table_name,3,4,5 From information_schema.tables where Table_Schema=DatabasE() limit 1,2---

What is the intention behind the attacker’s query?

  • A. To erase the data in the specific tables of the database
  • B. To retrieve the names of the tables in the database
  • C. To bypass the website's authentication mechanism and view all user details
  • D. To manipulate the order of the columns in the database
Show Suggested Answer Hide Answer
Suggested Answer: B 🗳️

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
Elb
6 months ago
Selected Answer: B
4th query: GET /sqli/example1.php?name=root' UniON SeLeCT 1,table_name,3,4,5 From Information_schema.tables where Table_Schema=DatabasE() limit 1,2--- The attacker attempted to obtain the table names from the database
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 ...