User:Fab/Metasploit

From Alpine Linux
Revision as of 10:41, 24 May 2012 by Fab (talk | contribs) (Created page with " = depends= * ruby-irb ruby-ri rubygems * subversion * ruby-dev libpcap-devel * postgresql postgresql-dev testing if ruby-pg is working sudo gem install pg # you can't use the...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

depends

  • ruby-irb ruby-ri rubygems
  • subversion
  • ruby-dev libpcap-devel
  • postgresql postgresql-dev

testing if ruby-pg is working sudo gem install pg # you can't use the distro ruby-postgres rpm as a replacement

Installation

wget http://downloads.metasploit.com/data/releases/framework-latest.tar.bz2 tar -jxf framework-latest.tar.bz2 sudo mkdir -p /opt/metasploit4 sudo cp -a msf/ /opt/metasploit4/msf sudo chown root:root -R /opt/metasploit4/msf sudo ln -sf /opt/metasploit4/msf/msf* /usr/local/bin/