JayHill
3 min readJul 4, 2017

--

Metasploit Framework Setup for Raspberry Pi3 Model B running Kali Linux (How-to-Guide)

  1. Install all dependencies… The following link has dependencies listed for installing metasploit for Ubuntu, but since Ubuntu's Os is similar to Kali we can use the same dependencies. Here’s a link:

2. After the dependencies are downloaded the next step is to go to GitHub.com/rapid7/metasploit-framework and clone the repository into your terminal.

Type:

cd opt

Then type:

git clone https://github.com/rapid7/metasploit-framework.git

3. Next step is to navigate into the new metasploit-framework folder we just created.

Type:

cd metasploit-framework

4. Next step is to install “nokogiri” which is an extra dependency that was not…

--

--