diff --git a/_gtfobins/msfconsole.md b/_gtfobins/msfconsole.md index eb09a0d..886e8a0 100644 --- a/_gtfobins/msfconsole.md +++ b/_gtfobins/msfconsole.md @@ -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") ---