mirror of
https://github.com/GTFOBins/GTFOBins.github.io
synced 2024-12-25 06:19:27 +01:00
Add genisoimage suid
Co-authored-by: Andrea Cardaci <cyrus.and@gmail.com>
This commit is contained in:
parent
c207d1f3b9
commit
9251c6a603
@ -5,6 +5,11 @@ functions:
|
||||
- code: |
|
||||
LFILE=file_to_read
|
||||
genisoimage -q -o - "$LFILE"
|
||||
suid:
|
||||
- description: The file is parsed, and some of its content is disclosed by the error messages, thus this might not be suitable to read arbitrary data.
|
||||
code: |
|
||||
LFILE=file_to_read
|
||||
./genisoimage -sort "$LFILE"
|
||||
sudo:
|
||||
- code: |
|
||||
LFILE=file_to_read
|
||||
|
Loading…
Reference in New Issue
Block a user