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/dash.md

14 lines
234 B
Markdown

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