diff --git a/_gtfobins/troff.md b/_gtfobins/troff.md new file mode 100644 index 0000000..82f59c3 --- /dev/null +++ b/_gtfobins/troff.md @@ -0,0 +1,17 @@ +--- +description: | + The read file content is corrupted by error prints. +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" +---