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:
|
||||
- code: |
|
||||
LFILE=file-to-read
|
||||
zip /tmp/temp.zip $LFILE
|
||||
unzip -p /tmp/temp.zip < /dev/stdout
|
||||
TF=$(mktemp -u)
|
||||
zip $TF $LFILE
|
||||
unzip -p $TF
|
||||
shell:
|
||||
- code: |
|
||||
TF=$(mktemp -u)
|
||||
|
Loading…
Reference in New Issue
Block a user