From 9251c6a6036a5d74fbb31acd8ac154df595ed77a Mon Sep 17 00:00:00 2001 From: goproslowyo <68455785+goproslowyo@users.noreply.github.com> Date: Fri, 17 Dec 2021 05:44:54 -0800 Subject: [PATCH] Add genisoimage suid Co-authored-by: Andrea Cardaci --- _gtfobins/genisoimage.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/_gtfobins/genisoimage.md b/_gtfobins/genisoimage.md index 11833a2..bf1b983 100644 --- a/_gtfobins/genisoimage.md +++ b/_gtfobins/genisoimage.md @@ -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