Skip to content

iam1980/metasploit-vps-installer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 

Repository files navigation

Metasploit installer for Debian (Jessie) VPS.

Metasploit installer for Debian (Jessie) VPS, works out of the box on new 8.5 Debian servers.

Do not run as root, RVM bundle will not work. Add a user, login with that user, and then run this script. Metasploit requires the following packages:

autoconf bison build-essential curl git-core libapr1 libaprutil1 libcurl4-openssl-dev libgmp3-dev libpcap-dev libpq-dev libreadline6-dev libsqlite3-dev libssl-dev libsvn1 libtool libxml2 libxml2-dev libxslt-dev libyaml-dev locate ncurses-dev openssl wget xsel zlib1g zlib1g-dev

Instructions

adduser msfdev
adduser msfdev sudo
apt-get update
apt-get -y install autoconf bison build-essential curl git-core libapr1 libaprutil1 libcurl4-openssl-dev libgmp3-dev libpcap-dev libpq-dev libreadline6-dev libsqlite3-dev libssl-dev libsvn1 libtool libxml2 libxml2-dev libxslt-dev libyaml-dev locate ncurses-dev openssl wget xsel zlib1g zlib1g-dev

su - msfdev
wget https://raw.githubusercontent.com/iam1980/metasploit-vps-installer/master/msf_vps_installer.sh
bash msf_vps_installer.sh

YMMV! https://medium.com/@iraklis

About

Metasploit installer for Debian (Jessie) VPS.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages