1
mirror of https://github.com/rapid7/metasploit-framework synced 2024-10-09 04:26:11 +02:00
Go to file
2022-08-08 17:36:12 +10:00
.github Support OpenSSL3 and run Ubuntu 22.04 in test matrix 2022-08-03 15:49:53 +01:00
app
config Support OpenSSL3 and run Ubuntu 22.04 in test matrix 2022-08-03 15:49:53 +01:00
data Fix default LDAP query descriptions due to some typos 2022-07-22 12:13:14 -05:00
db automatic module_metadata_base.json update 2022-08-05 14:41:49 -05:00
docker
docs update docs for Pro links 2022-07-11 10:09:24 -05:00
documentation Land #16800, Add support for OpenSSL 3 2022-08-05 14:20:51 -05:00
external
kubernetes
lib Deprecate credcollect script 2022-08-08 17:35:55 +10:00
modules Land #16800, Add support for OpenSSL 3 2022-08-05 14:20:51 -05:00
plugins consolidate the config directory lookups 2022-07-25 15:27:21 -05:00
script
scripts Remove scripts/meterpreter/credcollect.rb 2022-08-08 17:36:12 +10:00
spec Add warning if OPENSSL_CONF is already present 2022-08-05 15:45:50 +01: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
.gitignore
.gitmodules
.mailmap
.rspec
.rubocop.yml
.ruby-gemset
.ruby-version
.simplecov
.yardopts
CODE_OF_CONDUCT.md
CONTRIBUTING.md
COPYING
CURRENT.md
docker-compose.override.yml
docker-compose.yml
Dockerfile
Gemfile Change permissions on gemfile 2022-08-05 14:47:30 +01:00
Gemfile.local.example
Gemfile.lock Land #16800, Add support for OpenSSL 3 2022-08-05 14:20:51 -05:00
LICENSE
LICENSE_GEMS Bump version of framework to 6.2.12 2022-08-04 12:05:15 -05:00
metasploit-framework.gemspec Update metasploit payloads to 2.0.94 2022-06-23 18:46:51 +02: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
Rakefile
README.md
Vagrantfile

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.