mirror of
https://github.com/GTFOBins/GTFOBins.github.io.git
synced 2026-08-10 13:14:16 +02:00
18 lines
243 B
Plaintext
18 lines
243 B
Plaintext
---
|
|
functions:
|
|
file-write:
|
|
- code: |-
|
|
dash -c 'echo DATA >/path/to/output-file'
|
|
contexts:
|
|
sudo:
|
|
suid:
|
|
unprivileged:
|
|
shell:
|
|
- code: |-
|
|
dash
|
|
contexts:
|
|
sudo:
|
|
suid:
|
|
unprivileged:
|
|
...
|