Go to file
Spencer McIntyre bdb497ddd4 Dedent the websocket module 2021-11-05 10:41:07 -04:00
.github Remove ruby3 label automation 2021-09-07 14:53:16 +01:00
app deprecated model error pattern 2021-08-09 12:16:12 -05:00
config remove laoder initializer 2021-08-09 12:16:12 -05:00
data duplicator add check_plugin line 2021-10-29 17:22:12 -04:00
db automatic module_metadata_base.json update 2021-11-01 07:53:11 -05:00
docker
documentation Land #15765, wordpress plugin bulletproofsecurity info disclosure (cve-2021-39327) 2021-10-29 18:33:51 +02:00
external Add PoC for CVE-2021-22555 Netfilter Priv Escalation 2021-10-04 16:48:23 +01:00
lib Dedent the websocket module 2021-11-05 10:41:07 -04:00
modules duplicator add check_plugin line 2021-10-29 17:22:12 -04:00
plugins Add quick fix for alias tab completion; Aliases most likely needs to be implemented differently 2021-08-25 19:58:54 +01:00
script
scripts Fix Meterpreter spelling mistake 2021-10-12 23:40:43 +01:00
spec Fix partial bindata reads within web sockets 2021-11-02 17:13:13 -04:00
test Land #15773, Add kubernetes testing resources 2021-10-21 11:22:54 -04:00
tools Fix bug where refs are not checked if the notes section is before refs 2021-10-05 14:44:40 -05:00
.dockerignore
.gitignore Add tests for aux and exploit cmd_check and cmd_run 2021-07-08 17:32:52 +01:00
.gitmodules
.mailmap Add Simon Janusz to mail map 2021-07-13 10:38:50 +01:00
.rspec
.rubocop.yml Autofix module info hash values on the same line 2021-08-27 16:39:49 +01:00
.ruby-gemset
.ruby-version
.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 add pip3 to docker image support 2021-09-07 13:48:29 -05:00
Gemfile
Gemfile.local.example
Gemfile.lock Bump version of framework to 6.1.13 2021-10-28 12:10:01 -05:00
LICENSE
LICENSE_GEMS Bump version of framework to 6.1.13 2021-10-28 12:10:01 -05:00
README.md
Rakefile
Vagrantfile
docker-compose.override.yml
docker-compose.yml
metasploit-framework.gemspec gemspec should match lock file mettle version 2021-10-19 10:18:06 -05:00
msf-json-rpc.ru
msf-ws.ru
msfconsole move web service api code into library path 2021-08-09 12:22:43 -05:00
msfd
msfdb Ensure msfdb reinit can be used for starting the database 2021-06-18 09:13:48 +01:00
msfrpc
msfrpcd
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://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.