Go to file
Spencer McIntyre 86b7ec4518 Address comments from the review 2023-10-12 09:50:19 -04:00
.github Add Meterpreter compatibility matrix generation 2023-09-11 12:04:18 +01:00
app Move folder descriptions into README.md files 2023-05-03 14:06:13 -05:00
config Fix bootsnap warning when booting msfrpc service 2023-08-02 17:35:11 +01:00
data Initial commit of CVE-2023-43654 2023-10-12 09:27:26 -04:00
db automatic module_metadata_base.json update 2023-10-06 16:55:04 -05:00
docker Move folder descriptions into README.md files 2023-05-03 14:06:13 -05:00
docs artica not artical or article 2023-10-06 19:55:40 -04:00
documentation Address comments from the review 2023-10-12 09:50:19 -04:00
external Address comments from the review 2023-10-12 09:50:19 -04:00
kubernetes
lib Address comments from the review 2023-10-12 09:50:19 -04:00
modules Address comments from the review 2023-10-12 09:50:19 -04:00
plugins Land #17970, Fix #17969 Assign empty hash to variable status 2023-09-11 16:12:23 +01:00
script Move folder descriptions into README.md files 2023-05-03 14:06:13 -05:00
scripts Show errors on inaccessible payload files 2023-10-02 14:46:25 +01:00
spec Revert accidental changes 2023-10-06 16:04:38 +01:00
test Show errors on inaccessible payload files 2023-10-02 14:46:25 +01:00
tools Add history support to nasm and metasm shells 2023-10-04 22:36:19 +01:00
.dockerignore
.git-blame-ignore-revs
.gitignore Ignore .solargraph.yml config file 2023-05-17 15:03:05 -05:00
.gitmodules
.mailmap
.rspec
.rubocop.yml detect invalid Pack/Unpack directives 2023-08-03 17:39:21 +01:00
.ruby-gemset
.ruby-version
.simplecov
.solargraph.yml Removed lib include line as it became redundant 2023-05-16 23:02:55 -04:00
.yardopts
CODE_OF_CONDUCT.md
CONTRIBUTING.md
COPYING
CURRENT.md
Dockerfile Update docker depdendency versions 2023-09-11 15:15:52 +01:00
Gemfile Revert "Revert "Add Meterpreter sanity tests to CI"" 2023-08-15 13:24:59 +01:00
Gemfile.local.example
Gemfile.lock Update metasploit-payloads gem to 2.0.156 2023-10-11 14:05:45 -04:00
LICENSE Land #18314, Windows Error Reporting RCE (CVE-2023-36874) 2023-09-27 15:25:06 +02:00
LICENSE_GEMS Update metasploit-payloads gem to 2.0.156 2023-10-11 14:05:45 -04:00
README.md
Rakefile
Vagrantfile
cortex.yaml PD-41096 Auto-add cortex.yaml 2023-10-02 14:13:52 +01:00
docker-compose.override.yml
docker-compose.yml
metasploit-framework.gemspec Update metasploit-payloads gem to 2.0.156 2023-10-11 14:05:45 -04:00
msf-json-rpc.ru Fix bootsnap warning when booting msfrpc service 2023-08-02 17:35:11 +01:00
msf-ws.ru Fix bootsnap warning when booting msfrpc service 2023-08-02 17:35:11 +01:00
msfconsole
msfd
msfdb Updates the msfdb prompts for webservice 2023-05-19 12:57:35 +01:00
msfrpc
msfrpcd
msfupdate
msfvenom

README.md

Metasploit 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://docs.metasploit.com/docs/using-metasploit/getting-started/nightly-installers.html

You can find documentation on Metasploit and how to use it at: https://docs.metasploit.com/

Information about setting up a development environment can be found at: https://docs.metasploit.com/docs/development/get-started/setting-up-a-metasploit-development-environment.html

Our bug and feature request tracker can be found at: https://github.com/rapid7/metasploit-framework/issues

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://docs.metasploit.com/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 take a look at the Using Metasploit page on the documentation website.

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.