1
0
mirror of https://github.com/GTFOBins/GTFOBins.github.io.git synced 2026-01-12 10:21:36 +01:00
GTFOBins.github.io/_gtfobins/ash.md

14 lines
228 B
Markdown

---
functions:
execute-interactive:
- code: ash
sudo-enabled:
- code: sudo ash
suid-enabled:
- code: ./ash
file-write:
- code: |
export LFILE=file_to_write
ash -c 'echo data > $LFILE'
---