metasploit-framework/external/installer-linux
Mike Smith 756e6d2ad8 Remove unsupported msfweb interface. (fixes #503)
* This will significantly decrease the size of the msf install (~5 MB)
* ActiveRecord & ActiveSupport are still used, and have been moved to lib/

git-svn-id: file:///home/svn/framework3/trunk@10682 4d416f70-5f16-0410-b530-b9f4589650da
2010-10-14 18:45:16 +00:00
..
scripts fixed scripts so msfconsole can handle arguments with spaces 2010-10-09 16:54:21 +00:00
README.txt Fixes #466 and #467. Binaries and source to be stored outside the tree 2009-11-06 02:55:18 +00:00
build.sh do the tar.bz2 as part of the normal build process. fixes #2334 2010-08-27 18:27:57 +00:00
minify.sh Remove unsupported msfweb interface. (fixes #503) 2010-10-14 18:45:16 +00:00

README.txt

****************************************
* Metasploit Framework Linux Installer *
****************************************

The Metasploit installer for Linux provides a self-contained execution
environment for the Metasploit Framework. This includes the Ruby interpreter,
the RubyGems package, SQLite3, and Subversion. The package also includes
binary copies of the libraries needed to support these tools.

The installer is built using binaries from Ubuntu 6.06 Server. This old
version is necessary for the compiled tools to be compatible with older versions
of the GLIBC library.

The following applications/libraries are built from source:
	- Ruby 1.9.1
	- RubyGems
	- SQLite3-Ruby
	- Subversion
	- Lorcon2

The following libraries are taken from Ubuntu:
	- libssl.so.0.9.8
	- libutil-2.3.6.so
	- libcrypto.so.0.9.8
	- libncursesw.so.5.5
	- libsqlite3.so.0.8.6
	- libncurses.so.5.5
	- libz.so.1.2.3
	- libaprutil-1.so.0.3.9
	- libserf-0.so.0.0.0
	- libapr-1.so.0.3.8
	- libdb-4.3.so
	- libpcap.so.0.9.4
	- libexpat.so.1.0.0

While the source code for each of these applications and libraries are easily
available from the upstream repository, we will make them available directly
from the Metasploit server on demand.

The installer itself is created with makeself