Go to file
Metasploit 085720c284
automatic module_metadata_base.json update
2021-03-11 12:13:46 -06:00
.github
app
config
data First attempt at CVE-2020-7200 module, with RuboCopped module 2021-03-02 16:38:19 -06:00
db automatic module_metadata_base.json update 2021-03-11 12:13:46 -06:00
docker
documentation Land #14846, add HPE SIM unauth AMF deser rce 2021-03-08 16:50:49 -06:00
external Add source code for generating emp.ser 2021-03-03 10:14:48 -06:00
lib Add autoload for `bindata` 2021-03-10 12:15:18 +00:00
modules Remove redundant rubocop disables 2021-03-11 17:23:44 +00:00
plugins
script
scripts
spec Handle nil versions for rubygems 4 2021-02-25 16:47:49 +00:00
test
tools Rubocop recently landed modules continued 2021-02-25 14:13:40 +00:00
.dockerignore
.gitignore
.gitmodules
.mailmap
.rspec
.rubocop.yml Disable Style/StringConcatenation Rubocop rule 2021-02-25 20:20:38 +00:00
.ruby-gemset
.ruby-version
.simplecov
.yardopts
CODE_OF_CONDUCT.md
CONTRIBUTING.md
COPYING
CURRENT.md
Dockerfile
Gemfile
Gemfile.local.example
Gemfile.lock Remove bit struct 2021-03-10 12:58:09 +00:00
LICENSE
LICENSE_GEMS Bump version of framework to 6.0.34 2021-03-04 12:04:28 -06:00
README.md
Rakefile
Vagrantfile
docker-compose.override.yml
docker-compose.yml
metasploit-framework.gemspec Remove bit struct 2021-03-10 12:58:09 +00:00
msf-json-rpc.ru
msf-ws.ru
msfconsole
msfd
msfdb
msfrpc Remove extra `require` for a now deleted file that no longer exists 2021-03-02 10:57:07 +00:00
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.