Skip to content

Instantly share code, notes, and snippets.

@todb-r7
Created November 16, 2012 18:44
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save todb-r7/90a9297d1e035d8ace3d to your computer and use it in GitHub Desktop.
Save todb-r7/90a9297d1e035d8ace3d to your computer and use it in GitHub Desktop.
Metasploit In Three Easy Steps (Ubuntu)

Suitable for copy-pasting:

1) Apt-Get update

sudo apt-get install -y build-essential openssl libreadline6 \
 libreadline6-dev curl git-core zlib1g zlib1g-dev libssl-dev \
 libyaml-dev libsqlite3-dev sqlite3 libxml2-dev libxslt-dev \
 autoconf libc6-dev ncurses-dev automake libtool bison \
 subversion pkg-config

2) RVM for Ruby

\curl -L https://get.rvm.io | bash -s stable --ruby

2 1/2) Actually use RVM

source ~/.rvm/scripts/rvm

3) Metasploit!

ruby -e "$(\curl -L http://r-7.co/UsEqxW )"
@bararchy
Copy link

Worked great, adding a DB creation script in bash could be a nice addition to this project

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment