Metasploit Framework
 
 
 
 
 
 
Go to file
bmc 5be5aa0033 * less fingerprintable
* less ugly

instead of blobs of hex for ...
    nops, use make_nops
    short jumps, use jmp_short
    unicode strings, use to_unicode
    math.to_s, use #{math}
    random junk, use rand_text with payload_badchars


git-svn-id: file:///home/svn/incoming/trunk@3456 4d416f70-5f16-0410-b530-b9f4589650da
2006-01-27 21:18:52 +00:00
data better support for random uri base in px 2006-01-07 20:11:21 +00:00
dev Massive update to tab indentation (used ./dev/tabify.rb) 2006-01-27 05:00:35 +00:00
documentation Formatting 2006-01-22 19:29:48 +00:00
external/source missed files 2006-01-08 23:25:55 +00:00
lib * add jmp and jmp_reg 2006-01-27 21:14:24 +00:00
modules * less fingerprintable 2006-01-27 21:18:52 +00:00
plugins /usr/bin/ruby vs /usr/bin/env ruby 2005-12-17 06:46:23 +00:00
tools /usr/bin/ruby vs /usr/bin/env ruby 2005-12-17 06:46:23 +00:00
README Tweak to change license location 2006-01-23 14:46:59 +00:00
VERSION New licensing terms, revision bump to v3 2006-01-21 22:10:20 +00:00
msfcli s/^ /\t/ 2006-01-25 20:18:48 +00:00
msfconsole /usr/bin/ruby vs /usr/bin/env ruby 2005-12-17 06:46:23 +00:00
msfd /usr/bin/ruby vs /usr/bin/env ruby 2005-12-17 06:46:23 +00:00
msfencode fix msfencode -l 2006-01-08 01:12:00 +00:00
msfopcode /usr/bin/ruby vs /usr/bin/env ruby 2005-12-17 06:46:23 +00:00
msfpayload /usr/bin/ruby vs /usr/bin/env ruby 2005-12-17 06:46:23 +00:00
msfweb /usr/bin/ruby vs /usr/bin/env ruby 2005-12-17 06:46:23 +00:00

README

The license for the Metasploit Framework prevents commercial distribution, 
please read through ./documentation/LICENSE for the complete terms.

This is an *alpha* 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.3, and 1.8.4_rc2
 - Mac OS X 10.3 with Ruby 1.8.3 from the fink package manager
 
This release *will not* work with the following platforms:
 - Windows via Cygwin (openssl, readline, other issues)
 - Windows via Native (stdin reads blocks the whole process)
 - Mac OS X 10.4 with the standard Ruby install (Apple sucks)
 
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