Aug 23, 2024
Installation: Pre-installed on Kali Linux. For other OS (Windows, Mac), download from the Metasploit website.
Database Initialization:
Launch msf console: Type msf console in terminal.
msf6 prompt for the latest version.search command with keywords related to Windows OS.
use <module_name> after finding the module in the search results.show options to see requirements (RHOST, RPORT).show payloads to view compatible payloads.set payload <payload_name>.show options for payload settings (LHOST, LPORT).exploit command.