mirror of
https://github.com/GTFOBins/GTFOBins.github.io.git
synced 2026-08-08 20:24:11 +02:00
16 lines
226 B
Plaintext
16 lines
226 B
Plaintext
---
|
|
functions:
|
|
file-write:
|
|
- code: |-
|
|
pwsh -c '"DATA" | Out-File /path/to/output-file'
|
|
contexts:
|
|
sudo:
|
|
unprivileged:
|
|
shell:
|
|
- code: |-
|
|
pwsh
|
|
contexts:
|
|
sudo:
|
|
unprivileged:
|
|
...
|