1
0
mirror of https://github.com/GTFOBins/GTFOBins.github.io.git synced 2024-09-19 02:11:39 +02:00

Fix gimp file write

This commit is contained in:
Emilio Pinna 2019-01-22 20:13:34 +00:00
parent 9180d550e7
commit 69b8eb1056

View File

@ -38,7 +38,6 @@ functions:
r.urlretrieve(e["URL"], e["LFILE"])'
file-write:
- code: |
LFILE=file_to_write
gimp -idf --batch-interpreter=python-fu-eval -b 'open("file_to_write", "wb").write("DATA")'
file-read:
- code: gimp -idf --batch-interpreter=python-fu-eval -b 'print(open("file_to_read").read())'