Metasploit Framework
 
 
 
 
 
 
Go to file
Brent Cook 242ea8d9cd Merge branch 'master' into land-6691- 2016-03-24 22:19:57 -05:00
.github Fix link 2016-02-22 15:14:38 -06:00
app
config Merge branch 'jbarnett-r7-feature/MS-833/ms08-067-automation' into upstream-master 2016-03-04 12:34:00 -06:00
data Add missing stream.raw for hp_sitescope_dns_tool 2016-03-15 11:06:06 -05:00
db
documentation
external
features Put the code in the wrong block. 2016-02-25 13:39:04 -06:00
lib Merge branch 'master' into land-6691- 2016-03-24 22:19:57 -05:00
modules Land #6703, Make ms09_065_eot_integer passive 2016-03-23 13:39:41 -05:00
plugins whitespace fixes 2016-03-15 22:08:25 -05:00
script
scripts
spec Land #6644, datastore validation on assignment 2016-03-17 11:16:12 -05:00
test update test modules to use MetasploitModule 2016-03-13 13:44:44 -05:00
tools Update the msftidy warning for module class names 2016-03-16 13:31:24 -04:00
.gitignore
.gitmodules
.mailmap Update mailmap for Steven Seeley 2016-03-22 12:45:28 -05: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 changing this to postgres 9.3 2016-03-07 13:25:37 -06:00
.yardopts
CODE_OF_CONDUCT.md
CONTRIBUTING.md Clarify that contributed code should be BSD/MIT 2016-02-22 16:29:13 -06:00
COPYING
Gemfile Merge branch 'master' into staging/rails-upgrade 2016-03-08 15:22:04 -06:00
Gemfile.local.example
Gemfile.lock Bump version of framework to 4.11.18 2016-03-23 07:55:29 -07:00
HACKING
LICENSE
README.md
Rakefile
metasploit-framework.gemspec update to metasploit-payloads 1.1.3 2016-03-14 10:43:41 -05:00
msfbinscan
msfconsole
msfd
msfelfscan
msfmachscan
msfpescan
msfrop
msfrpc
msfrpcd
msfupdate Install Bundler in msfupdate if we don't have it 2016-03-02 10:12:45 -06:00
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.