Go to file
Louis Sato 51c8879e78
Land #6580, increase database.yml.example pool size
2016-02-19 10:26:46 -06:00
app
config update database.yml.example to be something reasonable 2016-02-16 09:12:34 -06:00
data Adding top 100 adobe passwords 2016-02-11 08:55:45 +08:00
db
documentation
external
features
lib Land #6502, add -x flag for showing extended sessions info 2016-02-18 15:37:41 -06:00
modules Land #6591, don't require username for wrt110 cmd exec module 2016-02-18 20:20:15 -06:00
plugins Add *args to #respond_to? 2016-02-02 14:36:51 -06:00
script
scripts
spec Merge branch 'upstream/master' into default-xor 2016-02-11 14:30:18 +10:00
test
tools Land #6543, msu_finder link update 2016-02-09 17:06:23 -06:00
.gitignore
.gitmodules
.mailmap Move @hdm to the former employees section 2016-02-09 16:43:11 -06:00
.rspec
.rubocop.yml
.ruby-gemset
.ruby-version Update Ruby to 2.1.8 2016-02-03 18:21:57 -06:00
.simplecov
.travis.yml Update Travis to Ruby 2.1.8 2016-02-03 18:28:49 -06:00
.yardopts
CODE_OF_CONDUCT.md
CONTRIBUTING.md
COPYING
Gemfile
Gemfile.local.example
Gemfile.lock Bump version of framework to 4.11.11 2016-02-12 15:38:50 -08:00
HACKING
LICENSE
README.md
Rakefile
metasploit-framework.gemspec bump payloads to 1.1.0 2016-02-10 23:21:20 -06:00
msfbinscan
msfconsole
msfd
msfelfscan
msfmachscan
msfpescan
msfrop
msfrpc
msfrpcd
msfupdate
msfvenom No real reason for this check 2016-02-12 10:49:18 -06: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 of the 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 from installing all the dependencies, to cloning the repository, and finally to submitting a pull request. For slightly more information, see Contributing.