File Path Traversal
File Path Traversal
Agenda
5. PRACTICAL IMPLEMENTATION.
What is File Path
Traversal ?
Now when you append to the path , the ../ the path
traversal sequence will get us out of the directories until
we reach the root directory and then to etc/passwd and
then it will display the content of the file.
If the app is running with root privileges which is against
the concept , lets say its running on root privileges we
would be able to exploit more sensitive data like shadow
passwd file , so its always important to run application
with least privileges possible because it works as a
defence in depth.
Impact of Directory Traversal
Vulnerabilities
Black-Box Testing
• Map the application.
https://hacksplaining.com/lessons/fil
e-upload/start
References