Go to file
Michael-ZecOps 5877c79538
Force stack alignment
2020-08-14 01:16:20 +03:00
.github Add needs issue template bot responses 2020-07-20 15:59:38 +01:00
app Rails 5 file validator need guard for `nil` 2020-07-31 11:56:49 -05:00
config remove rails_bigdecimal_fix with rails 5 bump 2020-07-31 11:56:50 -05:00
data Land #13935, Preliminary Version 6 2020-08-06 10:19:34 -05:00
db automatic module_metadata_base.json update 2020-08-07 15:24:45 -05:00
docker
documentation Land #13860,Mikrotik Processing 2020-08-07 14:48:22 -05:00
external Merge upstream into 6.x 2020-07-15 09:58:07 -05:00
lib Force stack alignment 2020-08-14 01:16:20 +03:00
modules Land #13957, allow dns server on different port 2020-08-07 16:15:17 -04:00
plugins creates standard elog & updates exisiting usages 2020-06-22 12:48:39 +01:00
script
scripts
spec Land #13860,Mikrotik Processing 2020-08-07 14:48:22 -05:00
test Update modules to reference COMMAND IDs not strings 2020-06-09 11:38:14 +10:00
tools Apply RuboCop fixes to tools/dev/check_external_scripts.rb 2020-08-05 11:48:55 -05:00
.dockerignore
.gitignore
.gitmodules
.mailmap
.rspec
.rubocop.yml Remove safe navigation rubocop rule 2020-04-27 18:04:33 +01:00
.ruby-gemset
.ruby-version
.simplecov
.travis.yml
.yardopts
CODE_OF_CONDUCT.md
CONTRIBUTING.md
COPYING
CURRENT.md
Dockerfile
Gemfile Update rubocop version 2020-07-07 19:19:37 +01:00
Gemfile.local.example
Gemfile.lock Add WrappedTable support with feature flag integration 2020-08-07 16:42:54 +01:00
LICENSE
LICENSE_GEMS Bump version of framework to 6.0.1 2020-08-06 12:05:29 -05:00
README.md
Rakefile
Vagrantfile
docker-compose.override.yml
docker-compose.yml
metasploit-framework.gemspec Land #13935, Preliminary Version 6 2020-08-06 10:19:34 -05:00
msf-json-rpc.ru Update msf json rpc file path to be relative 2020-05-11 11:59:35 +01:00
msf-ws.ru
msfconsole silence warnings for all users 2020-05-05 12:34:44 +01:00
msfd
msfdb
msfrpc
msfrpcd
msfupdate
msfvenom Add ZSH autocomplete features per @smcintyre-r7's request 2020-06-12 10:44:50 -05: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.