mirror of
https://github.com/GTFOBins/GTFOBins.github.io
synced 2024-12-24 13:59:17 +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:
|
||||
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:
|
||||
- code: |
|
||||
TF=$(mktemp)
|
||||
|
Loading…
Reference in New Issue
Block a user