Metasploit Framework
 
 
 
 
 
 
Go to file
Joe Vennix a27754c5c1
Tweak specs a bit.
2014-08-24 02:41:37 -05:00
app Revert "Various merge resolutions from master <- staging" 2014-08-22 10:17:44 -05:00
config Revert "Various merge resolutions from master <- staging" 2014-08-22 10:17:44 -05:00
data Merge branch staging/electro-release into master 2014-08-22 10:50:38 -05:00
db Revert "Various merge resolutions from master <- staging" 2014-08-22 10:17:44 -05:00
documentation
external Fix the makefile to use the right directory 2014-08-03 13:38:15 -05:00
lib Add #arch method to Msf::EncodedPayload. 2014-08-24 02:22:15 -05:00
modules Add #arch method to Msf::EncodedPayload. 2014-08-24 02:22:15 -05:00
plugins Land #3588, @tobd-r7's Fix SpaceBeforeModifierKeyword Rubocop warning 2014-08-04 14:25:03 -07:00
script Revert "Various merge resolutions from master <- staging" 2014-08-22 10:17:44 -05:00
scripts Fix SpaceBeforeModifierKeyword Rubocop warning 2014-07-29 17:10:54 -05:00
spec Tweak specs a bit. 2014-08-24 02:41:37 -05:00
test Merge branch staging/electro-release into master 2014-08-22 10:50:38 -05:00
tools Remove rubocop and msftidy touchpoints 2014-08-12 10:37:58 -05:00
.gitignore Revert "Various merge resolutions from master <- staging" 2014-08-22 10:17:44 -05:00
.gitmodules
.mailmap Add @trosen-r7's alias for commits 2014-06-05 10:40:38 -05:00
.rspec
.rubocop.yml Merge branch staging/electro-release into master 2014-08-22 10:50:38 -05:00
.ruby-gemset
.ruby-version Bump to p547 to fix a regression in p545 2014-05-30 14:27:54 -05:00
.simplecov
.travis.yml
.yardopts Revert "Various merge resolutions from master <- staging" 2014-08-22 10:17:44 -05:00
CONTRIBUTING.md Be more forceful about Rubocop in CONTRIBUTING.md 2014-08-14 11:51:44 -05:00
COPYING
Gemfile Revert "Various merge resolutions from master <- staging" 2014-08-22 10:17:44 -05:00
Gemfile.local.example Revert "Various merge resolutions from master <- staging" 2014-08-22 10:17:44 -05:00
Gemfile.lock Merge branch staging/electro-release into master 2014-08-22 10:50:38 -05:00
HACKING Update link for The Metasploit Development Environment 2014-07-15 10:16:47 -05:00
LICENSE
README.md
Rakefile Revert "Various merge resolutions from master <- staging" 2014-08-22 10:17:44 -05:00
metasploit-framework.gemspec Revert "Various merge resolutions from master <- staging" 2014-08-22 10:17:44 -05:00
msfbinscan
msfcli
msfconsole Merge branch staging/electro-release into master 2014-08-22 10:50:38 -05:00
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 free 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.