-
Book Overview & Buying
-
Table Of Contents
Kali Linux Cookbook
By :
In this recipe, we will examine the Metasploit Console (MSFCONSOLE). The MSFCONSOLE is primarily used to manage the Metasploit database, manage sessions, and configure and launch Metasploit modules. Essentially, for the purposes of exploitation, the MSFCONSOLE will get you connected to a host so that you can launch your exploits against it.
Some common commands you will use when interacting with the console are:
help: This command will allow you to view the help file for the command you are trying to run
use module: This command allows you to begin configuring the module that you have chosen
set optionname module: This command allows you to set the various options for a given module
exploit: This command launches the exploit module
run: This command launches a non-exploit module
search module: This command allows you to search for an individual module
exit: This command allows you to exit the MSFCONSOLE
A connection to the Internet...
Change the font size
Change margin width
Change background colour