From 4d8a45db5a9164c4a0e60ffc645586c621541893 Mon Sep 17 00:00:00 2001 From: xplo1t-sec Date: Wed, 30 Mar 2022 03:14:41 -0400 Subject: [PATCH] added new bypass --- Command Injection/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Command Injection/README.md b/Command Injection/README.md index 9b66cc2..5fdd66a 100644 --- a/Command Injection/README.md +++ b/Command Injection/README.md @@ -18,7 +18,7 @@ * [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 $()](#bypass-with--1) * [Bypass with variable expansion](#bypass-with-variable-expansion) * [Bypass with wildcards](#bypass-with-wildcards) * [Challenge](#challenge)