EC-Council
412-79V10 · Question #92
Which of the following SQLMAP commands will allow you to test if a parameter in a target URL is vulnerable to SQL injection (injectable)?
The correct answer is C. sqlmap url [Target URL]. See the full explanation below for the reasoning.
Question
Which of the following SQLMAP commands will allow you to test if a parameter in a target URL is vulnerable to SQL injection (injectable)?
Options
- Asqlmap -g 'http://ph?id=1'
- Bsqlmap -u "www.xzy.com?page={www}?{target}.{com} | net | org}"
- Csqlmap url [Target URL]
- Dsqlmap host [Target URL]
How the community answered
(46 responses)- A15% (7)
- B2% (1)
- C74% (34)
- D9% (4)
Community Discussion
No community discussion yet for this question.