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" +---