mirror of
https://github.com/GTFOBins/GTFOBins.github.io.git
synced 2026-03-08 06:56:15 +01:00
22 lines
346 B
Plaintext
22 lines
346 B
Plaintext
---
|
|
functions:
|
|
file-write:
|
|
- code: |-
|
|
ash -c 'echo DATA >/path/to/output-file'
|
|
contexts:
|
|
sudo:
|
|
suid:
|
|
code: |-
|
|
ash -p -c 'echo DATA >/path/to/output-file'
|
|
unprivileged:
|
|
shell:
|
|
- code: |-
|
|
ash
|
|
contexts:
|
|
sudo:
|
|
suid:
|
|
code: |-
|
|
ash -p
|
|
unprivileged:
|
|
...
|