GTFOBins.github.io/_gtfobins/ash.md
2018-07-16 15:01:50 +02:00

14 lines
230 B
Markdown

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