Difference between revisions of "Metasploit Debian Commandline install"

From MS Computech
Jump to: navigation, search
(New page: ==== = '''Installing Metasploit on Ubuntu/Kubuntu/Debian Linux '''= ====   At this time, no package exists for Metasploit 3. In order to use the Metasploit Framework on Ubuntu or De...)
 
Line 1: Line 1:
==== = '''Installing Metasploit on Ubuntu/Kubuntu/Debian Linux '''= ====
+
==== = '''Installing Metasploit on Ubuntu/Kubuntu/Debian Linux '''= ====
  
 
+
   
 
 
At this time, no package exists for Metasploit 3. In order to use the Metasploit Framework on Ubuntu or Debian distributions of Linux, the following packages need to be installed:
 
  
 +
ในการติดตั้ง Metasploit Framework บน Ubuntu หรือ Debian distributions คุณต้องติดตั้ง packages ดังต่อไปนี้ :
  
 +
<br>
 
<pre># apt-get install ruby libruby rdoc
 
<pre># apt-get install ruby libruby rdoc
 
# apt-get install libyaml-ruby
 
# apt-get install libyaml-ruby
Line 14: Line 14:
 
# apt-get install libiconv-ruby
 
# apt-get install libiconv-ruby
 
</pre>
 
</pre>
The [http://www.rubygems.org/ RubyGems] package needs to be manually downloaded and installed.
+
 
<pre>
+
 
# apt-get install rubygems</pre>
+
&nbsp;[http://www.rubygems.org/ RubyGems] package.  
Once the dependencies have been installed, use the "gem" command to install version 1.2.2 of rails (required for the msfweb interface).<br>
+
<pre># apt-get install rubygems</pre>
<pre>
+
Dependencies ที่ต้องติดตั้งเพื่อใช้งาน msfweb interface.<br>
# gem install -v=1.2.2 rails
+
<pre># gem install -v=1.2.2 rails
 
</pre>
 
</pre>
&nbsp;
+
&nbsp;  
  
 
If you would like to use the experimental GUI, you will need to install the following packages:<br>
 
If you would like to use the experimental GUI, you will need to install the following packages:<br>
 
<pre># apt-get install libgtk2-ruby libglade2-ruby
 
<pre># apt-get install libgtk2-ruby libglade2-ruby
 +
 
</pre>
 
</pre>
 
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 [http://framework.metasploit.com/msf/download 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).
 
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 [http://framework.metasploit.com/msf/download 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).

Revision as of 14:49, 1 September 2008

= 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).