Add another gzip file-read

master
LinuxSploit 2021-04-11 11:44:26 -04:00 committed by GitHub
parent 7e1ac22fa0
commit 1ceca200b6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

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