1
0
mirror of https://github.com/GTFOBins/GTFOBins.github.io.git synced 2026-03-08 06:56:15 +01:00
GTFOBins.github.io/_gtfobins/ash
2025-12-24 02:25:50 +01:00

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