Go to file
William Vu b28d9517bc Exclude multi from automatic PAYLOAD selection 2020-06-23 16:12:28 -05:00
.github Land #13726, Update PR Template to request Demos for difficult to test Modules 2020-06-22 18:23:20 +01:00
app
config move bigdecimal fix to separate file, include for specs 2019-09-10 18:40:14 -05:00
data Recompile everything so we don't have the messagebox calls 2020-06-11 00:18:45 -05:00
db automatic module_metadata_base.json update 2020-06-23 03:56:27 -05:00
docker
documentation Land #13645, Trend Micro WebSecurity RCE 2020-06-22 06:51:26 -04:00
external Recompile everything so we don't have the messagebox calls 2020-06-11 00:18:45 -05:00
lib Exclude multi from automatic PAYLOAD selection 2020-06-23 16:12:28 -05:00
modules Exclude multi from automatic PAYLOAD selection 2020-06-23 16:12:28 -05:00
plugins creates standard elog & updates exisiting usages 2020-06-22 12:48:39 +01:00
script
scripts replace trivial usage of expand_path with getenv 2019-05-31 17:44:35 -05:00
spec Fix edgecase in rubocop module description rule 2020-06-10 12:11:49 +01:00
test add a test for stderr output to the cmd_exec tests 2020-05-21 14:47:12 +08:00
tools creates standard elog & updates exisiting usages 2020-06-22 12:48:39 +01:00
.dockerignore
.gitignore
.gitmodules
.mailmap Add my own GitHub handle and work email to .mailmap 2020-04-07 16:22:45 -05:00
.rspec
.rubocop.yml Remove safe navigation rubocop rule 2020-04-27 18:04:33 +01:00
.ruby-gemset
.ruby-version bump ruby versions 2020-04-15 07:57:49 -05:00
.simplecov
.travis.yml bump ruby versions 2020-04-15 07:57:49 -05:00
.yardopts
CODE_OF_CONDUCT.md Change individual contacts 2018-12-13 10:38:55 -06:00
CONTRIBUTING.md adds additional clarification and spelling changes 2020-02-04 17:02:46 +00:00
COPYING Update LICENSE and COPYING 2020-01-18 18:45:37 -06:00
CURRENT.md
Dockerfile bump ruby versions 2020-04-15 07:57:49 -05:00
Gemfile Add profiling tools 2020-03-12 18:01:30 +00:00
Gemfile.local.example
Gemfile.lock Bump version of framework to 5.0.95 2020-06-18 12:04:22 -05:00
LICENSE Vendor the stdlib `expect` for Windows sockets 2020-02-19 12:56:36 -06:00
LICENSE_GEMS Bump version of framework to 5.0.95 2020-06-18 12:04:22 -05:00
README.md Added the link for 'COPYING' file 2019-10-07 13:16:15 +05:30
Rakefile
Vagrantfile bump Metasploit Vagrant devenv to the latest LTS version 2020-03-24 06:12:23 -05:00
docker-compose.override.yml
docker-compose.yml
metasploit-framework.gemspec Restrict the ruby_smb gem version until v2.0 has been tested more 2020-06-04 13:59:41 -04:00
msf-json-rpc.ru Update msf json rpc file path to be relative 2020-05-11 11:59:35 +01:00
msf-ws.ru Add Metasploit data web service rackup file 2019-01-14 23:30:47 -05:00
msfconsole silence warnings for all users 2020-05-05 12:34:44 +01:00
msfd
msfdb Don't delete ssl key and cert if a user asked not to 2019-03-05 15:25:53 -06:00
msfrpc
msfrpcd Add background process ID output 2019-01-09 17:42:57 -05:00
msfupdate we don't need ruby-backports anymore (or maybe we can use it more conditionally on Ruby 2.6), it uses a lot of memory 2019-12-02 09:03:58 -06:00
msfvenom silence warnings for all users 2020-05-05 12:34:44 +01: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.