Go to file
Metasploit d0745ea2a7
automatic module_metadata_base.json update
2022-09-07 13:47:19 -05:00
.github Updates ubuntu 18.04 to ubuntu-latest 2022-09-02 16:33:30 +01:00
app deprecated model error pattern 2021-08-09 12:16:12 -05:00
config Update reline and suppress Fiddle issue 2022-09-01 11:05:54 -05:00
data Land #16725, Add ManageEngine ADAudit Plus and DataSecurity Plus Xnode enum modules, docs and mixin (CVE-2020–11532) 2022-09-01 08:46:36 -05:00
db automatic module_metadata_base.json update 2022-09-07 13:47:19 -05:00
docker
docs Fix typo in documentation links 2022-09-06 11:20:46 -05:00
documentation Land #16944, add Apach Spark RCE 2022-09-07 13:02:27 -05:00
external Fix a typo in _msfvenom 2022-08-25 16:28:04 -05:00
kubernetes Meterpreter Helm chart tweaks 2021-11-05 15:14:19 +00:00
lib working on nim shellcode generator 2022-09-07 13:18:18 -04:00
modules Land #16944, add Apach Spark RCE 2022-09-07 13:02:27 -05:00
plugins consolidate the config directory lookups 2022-07-25 15:27:21 -05:00
script
scripts Remove scripts/meterpreter/domain_list_gen.rb 2022-08-22 09:36:08 -04:00
spec Land #16915, Add exploit for CVE-2022-23277 (Exchange RCE) 2022-08-19 11:11:46 -05:00
test Update test module to properly handle multiline return values so that we can properly test things like dumping file content 2022-06-17 13:35:32 -05:00
tools Land #16627, Add some error handling to update_payload_cache_size script 2022-06-16 10:25:44 -05:00
.dockerignore
.git-blame-ignore-revs Update git-blame-ignore-revs to ignore tabs to spaces commits 2022-05-04 13:15:53 +01:00
.gitignore Add in Visual Studio Code .vscode directory to .gitignore 2022-08-31 19:44:49 -05:00
.gitmodules
.mailmap Add Simon Janusz to mail map 2021-07-13 10:38:50 +01:00
.rspec
.rubocop.yml Update rubocop rules for test modules 2022-04-28 14:11:26 +01:00
.ruby-gemset
.ruby-version bump ruby 3.0 2021-12-01 12:02:59 -06:00
.simplecov
.yardopts
CODE_OF_CONDUCT.md
CONTRIBUTING.md Fix up a typo in CONTRIBUTING.md 2021-06-05 14:31:15 -05:00
COPYING
CURRENT.md
Dockerfile Install mingw in Docker 2022-03-08 17:43:51 +00:00
Gemfile lock pry-byebug until project drops Ruby 2.6 2022-08-31 12:15:56 -05:00
Gemfile.local.example
Gemfile.lock Bump rex-text to 2.0.45 2022-09-07 13:21:31 -04:00
LICENSE Update license terms to properly comply with MIT license on exploit code. 2022-04-05 16:31:03 -05:00
LICENSE_GEMS Bump version of framework to 6.2.17 2022-09-02 09:14:48 -05:00
README.md
Rakefile Use zeitwerk for lib/msf/core folder 2020-12-07 10:31:45 +00:00
Vagrantfile moves v.gui comment to appropriate location(s) 2020-10-08 11:59:09 -05:00
docker-compose.override.yml
docker-compose.yml docker: hassle-free DB bootstrap 2021-01-08 16:20:11 +01:00
metasploit-framework.gemspec Update reline and suppress Fiddle issue 2022-09-01 11:05:54 -05:00
msf-json-rpc.ru Add health check functionality 2021-04-16 01:59:22 +01:00
msf-ws.ru Use zeitwerk for lib/msf/core folder 2020-12-07 10:31:45 +00:00
msfconsole move web service api code into library path 2021-08-09 12:22:43 -05:00
msfd remove `msf` folder requires 2021-01-18 14:21:54 +00:00
msfdb Land #16094, Fix msfdb init command failure in systems that use the 'pg_ctl.rb' msfdb helper 2022-07-27 12:15:37 -05:00
msfrpc Remove extra `require` for a now deleted file that no longer exists 2021-03-02 10:57:07 +00:00
msfrpcd consolidate the config directory lookups 2022-07-25 15:27:21 -05:00
msfupdate
msfvenom Generate machine readable msfvenom output when pipes are used 2021-05-26 11:13:49 +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.