Go to file
Brent Cook 52af87d278
Land #11091, add chronos user
2018-12-09 09:24:06 -06:00
.github
app
config
data Fix #11084 Add 'chronos' to unix_users.txt 2018-12-09 09:58:58 -05:00
db automatic module_metadata_base.json update 2018-12-08 07:59:36 -08:00
docker
documentation Land #10964, add initial golang modules for enumerating owa/o365 2018-12-04 10:33:37 -06:00
external
lib Land #11081, Add Msf::Post::Linux::Kernel.lkrg_installed? method 2018-12-08 09:14:57 -06:00
modules Land #11080, update mettle payloads 2018-12-08 09:51:37 -06:00
plugins
script
scripts
spec
test
tools
.dockerignore
.gitignore
.gitmodules
.mailmap
.rspec
.rubocop.yml
.ruby-gemset
.ruby-version
.simplecov
.travis.yml
.yardopts
CODE_OF_CONDUCT.md
CONTRIBUTING.md
COPYING
CURRENT.md
Dockerfile
Gemfile
Gemfile.local.example
Gemfile.lock update mettle payloads 2018-12-06 21:16:41 -06:00
LICENSE
LICENSE_GEMS
README.md
Rakefile
Vagrantfile
docker-compose.override.yml
docker-compose.yml
metasploit-framework.gemspec update mettle payloads 2018-12-06 21:16:41 -06:00
msf-json-rpc.ru
msfconsole
msfd
msfdb
msfdb_ws
msfrpc
msfrpcd
msfupdate
msfvenom

README.md

Metasploit Build Status Code Climate 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.