Metasploit Framework
 
 
 
 
 
 
Go to file
HD Moore 769596693b This cleans up the msfweb initialization, removes the need to re-exec ruby, etc.
git-svn-id: file:///home/svn/framework3/trunk@4547 4d416f70-5f16-0410-b530-b9f4589650da
2007-03-24 06:14:12 +00:00
data Stuff for the preference panel (skeleton class, glade) 2007-03-19 23:15:49 +00:00
dev updated slides 2007-03-01 03:54:27 +00:00
documentation Updated the user guide, it still needs a lot of love 2007-03-12 04:48:42 +00:00
external Adds support for the new Lorcon API 2007-03-23 02:45:55 +00:00
lib Switches the socket class to use pack_sockaddr_in(). Fixes #58 2007-03-22 22:15:26 +00:00
modules Merge in the new generic PHP exploit with new targets 2007-03-17 20:10:57 +00:00
plugins Removed the extraneous @framework = framework code 2007-02-18 22:59:01 +00:00
scripts/meterpreter Merged a bigger list in from http://oasi.ac-aix-marseille.fr/article298.html 2006-10-11 17:47:19 +00:00
tools Move this to a less prominent location -- this is mostly a developer tool 2007-02-26 18:01:13 +00:00
README Updated the license from 1.1 -> 1.2 2006-12-10 06:05:15 +00:00
msfcli added option validation to check path 2007-03-17 19:39:30 +00:00
msfconsole ensure that module counts are reflected accurately, and add option to specify a module path to msfconsole, fixes #25 2007-02-24 05:29:05 +00:00
msfd Prevent the fork() call from triggering a NotImplementedError on Windows 2007-02-26 18:45:12 +00:00
msfencode fixes #9, added MODULEPATH var, and msfencode/msfpayload support it as well 2007-02-18 12:27:17 +00:00
msfgui Prevent the fork() call from triggering a NotImplementedError on Windows 2007-02-26 18:45:12 +00:00
msfopcode Symlink-friendly msf interfaces 2006-07-31 15:36:08 +00:00
msfpayload fixes #9, added MODULEPATH var, and msfencode/msfpayload support it as well 2007-02-18 12:27:17 +00:00
msfpescan Nicer error message when passing a non-existent file to msfpescan 2007-01-16 17:09:41 +00:00
msfweb This cleans up the msfweb initialization, removes the need to re-exec ruby, etc. 2007-03-24 06:14:12 +00:00

README

This software is provided under the Metasploit Framework License v1.2
Please see documentation/LICENSE for the complete terms.

The Rex library (lib/rex.rb and all files under lib/rex/) is provided
under the BSD license.

This is a BETA release. Many bugs still exist and quite a few features
are still non-functional. The latest version can be obtained online from:
 - http://metasploit.com/projects/Framework/msf3/

Licensing information can be found in ./documentation/COPYING

This release has only been tested on the following platforms:
 - Linux x86 with Ruby 1.8.2-1.8.4
 - Mac OS X 10.3 with Ruby 1.8.3 from the fink package manager
 - Windows 2000/XP using Cygwin and ruby 1.8.4
 
This release *will not* work with the following platforms:
 - Windows via native Ruby (stdin/readline/io issues abound)
 - Default installs of Mac OS X 10.4 (broken ruby interpreter)

Mac OS X users will not have access to the tab completion
features of the msfconsole interface without installing
the GNU Readline package and rebuilding Ruby from source.

Questions and suggestions can be sent to:
 msfdev[at]metasploit.com
 
The framework-beta mailing list is the place to discuss features and
ask questions of the user-base. To subscribe, send a blank email to:
 framework-beta-subscribe[at]metasploit.com