Metasploit Debian Commandline install
From MS Computech
= Installing Metasploit on Ubuntu/Kubuntu/Debian Linux =
ในการติดตั้ง Metasploit Framework บน Ubuntu หรือ Debian distributions คุณต้องติดตั้ง packages ดังต่อไปนี้ :
# apt-get install ruby libruby rdoc # apt-get install libyaml-ruby # apt-get install libzlib-ruby # apt-get install libopenssl-ruby # apt-get install libdl-ruby # apt-get install libreadline-ruby # apt-get install libiconv-ruby
RubyGems package.
# apt-get install rubygems
Dependencies ที่ต้องติดตั้งเพื่อใช้งาน msfweb interface.
# gem install -v=1.2.2 rails
If you would like to use the experimental GUI, you will need to install the following packages:
# apt-get install libgtk2-ruby libglade2-ruby
If you would like to use the online update feature, you will need to install the "subversion" package as well. Once the pre-requisites have been installed, download the Unix tarball from Framework Website and extract it to the directory of your choice. If everything was installed correctly, execute the interface of your choice to get started (msfconsole, msfweb, etc).