Installing
-
2. Downloading Metasploit Framework
Download Metasploit Framework for Kali GNU/Linux
Navigate to the Bottom and Grab the latest metasploit-framework*.deb
Possibly, on Firefox Prompt Choose “Save File”: -
3. Installing Metasploit Framework
Then to Set up Metasploit on Kali
First, Access the Target, usually in the Downloads folder:cd && cd Downloads
To Check that there is run:
ls . | grep metasploit
The grep Command Refine the output List showing only the entries Matching the Keyword.
But if you are in Trouble to Find Out it on Terminal See: How to Access Downloads Folder from Browser.
And then to Setup Metasploit Framework:sudo apt install ./metasploit*.deb
Authenticate with the User Admin Pass.
If Got “User is Not in Sudoers file” then see: How to Enable sudo.
Contents