From af562d63cb114e4a92becccbc9da21973f854237 Mon Sep 17 00:00:00 2001 From: Andrea Cardaci Date: Tue, 2 Mar 2021 17:49:45 +0100 Subject: [PATCH] Clean up and add gzip description about aux utilities As suggested in #176 by Kiran Ghimire (Cimihan123). --- _gtfobins/gzip.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/_gtfobins/gzip.md b/_gtfobins/gzip.md index 4ece228..5ff1086 100644 --- a/_gtfobins/gzip.md +++ b/_gtfobins/gzip.md @@ -1,9 +1,10 @@ --- +description: There are also a number of other utilities that rely on `gzip` under the hood, e.g., `zless`, `zcat`, `gunzip`, etc. Besides having similar features, they also allow privileged reads if `gzip` itself is SUID. functions: file-read: - code: | LFILE=file_to_read - gzip -f $LFILE -t + gzip -f $LFILE -t suid: - code: | LFILE=file_to_read