mirror of
https://github.com/GTFOBins/GTFOBins.github.io
synced 2024-12-25 06:19:27 +01:00
Add gtester file-write
Co-authored-by: Andrea Cardaci <cyrus.and@gmail.com>
This commit is contained in:
parent
d6fdf6e633
commit
fe7b3d797f
@ -1,5 +1,10 @@
|
|||||||
---
|
---
|
||||||
functions:
|
functions:
|
||||||
|
file-write:
|
||||||
|
- description: Data to be written appears in an XML attribute in the output file: `<testbinary path="DATA">`.
|
||||||
|
code: |
|
||||||
|
LFILE=file_to_write
|
||||||
|
gtester "DATA" -o $LFILE
|
||||||
shell:
|
shell:
|
||||||
- code: |
|
- code: |
|
||||||
TF=$(mktemp)
|
TF=$(mktemp)
|
||||||
|
Loading…
Reference in New Issue
Block a user