Metasploit Framework
 
 
 
 
 
 
Go to file
g0tmi1k 8463ed99b0 Add standardised header comments 2018-03-20 11:33:34 +00:00
.github
app
config
data Land #9491, remove extra HTML from doc templates 2018-02-02 18:15:02 -05:00
db
docker
documentation Land #9489, Add scanner for the Bleichenbacker oracle (AKA: ROBOT) 2018-02-08 12:55:02 -06:00
external apple_ios/aarch64/shell_reverse_tcp 2017-12-19 15:42:21 +08:00
lib Add standardised header comments 2018-03-20 11:33:34 +00:00
modules Land #9525, Update mysql_hashdump for MySQL 5.7 and above 2018-02-08 13:56:26 -06:00
plugins
script
scripts
spec add missing payload tests 2018-01-25 11:09:41 -06:00
test
tools Add standardised header comments 2018-03-20 11:33:34 +00:00
.dockerignore
.gitignore Land #9220, Module cache improvements 2018-01-17 22:34:51 -06:00
.gitmodules
.mailmap Add mkienow to the mailmap 2018-01-07 18:00:21 -05:00
.rspec
.rubocop.yml
.ruby-gemset
.ruby-version bump travis and rvm ruby versions 2018-01-28 03:09:34 -06:00
.simplecov
.travis.yml bump travis and rvm ruby versions 2018-01-28 03:09:34 -06:00
.yardopts
CODE_OF_CONDUCT.md
CONTRIBUTING.md Fix small grammar issues in ms08_067 and ms17_010 2018-01-15 19:32:44 -08:00
COPYING Update COPYING 2018-01-09 00:01:35 -06:00
CURRENT.md add CURRENT.md to track major changes and how to migrate with them 2018-01-18 06:35:53 -06:00
Dockerfile update dockerfile to include newer 2018-01-28 02:47:09 -06:00
Gemfile
Gemfile.local.example
Gemfile.lock update payload to flush process channel buffers on exit 2018-02-07 08:04:34 -06:00
LICENSE Vendor async_timeout 2018-01-22 22:12:28 -06:00
LICENSE_GEMS
README.md
Rakefile
Vagrantfile
docker-compose.override.yml
docker-compose.yml
metasploit-framework.gemspec update payload to flush process channel buffers on exit 2018-02-07 08:04:34 -06:00
msfconsole
msfd
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.