Go to file
mauricelambert 7c806a8723
Add auxiliary module for DOS IIS Server
2022-03-16 16:53:59 -05:00
.github Add explicit Github action permissions 2022-03-01 19:48:33 +00: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 Land #16303, add Dirty Pipe exploit 2022-03-10 11:16:28 -06:00
db automatic module_metadata_base.json update 2022-03-16 08:56:13 -05:00
docker
docs Generate links to new docs site 2022-02-11 12:55:04 +00:00
documentation Land #16344, Add module for CVE-2022-21999 and More Railgun Definitions 2022-03-16 08:37:05 -05:00
external Remove all the old CVE-2021-1732 data 2022-02-18 15:25:39 -05:00
kubernetes Meterpreter Helm chart tweaks 2021-11-05 15:14:19 +00:00
lib Land #16344, Add module for CVE-2022-21999 and More Railgun Definitions 2022-03-16 08:37:05 -05:00
modules Add auxiliary module for DOS IIS Server 2022-03-16 16:53:59 -05:00
plugins Add corrections from review session 2022-02-15 18:49:46 -06:00
script
scripts Add Meterpreter compatibility resource file 2022-02-13 15:53:44 +00:00
spec Land #16186, Add Python Meterpreter Command Payloads 2022-03-14 17:29:03 -05:00
test add lcat in spec tests 2022-03-05 10:13:32 +05:30
tools Major rework to support redirects 2022-02-16 23:12:55 -06: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 remove ruby 2.5 support 2022-01-10 12:06:44 -06:00
.ruby-gemset
.ruby-version bump ruby 3.0 2021-12-01 12:02:59 -06:00
.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 Install mingw in Docker 2022-03-08 17:43:51 +00:00
Gemfile Use latest ruby_smb release 2022-03-08 23:52:24 +00:00
Gemfile.local.example
Gemfile.lock Bump version of framework to 6.1.34 2022-03-10 12:05:16 -06:00
LICENSE
LICENSE_GEMS Bump version of framework to 6.1.34 2022-03-10 12:05:16 -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 move web service api code into library path 2021-08-09 12:22:43 -05:00
msfd
msfdb make msf_cmd syntax more maintainable 2022-01-05 10:47:58 +05:30
msfrpc
msfrpcd
msfupdate
msfvenom Generate machine readable msfvenom output when pipes are used 2021-05-26 11:13:49 +01:00

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.