1
0
mirror of https://github.com/GTFOBins/GTFOBins.github.io.git synced 2026-03-08 06:56:15 +01:00
GTFOBins.github.io/_gtfobins/genisoimage
2026-01-05 22:26:55 +01:00

21 lines
508 B
Plaintext

---
functions:
file-read:
- code: |-
genisoimage -q -o - /path/to/input-file
comment: |-
The output is placed inside the ISO9660 file system binary format, it can be mounted or extracted with tools like `7z`.
contexts:
sudo:
suid:
unprivileged:
- code: |-
genisoimage -sort /path/to/input-file
comment: |-
The file is parsed, and some of its content is disclosed by the error messages.
contexts:
sudo:
suid:
unprivileged:
...