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:

    1. Start msfconsole:
      • msfconsole

Explanation: Launches the Metasploit command-line interface.

    1. Search for an Exploit:
      • search exploit smb

Explanation: Searches for exploit modules related to SMB vulnerabilities.

Scroll to Top