mirror of
https://github.com/GTFOBins/GTFOBins.github.io
synced 2024-12-25 06:19:27 +01:00
Add another gzip file-read
This commit is contained in:
parent
7e1ac22fa0
commit
1ceca200b6
@ -5,6 +5,9 @@ functions:
|
|||||||
- code: |
|
- code: |
|
||||||
LFILE=file_to_read
|
LFILE=file_to_read
|
||||||
gzip -f $LFILE -t
|
gzip -f $LFILE -t
|
||||||
|
- code: |
|
||||||
|
LFILE=file_to_read
|
||||||
|
gzip -c $LFILE | gzip -d
|
||||||
suid:
|
suid:
|
||||||
- code: |
|
- code: |
|
||||||
LFILE=file_to_read
|
LFILE=file_to_read
|
||||||
|
Loading…
Reference in New Issue
Block a user