Files
GTFOBins.github.io/_gtfobins/genisoimage.md
Andrea Cardaci 3361f8a51d Fix and document genisoimage
The SUID function has been removed as it appears to drop privileges (at least on
Debian).
2020-03-15 13:20:45 +01:00

328 B

description, functions
description functions
The output is placed inside the ISO9660 file system binary format thus it may not be suitable for binary content.
file-read sudo
code
LFILE=file_to_read genisoimage -q -o - "$LFILE"
code
LFILE=file_to_read sudo genisoimage -q -o - "$LFILE"