/MSF-Installer

Script to help with installing and configuring Metasploit Framework, Armitage and the Plugins I have written on OSX and Linux

Primary LanguageShell

MSF-Installer

Script to help with installing and configuring Metasploit Framework, Armitage and the Plugins I have written on OSX and Linux

##Supported Platforms

The script will install Metasploit Framework and dependencies on:

  • OSX Mountain Lion with Apple Java, Xcode and Xcode Command Line Development tools component
  • Ubuntu 12.04 and Ubuntu 13.04
  • Debian 7.0

##Components

The script will install on OSX the following components:

  • Homebrew
  • Ruby 1.9.3
  • PostgresSQL
  • Nmap
  • Metasploit Framework
  • Armitage

On Linux it will installs:

  • Developments tools and libraries to support Metasploit Framework and compile Nmap
  • Ruby 1.9.3
  • PostgresSQL
  • Nmap
  • Metasploit Framework
  • Armitage

ToDo

  • Add Armitage Update script to install process
  • Add better comments in to log file.
  • Add function to give the option of installing Oracle Java on Linux systems.
  • Add support for CentOS 6,3 and 6.4 (RVM Only)
  • Add support for Debian 6 (RVM Only)