1
0
mirror of https://github.com/GTFOBins/GTFOBins.github.io.git synced 2026-01-15 20:01:34 +01:00
GTFOBins.github.io/_gtfobins/csh.md

14 lines
231 B
Markdown

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