May 2020
Intermediate to advanced
544 pages
12h 57m
English
Before we can start using Metasploit, we need to install it. Follow these steps:
curl https://raw.githubusercontent.com/rapid7/metasploit-omnibus/master/config/templates/metasploit-framework-wrappers/msfupdate.erb > msfinstall && chmod 755 msfinstall && ./msfinstall
The following screenshot shows the output of the preceding command:

The preceding command will download a shell script that will import the Rapid7 signing key (PGP) ...
Read now
Unlock full access