mirror of
https://github.com/GTFOBins/GTFOBins.github.io
synced 2024-12-25 22:40:10 +01:00
Update zip.md
add file-read
This commit is contained in:
parent
313a49d9f7
commit
65900862c5
@ -1,5 +1,10 @@
|
|||||||
---
|
---
|
||||||
functions:
|
functions:
|
||||||
|
file-read:
|
||||||
|
- code: |
|
||||||
|
LFILE=file-to-read
|
||||||
|
zip /tmp/temp.zip $LFILE
|
||||||
|
unzip -p /tmp/temp.zip < /dev/stdout
|
||||||
shell:
|
shell:
|
||||||
- code: |
|
- code: |
|
||||||
TF=$(mktemp -u)
|
TF=$(mktemp -u)
|
||||||
|
Loading…
Reference in New Issue
Block a user