Web Fundamentals 2

What does DOM stand for?
Domain
Document Object Model
Designation of Member
Data On Mainframe
Document Object Model
Which type of XSS typically uses URL parameters?
Reflected XSS
Persistent XSS
Reinforced XSS
Stored XSS
Reflected XSS
What kind of attack is SQL injection?
Client-Side
Server-Side
Data-Side
Application Tier
Server-Side
Which of the following is a client side attack?
Command Injection
Parameter Encoding
Cross-Site Scripting (XSS)
SQL injection
Cross-Site Scripting (XSS)
Which SQL statement checks for the version of a MySQL database?
UNION SELECT @@VERSION
UNION SELECT @@,VERSION
UNION SELECT VERSION@@
Select Union @@version
UNION SELECT @@VERSION
What does a UNION SELECT command achieve?
Chain multiple UNION statements
Chain multiple SELECT statements together
Concatenate SQL statements
it does not do anything
Chain multiple SELECT statements together
Which tags can be commonly to trigger for XSS?
<h1></h1>
<js></js>
<script></script>
<p></p>
<script></script>
What characters may be used to trigger an SQL error?
!
1
'
+
'
What type of XSS is the following an example of: www.example.com/title?value=#<script>alert(1)</script>?
DOM
Stored
Reflected
Impossible to tell
DOM
Which of the following would help achieve SQL authentication bypass CSRF/CommandI, parameter, CMS?
AND 1=1--
OR 1=2--
OR 2=2--
Select Union @@version
OR 2=2--
Your Score
Score Label
Score Summary