Go to file
Metasploit 64807ad757
automatic module_metadata_base.json update
2021-02-24 11:46:34 -06:00
.github Require rubocop for new modules 2021-02-23 23:05:48 +00:00
app
config
data Land #14648, Process Herpaderping evasion module 2021-02-24 11:39:47 -06:00
db automatic module_metadata_base.json update 2021-02-24 11:46:34 -06:00
docker
documentation Land #14648, Process Herpaderping evasion module 2021-02-24 11:39:47 -06:00
external Add kernel file version check to avoid BSOD on Win10 x86 2021-02-15 21:10:10 +01:00
lib Land #14648, Process Herpaderping evasion module 2021-02-24 11:39:47 -06:00
modules Land #14648, Process Herpaderping evasion module 2021-02-24 11:39:47 -06:00
plugins
script
scripts
spec Land #14801, Bump rex-text version to Re add color to search command 2021-02-24 17:04:36 +00:00
test Add a meterpreter test for enumerating core commands 2021-02-19 15:51:39 -06:00
tools Require rubocop for new modules 2021-02-23 23:05:48 +00:00
.dockerignore
.gitignore
.gitmodules
.mailmap
.rspec
.rubocop.yml Require rubocop for new modules 2021-02-23 23:05:48 +00:00
.ruby-gemset
.ruby-version
.simplecov
.yardopts
CODE_OF_CONDUCT.md
CONTRIBUTING.md
COPYING
CURRENT.md
Dockerfile
Gemfile Lock ruby-prof until nightly builds can use c11 2021-02-19 08:42:28 -06:00
Gemfile.local.example
Gemfile.lock Re-add color to search command 2021-02-24 16:28:45 +00:00
LICENSE
LICENSE_GEMS Bump version of framework to 6.0.32 2021-02-18 12:04:28 -06:00
README.md
Rakefile
Vagrantfile
docker-compose.override.yml
docker-compose.yml
metasploit-framework.gemspec Update metasploit-payloads gem to 2.0.34 2021-02-19 12:04:05 -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.