Go to file
William Vu 7cc82a14b6 Update exploit driver with correct method 2018-04-05 18:56:19 -05:00
.github
app
config
data Land # 8007, Added NTDSgrab module to metasploit. 2018-04-03 15:56:37 -05:00
db automatic module_metadata_base.pstore update 2018-04-03 08:20:16 -07:00
docker
documentation Land #9794, Added support for regional dialects 2018-04-05 12:56:07 -05:00
external
lib Update exploit driver with correct method 2018-04-05 18:56:19 -05:00
modules Land #9794, Added support for regional dialects 2018-04-05 12:56:07 -05:00
plugins Land #9656, add initial Komand plugin stub for evaluation 2018-03-25 07:47:06 -05:00
script
scripts
spec Land #9748, Convert the smbloris DoS into an external module 2018-04-02 23:25:10 -05:00
test
tools Land #9748, Convert the smbloris DoS into an external module 2018-04-02 23:25:10 -05:00
.dockerignore
.gitignore
.gitmodules
.mailmap
.rspec
.rubocop.yml
.ruby-gemset
.ruby-version bump to ruby 2.5.1 2018-03-30 12:47:19 +02:00
.simplecov
.travis.yml bump older rubies 2018-03-30 13:47:07 +02:00
.yardopts
CODE_OF_CONDUCT.md
CONTRIBUTING.md
COPYING
CURRENT.md
Dockerfile bump to ruby 2.5.1 2018-03-30 12:47:19 +02:00
Gemfile disable aggregator for cross version compatibility 2018-03-30 10:04:30 -05:00
Gemfile.local.example
Gemfile.lock Bump RubySMB to latest for MSF5 2018-04-03 13:18:42 -05:00
LICENSE
LICENSE_GEMS Bump RubySMB to latest for MSF5 2018-04-03 13:18:42 -05:00
README.md
Rakefile
Vagrantfile
docker-compose.override.yml
docker-compose.yml
metasploit-framework.gemspec Bump RubySMB to latest for MSF5 2018-04-03 13:18:42 -05:00
msfconsole
msfd
msfdb_ws
msfrpc
msfrpcd
msfupdate
msfvenom Load all deps when needed in help cause we have to 2018-04-04 17:36:08 -05:00

README.md

Metasploit Build Status Code Climate Docker Pulls

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: https://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: Freenode IRC channel or e-mail the metasploit-hackers mailing list

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.