(Choose 1 answer)
What is payload to exploit SQL Error-based injection?
A. 'or 1 in (SELECT password FROM users WHERE username = 'admin')--
B. or 1 union SELECT password FROM users WHERE username = 'admin'
C. or 1 order by 1 --
D. 'or 1 union select 1,2,3 --
E. None of the mentioned
Exit 48