Go to file
adfoster-r7 ad2fab6fee
Land #16153, read full response on smtp send/recv
2022-03-04 01:24:46 +00:00
.github
app
config
data Land #16103, LPE in polkit's pkexec (CVE-2021-4034) 2022-03-03 09:24:11 -05:00
db automatic module_metadata_base.json update 2022-03-03 15:29:29 -06:00
docker
docs
documentation Land #16245, pfSense Authenticated File Write (CVE-2021-41282) 2022-03-03 15:08:34 -06:00
external Remove all the old CVE-2021-1732 data 2022-02-18 15:25:39 -05:00
kubernetes
lib Land #16153, read full response on smtp send/recv 2022-03-04 01:24:46 +00:00
modules Land #16153, read full response on smtp send/recv 2022-03-04 01:24:46 +00:00
plugins
script
scripts
spec Land #16153, read full response on smtp send/recv 2022-03-04 01:24:46 +00:00
test Land #16197, Fix Meterpreter module tests on Windows host 2022-02-22 14:43:01 +00:00
tools Major rework to support redirects 2022-02-16 23:12:55 -06:00
.dockerignore
.gitignore
.gitmodules
.mailmap
.rspec
.rubocop.yml
.ruby-gemset
.ruby-version
.simplecov
.yardopts
CODE_OF_CONDUCT.md
CONTRIBUTING.md
COPYING
CURRENT.md
Dockerfile
Gemfile
Gemfile.local.example
Gemfile.lock Bump version of framework to 6.1.33 2022-03-03 12:04:36 -06:00
LICENSE
LICENSE_GEMS Bump version of framework to 6.1.33 2022-03-03 12:04:36 -06:00
README.md
Rakefile
Vagrantfile
docker-compose.override.yml
docker-compose.yml
metasploit-framework.gemspec Update metasploit-payloads gem to 2.0.77 2022-03-01 16:17:45 -05:00
msf-json-rpc.ru
msf-ws.ru
msfconsole
msfd
msfdb
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.