GIAC
GCIH · Question #629
GCIH Question #629: Real Exam Question with Answer & Explanation
Sign in or unlock GCIH to reveal the answer and full explanation for question #629. The question stem and answer options stay visible for context.
Web Application Attacks & Post-Exploitation
Question
An attacker has determined a web application is running the SQL command shown below. What could she enter for VALUE to get a list of all email addresses in the employee table and avoid syntax errors? select email from employee where name = '榌VALUE]';
Options
- A' or 1=1;--
- B' or select email from employee
- Cor select email from employee
- Dor 1=1
Unlock GCIH to see the answer
You've previewed enough free GCIH questions. Unlock GCIH for full answers, explanations, the timed quiz mode, progress tracking, and the master PDF. Question stem and options stay visible so you can still see what's on the exam.
Topics
#SQL injection#boolean injection#SQL syntax#database exfiltration