diff --git a/_gtfobins/make.md b/_gtfobins/make.md index fe08eb7..43f60c4 100644 --- a/_gtfobins/make.md +++ b/_gtfobins/make.md @@ -10,6 +10,13 @@ functions: code: | LFILE=file_to_write make -s --eval="\$(file >$LFILE,DATA)" . + + file-read: + - description: Requires a newer GNU `make` version. + code: | + CMND='cat file_to_read' + make -s --eval=$'x:\n\t-'"$CMND" + suid: - code: | COMMAND='/bin/sh -p'