1
0
mirror of https://github.com/GTFOBins/GTFOBins.github.io.git synced 2024-09-20 10:53:35 +02:00
GTFOBins.github.io/_gtfobins/genisoimage.md
2020-03-15 15:09:25 +01:00

391 B

description functions
The output is placed inside the ISO9660 file system binary format thus it may not be suitable for binary content as is, yet it can be mounted or extracted with tools like `7z`.
file-read sudo
code
LFILE=file_to_read genisoimage -q -o - "$LFILE"
code
LFILE=file_to_read sudo genisoimage -q -o - "$LFILE"