1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00
tldr/pages/common/msfconsole.md
Fazle Arefin 5c629ef899
msfconsole: add page (#13285)
* msfconsole: add page

---------

Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
Co-authored-by: spageektti <git@spageektti.cc>
2024-07-21 15:18:05 +05:30

537 B

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