Improve and clarify msfconsole

master
Andrea Cardaci 2022-12-16 14:47:04 +01:00 committed by GitHub
parent ffac698574
commit 09d0667020
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 1 deletions

View File

@ -1,8 +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/bash")
>> system("/bin/sh")
---