Metasploit install
Aller à la navigation
Aller à la recherche
| Fiche express | |
|---|---|
| Domaine | Installation |
| Système | Debian |
| Contexte | Metasploit |
| Voir aussi | Msfconsole |
Installation du framework Metasploit depuis les sources sous Debian.
Dépendances
apt-get -y install build-essential zlib1g zlib1g-dev libxml2 libxml2-dev \
libxslt-dev locate libreadline6-dev libcurl4-openssl-dev git-core libssl-dev \
libyaml-dev openssl autoconf libtool ncurses-dev bison curl wget postgresql \
postgresql-contrib libpq-dev libapr1 libaprutil1 libsvn1 libpcap-dev libsqlite3-dev
apt-get install git-core postgresql curl ruby1.9.3 nmap gem
gem install wirble sqlite3 bundler
Récupération et build
cd /opt
git clone https://github.com/rapid7/metasploit-framework.git
cd metasploit-framework
bundle install
./msfconsole