1
0
mirror of https://github.com/GTFOBins/GTFOBins.github.io.git synced 2024-09-20 10:53:35 +02:00
GTFOBins.github.io/_gtfobins/dash.md
2018-08-20 15:00:34 +02:00

14 lines
234 B
Markdown

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