GTFOBins.github.io/_gtfobins/troff.md
2020-12-20 20:48:00 +01:00

18 lines
371 B
Markdown

---
description: |
The file is typeset but text is still readable in the output, alternatively the output can be read with `man -l`.
functions:
file-read:
- code: |
LFILE=file_to_read
troff $LFILE
suid:
- code: |
LFILE=file_to_read
./troff $LFILE
sudo:
- code: |
LFILE=file_to_read
sudo troff $LFILE
---