GIAC
GPYC · Question #67
In a SQL injection attack, which character would an attacker use to separate multiple SQL statements on a single line?
The correct answer is B. ; (semicolon). You've hit your limit · resets 1pm (America/New_York)
Advanced Python for Security Automation
Question
In a SQL injection attack, which character would an attacker use to separate multiple SQL statements on a single line?
Options
- A"(double quotation marks)
- B; (semicolon)
- C. (period)
- D%(percentage sign)
How the community answered
(31 responses)- A3% (1)
- B94% (29)
- D3% (1)
Explanation
You've hit your limit · resets 1pm (America/New_York)
Topics
#SQL injection#semicolon delimiter#SQL syntax#attack techniques
Community Discussion
No community discussion yet for this question.