mirror of
https://github.com/GTFOBins/GTFOBins.github.io.git
synced 2026-03-07 22:46:19 +01: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:
|
|
...
|