EH-09-P1 Web Application Security Fundamentals Flashcards

1
Q

What is the current OWASP’s top threat

a. ) Misconfiguration
b. ) Cross-site Scripting XSS
c. ) Insecure Deserialization
d. ) Injection

A

d.) Injection

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Which technology below is client side?

a,) JavaScript

b. ) Java
c. ) PHP
d. ) SQL

A

a.) JavaScript

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Burp Suite can proxy HTTPS traffic if you import the certificate in your Browser T or F

A

True

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Which type of attack is NOT a injection attack

a. ) Code Injection
b. ) Click Jack Injection
c. ) Blind SQL injection
d. ) Command injection

A

b.) Click Jack Injection

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Which server-side technology would indicate the use of IIS?

a. ) PHP
b. ) ASP
c. ) CGI
d. ) SQL

A

b.)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Which web server is tuned for maximum efficiency (low memory footprint, good for load balancer, etc.)

a. ) Tomcat
b. ) Apache
c. ) IIS
d. ) Nginx

A

d.) Nginx

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Which HTTP method is used to request data

a. ) PUT
b. ) DELETE
c. ) REQUEST
d. ) HEAD

A

d.) HEAD

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Which server side technology relies on Java?

a. ) ASP
b. ) PHP
c. ) SQL
d. ) JSP

A

d.) JSP

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Which HTTP Security Header protects against click jack attacks?

a. ) STRICT-TRANSPORT-SECURITY
b. ) X-Frame-OPTIONS
c. ) X-CONTENT-TYPE-OPTIONS
d. ) X-XSS-PROTECTION

A

b.) X-Frame-OPTIONS

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

Which HTTP traffic inteception tools (i.e. web proxy) is maintained by OWASP

a. ) Burp Suite
b. ) Intruder
c. ) ZAP
d. ) Fiddler

A

c.) ZAP

How well did you know this?
1
Not at all
2
3
4
5
Perfectly