Register
15:00
Stop
CEH - SQL Injection - Types of SQL Injection
Advanced
1/15
You're assessing a website that has a comment section. You notice when you input "'; EXEC master..xp_cmdshell 'ping 10.10.10.10' --" in the comment field, your network monitoring tool detects ICMP packets coming from the web server to that IP address. What type of SQL injection have you identified?
a.
Out-of-band SQL injection
b.
Inferential SQL injection
c.
Stored procedure injection
d.
Command execution SQL injection with system privilege escalation
Advanced