1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-28 14:55:28 +02:00
tldr/pages/common/msfconsole.md
Managor 5305776d45
*: capitalize the first letter after "Note:" (#16226)
Co-authored-by: Machiavelli <145562237+MachiavelliII@users.noreply.github.com>
2025-05-04 05:15:17 +03:00

28 lines
612 B
Markdown

# msfconsole
> Console for the Metasploit Framework.
> More information: <https://docs.rapid7.com/metasploit/msf-overview>.
- Launch the console:
`msfconsole`
- Launch the console quietly without any banner:
`msfconsole {{[-q|--quiet]}}`
- Do not enable database support:
`msfconsole {{[-n|--no-database]}}`
- Execute console commands (Note: Use `;` for passing multiple commands):
`msfconsole {{[-x|--execute-command]}} "{{use auxiliary/server/capture/ftp; set SRVHOST 0.0.0.0; set SRVPORT 21; run}}"`
- Display help:
`msfconsole {{[-h|--help]}}`
- Display version:
`msfconsole {{[-v|--version]}}`