GIAC Security Leadership Certification (GSLC) — Question 1
What type of input is submitted to launch a SQL injection attack?
Answer options
- A. True statements
- B. Session identifiers
- C. Custom error codes
- D. Default credentials
Correct answer: A
Explanation
The correct answer is A, as true statements are used to manipulate SQL queries and can lead to unauthorized access or data retrieval. Options B, C, and D do not directly relate to the technique of SQL injection, as they pertain to other security aspects rather than the input needed for the attack.