diff --git a/Directory Traversal/README.md b/Directory Traversal/README.md index afa72bd..e563fcd 100644 --- a/Directory Traversal/README.md +++ b/Directory Traversal/README.md @@ -6,15 +6,15 @@ * [Tools](#tools) * [Basic exploitation](#basic-exploitation) - * [16 bits Unicode encoding](#) - * [UTF-8 Unicode encoding](#) - * [Bypass "../" replaced by ""](#) - * [Bypass "../" with ";"](#) - * [Double URL encoding](#) + * [16 bits Unicode encoding](#16-bits-unicode-encoding) + * [UTF-8 Unicode encoding](#utf-8-unicode-encoding) + * [Bypass "../" replaced by ""](#bypass--replaced-by-) + * [Bypass "../" with ";"](#bypass--with-) + * [Double URL encoding](#double-url-encoding) * [UNC Bypass](#unc-bypass) * [Path Traversal](#path-traversal) - * [Interesting Linux files](#) - * [Interesting Windows files](#) + * [Interesting Linux files](#interesting-linux-files) + * [Interesting Windows files](#interesting-windows-files) * [References](#references) ## Tools