Hacking Web Application Flashcards

1
Q

specifically exploits the semicolon delimited database connection strings that are constructed dynamically based on the user inputs from web applications. So, injecting parameters into a connection string using semicolons as a separator is performed for a CSPP attack.

A

Connection String Parameter Pollution (CSPP)

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

Service Oriented Architecture (SOA) vulnerability

A

XML denial of service issues

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

Injection of malicious SQL queries into user input forms

A

SQL Injection

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

Injection of malicious LDAP statements

A

LDAP Injection

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

Attacker tries to craft an input string to gain shell access to a web server

A

Shell injection

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

Injection of malicious html code (or) command through a web application

A

Command Injection

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

hacker alters the content of the web page by using HTML code and by identifying the form fields that lack valid constraints

A

Command Injection Attack

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

An attacker exploits a web application by tampering with the form and parameter of the web application and he is successful in exploiting the web application and gaining access

A

Security misconfiguration

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

The session cookies do not have the HttpOnly flag set

A

vulnerable XSS attack

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

the web application should not use random tokens.

A

Cross-site request forgery vulnerable web application

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

The first step in analyzing a web app

A

Identify entry points for user input

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