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

13 lines
328 B
Markdown
Raw Normal View History

2020-03-15 05:30:36 +01:00
---
description: The output is placed inside the ISO9660 file system binary format thus it may not be suitable for binary content.
2020-03-15 05:30:36 +01:00
functions:
file-read:
- code: |
LFILE=file_to_read
genisoimage -q -o - "$LFILE"
sudo:
- code: |
LFILE=file_to_read
sudo genisoimage -q -o - "$LFILE"
2020-03-15 05:30:36 +01:00
---