SY0-701 · Question #148
Which of the following enables the use of an input field to run commands that can view or manipulate data?
The correct answer is D. SQL injection. SQL injection is a type of attack that enables the use of an input field to run commands that can view or manipulate data in a database. SQL stands for Structured Query Language, which is a language used to communicate with databases. By injecting malicious SQL statements into…
Question
Which of the following enables the use of an input field to run commands that can view or manipulate data?
Options
- ACross-site scripting
- BSide loading
- CBuffer overflow
- DSQL injection
How the community answered
(20 responses)- A5% (1)
- B5% (1)
- D90% (18)
Explanation
SQL injection is a type of attack that enables the use of an input field to run commands that can view or manipulate data in a database. SQL stands for Structured Query Language, which is a language used to communicate with databases. By injecting malicious SQL statements into an input field, an attacker can bypass authentication, access sensitive information, modify or delete data, or execute commands on the server. SQL injection is one of the most common and dangerous web application vulnerabilities.
Community Discussion
No community discussion yet for this question.