mirror of
https://github.com/GTFOBins/GTFOBins.github.io
synced 2024-12-25 06:19:27 +01:00
Cleanup
This commit is contained in:
parent
65900862c5
commit
5255ea1846
@ -3,8 +3,9 @@ functions:
|
|||||||
file-read:
|
file-read:
|
||||||
- code: |
|
- code: |
|
||||||
LFILE=file-to-read
|
LFILE=file-to-read
|
||||||
zip /tmp/temp.zip $LFILE
|
TF=$(mktemp -u)
|
||||||
unzip -p /tmp/temp.zip < /dev/stdout
|
zip $TF $LFILE
|
||||||
|
unzip -p $TF
|
||||||
shell:
|
shell:
|
||||||
- code: |
|
- code: |
|
||||||
TF=$(mktemp -u)
|
TF=$(mktemp -u)
|
||||||
|
Loading…
Reference in New Issue
Block a user