Go to file
jvazquez-r7 b0bc69b832 Add @todo comment 2015-03-02 14:25:56 -06:00
app
config
data
db
documentation
external
features Update help.feature 2015-02-20 21:23:02 -06:00
lib Add @todo comment 2015-03-02 14:25:56 -06:00
modules Minor word choice changes 2015-02-24 12:29:11 -06:00
plugins remove svn vestiges 2015-02-22 15:40:58 -06:00
script
scripts
spec Add case-insensitive test of delete 2015-02-25 10:47:36 -06:00
test
tools
.gitignore
.gitmodules
.mailmap
.rspec
.rubocop.yml
.ruby-gemset
.ruby-version
.simplecov
.travis.yml
.yardopts
CONTRIBUTING.md
COPYING
Gemfile
Gemfile.local.example
Gemfile.lock
HACKING
LICENSE
README.md
Rakefile
metasploit-framework-db.gemspec
metasploit-framework-full.gemspec
metasploit-framework-pcap.gemspec
metasploit-framework.gemspec
msfbinscan
msfcli
msfconsole
msfd
msfelfscan
msfencode
msfmachscan
msfpayload
msfpescan
msfrop
msfrpc removes forgotten line of test code 2015-02-22 15:53:44 -06:00
msfrpcd modernizes some of the rpc code 2015-02-22 15:37:55 -06:00
msfupdate
msfvenom add trailing newline 2015-02-24 17:53:33 +01:00

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 https://metasploit.com/

Bug tracking and development information can be found at: https://github.com/rapid7/metasploit-framework

New bugs and feature requests should be directed to: http://r-7.co/MSF-BUGv1

API documentation for writing modules can be found at: https://rapid7.github.io/metasploit-framework/api

Questions and suggestions can be sent to: https://lists.sourceforge.net/lists/listinfo/metasploit-hackers

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 Metasploit Unleashed, the great community resources, or the wiki.

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.