Go to file
Metasploit e1e39ad5bc
automatic module_metadata_base.json update
2023-02-21 15:44:56 -06:00
.github Land #17426, Update all references to old Wiki to point to new docs site 2023-02-01 23:49:20 +00:00
app
config future proof legacy connection 2023-01-23 10:03:32 -06:00
data Add a README file with some basic information 2023-02-09 15:09:50 -05:00
db automatic module_metadata_base.json update 2023-02-21 15:44:56 -06:00
docker
docs Add module information to docs site 2023-02-14 13:10:03 +00:00
documentation Add module docs 2023-02-15 16:29:42 -05:00
external Land #17371, Lenovo Diagnostics Driver Privilege Escalation (CVE-2022-3699) 2023-02-03 13:43:04 +00:00
kubernetes
lib fixing case insensitive issue for show options #17459 2023-02-18 05:51:46 +00:00
modules Land #17652, module for pyload js2py exploit 2023-02-21 16:27:04 -05: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 Update basic discovery script database connection 2023-02-20 09:42:59 +00:00
spec Add ul_type 12 (UPN and DNS info) to pac bindata 2023-02-07 23:14:00 +00:00
test Test and handle REG_QWORD 2022-09-20 16:31:54 -04:00
tools Land #17591, Fix metasm_shell by requiring readline 2023-02-03 15:14:32 -06:00
.dockerignore
.git-blame-ignore-revs
.gitignore
.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 Update rubocop rules for moules 2023-02-08 15:18:25 +00:00
.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 Fix up links within Wiki site to make them relative links where possible 2023-01-27 10:09:02 -06:00
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 Bump version of framework to 6.3.4 2023-02-16 12:12:20 -06:00
LICENSE Fixed license 2023-02-02 11:10:06 -05:00
LICENSE_GEMS Bump version of framework to 6.3.4 2023-02-16 12:12:20 -06: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
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.