diff --git a/_gtfobins/redcarpet.md b/_gtfobins/redcarpet.md new file mode 100644 index 0000000..dec52bc --- /dev/null +++ b/_gtfobins/redcarpet.md @@ -0,0 +1,15 @@ +--- +functions: + file-read: + - code: | + LFILE=file_to_read + redcarpet "$LFILE" + suid: + - code: | + LFILE=file_to_read + ./redcarpet "$LFILE" + sudo: + - code: | + LFILE=file_to_read + sudo redcarpet "$LFILE" +---