Go to file
debifrank b4689dfa2d
Update CVE-2020-16139.md
WIP
2020-08-14 10:12:39 -04:00
.github Put in debug mode for initial land 2020-07-22 12:50:11 +01:00
app Rails 5 file validator need guard for `nil` 2020-07-31 11:56:49 -05:00
config remove rails_bigdecimal_fix with rails 5 bump 2020-07-31 11:56:50 -05:00
data Land #13935, Preliminary Version 6 2020-08-06 10:19:34 -05:00
db automatic module_metadata_base.json update 2020-08-07 15:24:45 -05:00
docker
documentation Update CVE-2020-16139.md 2020-08-14 10:12:39 -04:00
external Merge upstream into 6.x 2020-07-15 09:58:07 -05:00
lib Land #13860,Mikrotik Processing 2020-08-07 14:48:22 -05:00
modules Add files via upload 2020-08-13 09:52:21 -04:00
plugins creates standard elog & updates exisiting usages 2020-06-22 12:48:39 +01:00
script
scripts
spec Land #13860,Mikrotik Processing 2020-08-07 14:48:22 -05:00
test Update modules to reference COMMAND IDs not strings 2020-06-09 11:38:14 +10:00
tools Apply RuboCop fixes to tools/dev/check_external_scripts.rb 2020-08-05 11:48:55 -05:00
.dockerignore
.gitignore
.gitmodules
.mailmap
.rspec
.rubocop.yml
.ruby-gemset
.ruby-version
.simplecov
.travis.yml
.yardopts
CODE_OF_CONDUCT.md
CONTRIBUTING.md
COPYING
CURRENT.md
Dockerfile
Gemfile Update rubocop version 2020-07-07 19:19:37 +01:00
Gemfile.local.example
Gemfile.lock Add WrappedTable support with feature flag integration 2020-08-07 16:42:54 +01:00
LICENSE
LICENSE_GEMS Bump version of framework to 6.0.1 2020-08-06 12:05:29 -05:00
README.md
Rakefile
Vagrantfile
docker-compose.override.yml
docker-compose.yml
metasploit-framework.gemspec Land #13935, Preliminary Version 6 2020-08-06 10:19:34 -05:00
msf-json-rpc.ru
msf-ws.ru
msfconsole
msfd
msfdb
msfrpc
msfrpcd
msfupdate
msfvenom Add ZSH autocomplete features per @smcintyre-r7's request 2020-06-12 10:44:50 -05:00

README.md

Metasploit Build Status Maintainability Test Coverage 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.