diff --git a/_gtfobins/nroff.md b/_gtfobins/nroff.md index f7fb52c..38cc263 100644 --- a/_gtfobins/nroff.md +++ b/_gtfobins/nroff.md @@ -1,5 +1,10 @@ --- functions: + file-read: + - description: The read file content is corrupted by arbitrary newlines. + code: | + LFILE=file_to_read + nroff $LFILE shell: - code: | TF=$(mktemp -d)