From 6939499bed9008dd51bc9d8551e2237e5178c391 Mon Sep 17 00:00:00 2001 From: nizam0906 Date: Tue, 17 Dec 2019 22:35:35 +0530 Subject: [PATCH] Fixed Broken Links in Directory traversal --- Directory Traversal/README.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) 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