Go to file
Grant Willcox 5a8cf3ea95
Add corrections from review session
2022-02-15 18:49:46 -06:00
.github remove ruby 2.5 support 2022-01-10 12:06:44 -06:00
app
config
data add more smarts to nolog for jtr 2022-01-17 15:33:41 -05:00
db automatic module_metadata_base.json update 2022-02-13 06:30:51 -06:00
docker
docs Generate links to new docs site 2022-02-11 12:55:04 +00:00
documentation Land #16150, add nagios xi web shell upload 2022-02-11 11:45:06 -06:00
external Authors cleanup 2021-12-29 10:56:44 -05:00
kubernetes
lib Land #16173, Add readline option to msfconsole 2022-02-14 16:11:15 +00:00
modules Land #16174, fix specifying the mode on File.read for ruby 3 on multiple modules 2022-02-13 12:08:13 +00: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 Add the ClaimsPrincipal .NET gadget chain 2022-02-09 14:38:51 -05:00
test Fix search path date test for osx 2022-02-12 22:23:18 +00:00
tools
.dockerignore
.gitignore
.gitmodules
.mailmap
.rspec
.rubocop.yml remove ruby 2.5 support 2022-01-10 12:06:44 -06:00
.ruby-gemset
.ruby-version
.simplecov
.yardopts
CODE_OF_CONDUCT.md
CONTRIBUTING.md
COPYING
CURRENT.md
Dockerfile
Gemfile Update Gemfile to pull the new ruby_smb gem and add progress indicator 2022-01-03 21:39:54 +01:00
Gemfile.local.example
Gemfile.lock Bump rex-powershell 2022-02-14 11:19:17 +00:00
LICENSE
LICENSE_GEMS bump metasploit-payloads to 2.0.74 2022-02-12 06:19:14 +00:00
README.md
Rakefile
Vagrantfile
docker-compose.override.yml
docker-compose.yml
metasploit-framework.gemspec bump metasploit-payloads to 2.0.74 2022-02-12 06:19:14 +00:00
msf-json-rpc.ru
msf-ws.ru
msfconsole
msfd
msfdb make msf_cmd syntax more maintainable 2022-01-05 10:47:58 +05:30
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.