msfconsole: add page (#13285)

* msfconsole: add page

---------

Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
Co-authored-by: spageektti <git@spageektti.cc>
pull/28/head
Fazle Arefin 2024-07-21 19:48:05 +10:00 committed by GitHub
parent df160cadc7
commit 5c629ef899
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 24 additions and 0 deletions

View File

@ -0,0 +1,24 @@
# msfconsole
> Console for the Metasploit Framework.
> More information: <https://docs.rapid7.com/metasploit/msf-overview>.
- Launch the console:
`msfconsole`
- Launch the console [q]uietly without any banner:
`msfconsole --quiet`
- Do [n]ot enable database support:
`msfconsole --no-database`
- E[x]ecute console commands (Note: use `;` for passing multiple commands):
`msfconsole --execute-command "{{use auxiliary/server/capture/ftp; set SRVHOST 0.0.0.0; set SRVPORT 21; run}}"`
- Display [v]ersion:
`msfconsole --version`