Go to file
Metasploit b922bb533b
automatic module_metadata_base.json update
2023-02-01 11:15:51 -06:00
.github Land #17559, add support for Ruby 3.2 2023-01-31 13:45:51 +00:00
app
config future proof legacy connection 2023-01-23 10:03:32 -06:00
data Rapid7 compiled binary 2023-02-01 10:08:13 -05:00
db automatic module_metadata_base.json update 2023-02-01 11:15:51 -06:00
docker
docs add GSoC 2023 to navigation 2023-01-31 11:00:26 -06:00
documentation cve-2022-1043 2023-01-31 16:02:25 -05:00
external updates to module 2023-01-31 20:05:33 -05:00
kubernetes
lib Land #17574, Use the new NDR types in RubySMB v3.2.4 2023-02-01 12:02:47 +00:00
modules Land #17564, Fixed AnyConnect IPC message format 2023-02-01 16:34:44 +00:00
plugins plugins/bescure: Replace 'initheaders' Hash key with Hash in Net::HTTP::Post.new calls 2023-01-30 22:11:21 +11:00
script
scripts Land #16930, dev_checks: Add additional checks 2022-09-15 10:50:00 -04:00
spec Land #17444, Fix parsing of module options with special characters 2023-01-31 10:42:16 -06:00
test Test and handle REG_QWORD 2022-09-20 16:31:54 -04:00
tools Land #17460, add support for feature kerberos authentication 2023-01-26 17:47:27 +00:00
.dockerignore
.git-blame-ignore-revs
.gitignore Add in Visual Studio Code .vscode directory to .gitignore 2022-08-31 19:44:49 -05:00
.gitmodules
.mailmap Remove wvu from list at his request, and move past contributors to appropriate section 2023-01-05 09:13:51 -06:00
.rspec
.rubocop.yml
.ruby-gemset
.ruby-version Update Ruby version to 3.0.5 from 3.0.2 to fix security issues and compatibility 2022-12-08 13:58:46 -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 Update Ruby version in Dockerfile 2022-12-08 14:59:58 -06:00
Gemfile update to released Rails 7 supported deps 2023-01-23 09:58:22 -06:00
Gemfile.local.example
Gemfile.lock Use the new NDR types in RubySMB v3.2.4 2023-01-31 10:08:27 -05:00
LICENSE updates to module 2023-01-31 20:05:33 -05:00
LICENSE_GEMS Use the new NDR types in RubySMB v3.2.4 2023-01-31 10:08:27 -05:00
README.md Remove references to Travis CI since we no longer use it and now use GitHub Actions 2023-01-17 10:28:21 -06:00
Rakefile
Vagrantfile
docker-compose.override.yml
docker-compose.yml
metasploit-framework.gemspec Land #17291, Add support for rails 7 2023-01-26 11:50:29 -06: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 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.