EH-09-P1 Web Application Security Fundamentals Flashcards
What is the current OWASP’s top threat
a. ) Misconfiguration
b. ) Cross-site Scripting XSS
c. ) Insecure Deserialization
d. ) Injection
d.) Injection
Which technology below is client side?
a,) JavaScript
b. ) Java
c. ) PHP
d. ) SQL
a.) JavaScript
Burp Suite can proxy HTTPS traffic if you import the certificate in your Browser T or F
True
Which type of attack is NOT a injection attack
a. ) Code Injection
b. ) Click Jack Injection
c. ) Blind SQL injection
d. ) Command injection
b.) Click Jack Injection
Which server-side technology would indicate the use of IIS?
a. ) PHP
b. ) ASP
c. ) CGI
d. ) SQL
b.)
Which web server is tuned for maximum efficiency (low memory footprint, good for load balancer, etc.)
a. ) Tomcat
b. ) Apache
c. ) IIS
d. ) Nginx
d.) Nginx
Which HTTP method is used to request data
a. ) PUT
b. ) DELETE
c. ) REQUEST
d. ) HEAD
d.) HEAD
Which server side technology relies on Java?
a. ) ASP
b. ) PHP
c. ) SQL
d. ) JSP
d.) JSP
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
b.) X-Frame-OPTIONS
Which HTTP traffic inteception tools (i.e. web proxy) is maintained by OWASP
a. ) Burp Suite
b. ) Intruder
c. ) ZAP
d. ) Fiddler
c.) ZAP