1
0
mirror of https://github.com/GTFOBins/GTFOBins.github.io.git synced 2026-01-14 03:11:33 +01:00
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
---