From 5c629ef899a285f0d70947d7da4feef0b7b6cf2a Mon Sep 17 00:00:00 2001 From: Fazle Arefin Date: Sun, 21 Jul 2024 19:48:05 +1000 Subject: [PATCH] msfconsole: add page (#13285) * msfconsole: add page --------- Co-authored-by: K.B.Dharun Krishna Co-authored-by: spageektti --- pages/common/msfconsole.md | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 pages/common/msfconsole.md diff --git a/pages/common/msfconsole.md b/pages/common/msfconsole.md new file mode 100644 index 000000000..7ca866863 --- /dev/null +++ b/pages/common/msfconsole.md @@ -0,0 +1,24 @@ +# msfconsole + +> Console for the Metasploit Framework. +> More information: . + +- 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`