1
0
mirror of https://github.com/GTFOBins/GTFOBins.github.io.git synced 2026-03-07 22:46:19 +01:00
GTFOBins.github.io/_gtfobins/pwsh
2026-01-07 21:59:13 +01:00

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:
...