1
0
mirror of https://github.com/GTFOBins/GTFOBins.github.io.git synced 2024-09-16 17:01:38 +02:00
GTFOBins.github.io/_gtfobins/dash.md
2020-01-08 00:49:11 +01:00

14 lines
205 B
Markdown

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