Go to file
Metasploit a0d813e830
automatic module_metadata_base.json update
2022-11-08 09:53:22 -06:00
.github Land #17161, Bump actions/checkout to version 3.x 2022-10-20 11:02:35 +01:00
app
config Update reline and suppress Fiddle issue 2022-09-01 11:05:54 -05:00
data Apply autopep8 changes 2022-10-31 10:35:28 -04:00
db automatic module_metadata_base.json update 2022-11-08 09:53:22 -06:00
docker
docs Add a missing dash for consistency 2022-10-26 08:42:09 -04:00
documentation Land #17149, Update ssl_version module to be useful 2022-11-07 15:59:50 -06:00
external Land #17050, make osx payload fileless 2022-10-20 14:13:32 -05:00
kubernetes Meterpreter Helm chart tweaks 2021-11-05 15:14:19 +00:00
lib Land #17221, Fix crash with payload sizes 2022-11-08 10:26:27 -05:00
modules Land #17221, Fix crash with payload sizes 2022-11-08 10:26:27 -05:00
plugins consolidate the config directory lookups 2022-07-25 15:27:21 -05:00
script
scripts Land #16930, dev_checks: Add additional checks 2022-09-15 10:50:00 -04:00
spec Land #17221, Fix crash with payload sizes 2022-11-08 10:26:27 -05:00
test Test and handle REG_QWORD 2022-09-20 16:31:54 -04:00
tools Fix crash when generating payload sizes 2022-11-04 02:10:58 +00: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
.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 Update CODE_OF_CONDUCT.md 2022-10-29 15:56:49 +01:00
CONTRIBUTING.md
COPYING
CURRENT.md
Dockerfile Alpine 3.12 - Support ended 5 months and 2 weeks ago (01 May 2022) 2022-10-14 21:07:57 +02:00
Gemfile Add in ruby/debug to Gemfile and also provide example of how to create a launch.json file to use it with vscode-rdbg 2022-09-01 13:35:08 -05:00
Gemfile.local.example
Gemfile.lock Bump version of framework to 6.2.26 2022-11-03 12:10:55 -05:00
LICENSE Add compiler support when mingw is available 2022-09-15 16:06:25 -04:00
LICENSE_GEMS Bump version of framework to 6.2.26 2022-11-03 12:10:55 -05:00
README.md Update README.md to modernize the links to point to the new docs.metasploit.com website, remove links that weren't being used, and improve explanations in some locations 2022-09-16 11:22:44 -05:00
Rakefile
Vagrantfile
docker-compose.override.yml
docker-compose.yml
metasploit-framework.gemspec Bump payloads to 2.0.97 2022-09-30 12:10:15 -05:00
msf-json-rpc.ru
msf-ws.ru
msfconsole
msfd
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
msfrpcd consolidate the config directory lookups 2022-07-25 15:27:21 -05:00
msfupdate
msfvenom

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://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.