What does DOM stand for?
Document Object Model
Which type of XSS typically uses URL parameters?
Reflected XSS
What kind of attack is SQL injection?
Server-Side
Which of the following is a client side attack?
Cross-Site Scripting (XSS)
Which SQL statement checks for the version of a MySQL database?
UNION SELECT @@VERSION
What does a UNION SELECT command achieve?
Chain multiple SELECT statements together
Which tags can be commonly to trigger for XSS?
<script></script>
What characters may be used to trigger an SQL error?
'
What type of XSS is the following an example of: www.example.com/title?value=#<script>alert(1)</script>?
DOM
Which of the following would help achieve SQL authentication bypass CSRF/CommandI, parameter, CMS?
OR 2=2--