Metasploit Framework
 
 
 
 
 
 
Go to file
William Vu 1454986312 Land #2392, fix for the Foundstone parser bug
[FixRM #8402]
2013-09-19 02:23:40 -05:00
config
data New compiled bins for shiny vs2012 build 2013-09-17 18:11:13 -05:00
db
documentation
external Fixed memory alignment for x64 reverse_http stager 2013-09-16 16:51:37 -04:00
lib Clear report_data on each host report 2013-09-18 17:11:22 -05:00
modules Land #2358, deprecate funny names 2013-09-18 14:55:33 -05:00
plugins
scripts Merge branch 'rapid7' into cleanup/remove-id-tags 2013-09-17 10:55:02 -05:00
spec Merge branch 'master' into spike/exe_generation 2013-09-12 12:36:10 -05:00
test
tools Land #2358, deprecate funny names 2013-09-18 14:55:33 -05:00
.gitignore Remove gitignore, change to metasploit-framework 2013-09-13 12:44:19 -05:00
.mailmap
.rspec
.ruby-gemset Remove gitignore, change to metasploit-framework 2013-09-13 12:44:19 -05:00
.ruby-version Add .ruby-version and .ruby-gemset for RVM 2013-09-13 11:35:22 -05:00
.simplecov
.travis.yml Extend Travis's depth a bit 2013-09-16 17:23:16 -05:00
.yardopts
CONTRIBUTING.md
COPYING
Gemfile Revert "Bump requirement for packetfu" 2013-09-18 11:04:53 -05:00
Gemfile.lock Gemfile.lock, too 2013-09-12 17:26:30 -05:00
HACKING Be more explicit about two-space tabs 2013-09-09 09:34:48 -05:00
LICENSE
README.md
Rakefile
msfbinscan
msfcli
msfconsole
msfd
msfelfscan
msfencode
msfmachscan
msfpayload
msfpescan
msfrop
msfrpc
msfrpcd
msfupdate
msfvenom

README.md

Metasploit Build Status Code Climate

The Metasploit Framework is released under a BSD-style license. See COPYING for more details.

The latest version of this software is available from http://metasploit.com/

Bug tracking and development information can be found at: https://dev.metasploit.com/redmine/projects/framework/

The public GitHub source repository can be found at: https://github.com/rapid7/metasploit-framework

Questions and suggestions can be sent to: msfdev(at)metasploit.com

The framework mailing list is the place to discuss features and ask for help. To subscribe, visit the following web page: https://mail.metasploit.com/mailman/listinfo/framework

The mailing list archives are available from: https://mail.metasploit.com/pipermail/framework/

Installing

Generally, you should use the installer which contains all dependencies and will get you up and running with a few clicks. See the Dev Environment Setup if you'd like to deal with dependencies on your own.

Using Metasploit

Metasploit can do all sorts of things. The first thing you'll want to do is start msfconsole, but after that, you'll probably be best served by reading some of the great tutorials online:

Contributing

See the Dev Environment Setup guide on GitHub which will walk you through the whole process starting from installing all the dependencies, to cloning the repository, and finally to submitting a pull request. For slightly more info, see Contributing.