GTFOBins.github.io/_gtfobins/gzip.md
Andrea Cardaci af562d63cb Clean up and add gzip description about aux utilities
As suggested in #176 by Kiran Ghimire (Cimihan123).
2021-03-02 17:49:45 +01:00

478 B

description functions
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.
file-read suid sudo
code
LFILE=file_to_read gzip -f $LFILE -t
code
LFILE=file_to_read ./gzip -f $LFILE -t
code
LFILE=file_to_read sudo gzip -f $LFILE -t