mirror of
https://github.com/GTFOBins/GTFOBins.github.io
synced 2024-12-26 06:49:44 +01:00
9 lines
244 B
Markdown
9 lines
244 B
Markdown
|
---
|
||
|
functions:
|
||
|
file-read:
|
||
|
- description: The output is a `tar` archive containing the read file as it is, hence this may not be suitable to read arbitrary binary files.
|
||
|
code: |
|
||
|
LFILE=file_to_read
|
||
|
pax -w "$LFILE"
|
||
|
---
|