Metasploit Framework
 
 
 
 
 
 
Go to file
Spencer McIntyre d3a832b31d
Land #6776, Fix #6775 update regex for Win 10 UAC
2016-04-13 17:03:45 -04:00
.github
app Revert #6748, premature Gemfile* changes 2016-04-06 14:52:22 -05:00
config Merge branch 'jbarnett-r7-feature/MS-833/ms08-067-automation' into upstream-master 2016-03-04 12:34:00 -06:00
data Land #6721, Add additional SOLMAN default creds 2016-03-30 10:48:53 -05:00
db
documentation Add documentation for make_csv_orgchart 2016-04-07 17:17:57 -05:00
external Kill defanged mode 2016-03-28 09:02:07 -05:00
features
lib Land #6776, Fix #6775 update regex for Win 10 UAC 2016-04-13 17:03:45 -04:00
modules Land #6773, Add Dell Kace K1000 unauthenticated remote root exploit 2016-04-13 10:20:53 -05:00
plugins whitespace fixes 2016-03-15 22:08:25 -05:00
script
scripts
spec Revert #6748, premature Gemfile* changes 2016-04-06 14:52:22 -05:00
test Add unicode test examples 2016-04-05 16:06:51 -05:00
tools Use patch_finder for msu_finder 2016-03-29 23:21:01 -05:00
.gitignore
.gitmodules
.mailmap Update mailmap for Steven Seeley 2016-03-22 12:45:28 -05:00
.rspec
.rubocop.yml
.ruby-gemset
.ruby-version bump ruby version 2016-03-31 23:40:15 +02:00
.simplecov
.travis.yml revert travis.yml for now 2016-04-01 16:07:07 +02:00
.yardopts
CODE_OF_CONDUCT.md
CONTRIBUTING.md
COPYING
Gemfile Revert #6748, premature Gemfile* changes 2016-04-06 14:52:22 -05:00
Gemfile.local.example
Gemfile.lock Bump version of framework to 4.11.21 2016-04-08 16:23:33 -07:00
HACKING
LICENSE
README.md
Rakefile
metasploit-framework.gemspec Revert #6748, premature Gemfile* changes 2016-04-06 14:52:22 -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

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.