From c885e7696744e28c4fa203982b6ee3f0a6a321ac Mon Sep 17 00:00:00 2001 From: xplo1t-sec Date: Wed, 30 Mar 2022 03:16:37 -0400 Subject: [PATCH] added new bypass --- Command Injection/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Command Injection/README.md b/Command Injection/README.md index 5fdd66a..e98534a 100644 --- a/Command Injection/README.md +++ b/Command Injection/README.md @@ -214,6 +214,7 @@ echo whoami|$0 ```powershell who$()ami who$(echo am)i +who`echo am`i ``` #### Bypass with variable expansion