From 97dffcdc4076de8e3cfcdd672ee633b23b926919 Mon Sep 17 00:00:00 2001 From: HLOverflow Date: Sun, 15 Mar 2020 01:11:47 +0800 Subject: [PATCH] Update README.md --- Command Injection/README.md | 1 + 1 file changed, 1 insertion(+) 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)