Directory Traversal Attack Flashcards
What is Directory Traversal?
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.
What type of slashes do Unix Systems use?
../
What type of slashes do Windows Systems use?
..\ and accepts ../
What is File Inclusion?
Allows an attacker to either download files from an arbitrary location or upload an executable or script file to open a backdoor?
What is a Remote File Inclusion?
occurs when an attacker tries to execute a script to inject a remote file into the web app or the website.
What is Local File Inclusiom?
Occurs when an attacker tries to add a file that already exists
For the exam, Anytime you see something with ../, I want you to think of what?
Directory Traversal