1
0
mirror of https://github.com/GTFOBins/GTFOBins.github.io.git synced 2024-09-20 19:01:59 +02:00
GTFOBins.github.io/_gtfobins/dash.md
2018-07-04 19:26:52 +01:00

14 lines
224 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
---