From 4de5a203766d11cc11a29b6ccd0d2f2b75c54477 Mon Sep 17 00:00:00 2001 From: nizam0906 Date: Tue, 17 Dec 2019 22:29:17 +0530 Subject: [PATCH] Fixed Broken Links in Command Injection --- Command Injection/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Command Injection/README.md b/Command Injection/README.md index bb4ff61..f8b3fca 100644 --- a/Command Injection/README.md +++ b/Command Injection/README.md @@ -13,10 +13,10 @@ * [Bypass without space](#bypass-without-space) * [Bypass with a line return](#bypass-with-a-line-return) * [Bypass blacklisted words](#bypass-blacklisted-words) - * [Bypass with single quote](#bypass-with-a-single-quote) - * [Bypass with double quote](#bypass-with-a-double-quote) + * [Bypass with single quote](#bypass-with-single-quote) + * [Bypass with double quote](#bypass-with-double-quote) * [Bypass with backslash and slash](#bypass-with-backslash-and-slash) - * [Bypass with $@](#bypass-with-----) + * [Bypass with $@](#bypass-with-) * [Bypass with variable expansion](#bypass-with-variable-expansion) * [Bypass with wildcards](#bypass-with-wildcards) * [Challenge](#challenge)