1
0
mirror of https://github.com/GTFOBins/GTFOBins.github.io.git synced 2024-09-20 02:42:45 +02: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'
---