/Install-Armitage-on-Linux

The purpose of this program is to make it easier for anyone interested in cyber security to install very useful tools that tend to be challenging to install. This script installs Metasploit-Framework and Armitage to the computer. Please enjoy the script (I hope it makes your life a little easier).

Primary LanguageShellMIT LicenseMIT

This is a program that will install Metasploit-Framework and Armitage on to Ubuntu, though I assume it will work on any Debian-based Linux Distro. This was made using a combination of my own code, darkoperator's, and a nightly Metasploit installer from rapid7. Please enjoy this program.

In order to run this program navigate to the folder it is in and type the following into a terminal:

chmod +x ArmitageInstaller && sudo bash ArmitageInstaller

After the script has completed, you can start a Metasploit console by typing sudo msfconsole. To start Armitage type sudo -E armitage.

Thank you so much for using my code!

I disclaim ALL responsibility for what you do with the programs that this code will install as well as the code itself.