1
0
mirror of https://github.com/GTFOBins/GTFOBins.github.io.git synced 2026-01-19 05:51:36 +01:00
GTFOBins.github.io/_gtfobins/ash.md
2018-08-20 15:00:34 +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
---