1. msfconsole
Description:
msfconsole is the primary command-line interface for interacting with the Metasploit Framework. It allows users to search for exploits, load modules, and manage exploits in an interactive environment.
Examples:
- Start msfconsole:
- msfconsole
- Start msfconsole:
Explanation: Launches the Metasploit command-line interface.
- Search for an Exploit:
- search exploit smb
- Search for an Exploit:
Explanation: Searches for exploit modules related to SMB vulnerabilities.