mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-28 21:54:06 +00:00
Update cheatsheets
This commit is contained in:
29
tldr/msfconsole
Normal file
29
tldr/msfconsole
Normal file
@@ -0,0 +1,29 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, common]
|
||||
source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# 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`
|
||||
Reference in New Issue
Block a user