Getting started with msfconsole
Now that we have a basic understanding of the structure of the Metasploit Framework, let's get started with the basics of msfconsole practically.
msfconsole is nothing but a simple command-line interface of the Metasploit Framework. Though msfconsole may appear a bit complex initially, it is the easiest and most flexible way to interact with the Metasploit Framework. We'll use msfconsole for interacting with the Metasploit Framework throughout the course of this book.
Information
Some of the Metasploit editions do offer a GUI and a web-based interface. However, from a learning perspective, it's always recommended to master the command-line console of the Metasploit Framework, which is msfconsole.
Let's look at some of the msfconsole commands:
- The
bannercommand: Thebannercommand is a very simple command used to display the Metasploit Framework banner information. This information typically includes its version...