diff --git a/Command Injection/README.md b/Command Injection/README.md index 68d34c1..8370522 100644 --- a/Command Injection/README.md +++ b/Command Injection/README.md @@ -12,6 +12,7 @@ * [Filter Bypasses](#filter-bypasses) * [Bypass without space](#bypass-without-space) * [Bypass with a line return](#bypass-with-a-line-return) + * [Bypass characters filter via hex encoding](#bypass-characters-filter-via-hex-encoding) * [Bypass blacklisted words](#bypass-blacklisted-words) * [Bypass with single quote](#bypass-with-single-quote) * [Bypass with double quote](#bypass-with-double-quote)