1
0
mirror of https://github.com/GTFOBins/GTFOBins.github.io.git synced 2024-09-07 20:50:38 +02:00

Add another gzip file-read

This commit is contained in:
LinuxSploit 2021-04-11 11:44:26 -04:00 committed by GitHub
parent 7e1ac22fa0
commit 1ceca200b6
Signed by: GitHub
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,6 +5,9 @@ functions:
- code: |
LFILE=file_to_read
gzip -f $LFILE -t
- code: |
LFILE=file_to_read
gzip -c $LFILE | gzip -d
suid:
- code: |
LFILE=file_to_read