Installing Metasploit on Windows
Metasploit Framework can be easily installed on a Windows based operating system. However, Windows is usually not the platform of choice for deploying Metasploit Framework, the reason being, that many of the supporting tools and utilities are not available for Windows platform. Hence it's strongly recommended to install the Metasploit Framework on Linux platform.
The following are the steps for Metasploit Framework installation on Windows:
- Download the latest Metasploit Windows installer from: https://github.com/rapid7/metasploit-framework/wiki/Downloads-by-Version.
- Double click and open the downloaded installer.
- Click
Next
, as seen in the following screenshot:
- Accept the license agreement:
- Select the location where you wish to install the Metasploit Framework:
- Click on
Install
to proceed further:
The Metasploit installer progresses by copying the required files to the destination folder:
- Click on
Finish
to complete the Metasploit Framework installation:
Now that the...