Directory Traversal Attack Flashcards

1
Q

What is Directory Traversal?

A

type of injection attack and any kind of injection attack really focuses on the ability for the attacker to insert malicious code through an application interface.

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

What type of slashes do Unix Systems use?

A

../

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

What type of slashes do Windows Systems use?

A

..\ and accepts ../

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

What is File Inclusion?

A

Allows an attacker to either download files from an arbitrary location or upload an executable or script file to open a backdoor?

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

What is a Remote File Inclusion?

A

occurs when an attacker tries to execute a script to inject a remote file into the web app or the website.

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

What is Local File Inclusiom?

A

Occurs when an attacker tries to add a file that already exists

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

For the exam, Anytime you see something with ../, I want you to think of what?

A

Directory Traversal

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