From 2475ea0a5ae3984bc9654645a542b6544510148d Mon Sep 17 00:00:00 2001 From: Andrea Cardaci Date: Sun, 20 Dec 2020 21:09:50 +0100 Subject: [PATCH] Improve pr --- _gtfobins/pr.md | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/_gtfobins/pr.md b/_gtfobins/pr.md index 248c961..a497a67 100644 --- a/_gtfobins/pr.md +++ b/_gtfobins/pr.md @@ -1,17 +1,16 @@ --- -description: | - The read file content is corrupted by additional output. +description: Some bytes are altered so it might not be suitable for binary files. functions: file-read: - code: | LFILE=file_to_read - pr $LFILE + pr -T $LFILE suid: - code: | LFILE=file_to_read - pr $LFILE + pr -T $LFILE sudo: - code: | LFILE=file_to_read - pr $LFILE + pr -T $LFILE ---