Metasploit Framework
 
 
 
 
 
 
Go to file
Pearce Barry 8de6fa79c1
Tweakz, yo.
2017-09-22 18:49:09 -05:00
.github
app
config
data add pastebin IoT credentials 2017-08-25 08:57:20 -05:00
db
docker move Dockerfile to root 2017-08-28 16:57:28 +02:00
documentation Land #8942 docs for syn port scanner 2017-09-10 10:03:34 -04:00
external cleanup 2017-08-31 18:35:18 +08:00
lib Bump version of framework to 4.16.7 2017-09-08 15:38:22 -07:00
modules Tweakz, yo. 2017-09-22 18:49:09 -05:00
plugins
script
scripts Update scheduleme.rb 2017-08-18 22:27:26 +02:00
spec Update payload specs and sizes 2017-08-31 18:48:56 +08:00
test
tools add tool to dump descriptions 2017-08-24 21:41:46 -04:00
.dockerignore
.gitignore
.gitmodules
.mailmap
.rspec
.rubocop.yml disable redundant return warning, update a couple others 2017-08-13 23:51:52 -04:00
.ruby-gemset
.ruby-version
.simplecov
.travis.yml
.yardopts remove HACKING from yardopts 2017-09-07 02:35:56 -05:00
CODE_OF_CONDUCT.md
CONTRIBUTING.md update references to sourceforge ML 2017-08-20 13:23:54 -05:00
COPYING
Dockerfile remove the first of many robots.rb workarounds 2017-08-28 15:48:09 -05:00
Gemfile disable metasploit-aggregator while we sort out crypttlv updates 2017-08-20 19:05:10 -05:00
Gemfile.local.example
Gemfile.lock Bump version of framework to 4.16.7 2017-09-08 15:38:22 -07:00
LICENSE
LICENSE_GEMS
README.md update references to sourceforge ML 2017-08-20 13:23:54 -05:00
Rakefile
Vagrantfile
docker-compose.yml move Dockerfile to root 2017-08-28 16:57:28 +02:00
metasploit-framework.gemspec bump payloads, add shell expansion for java/android payloads 2017-09-08 13:45:54 -05:00
msfconsole
msfd
msfrpc
msfrpcd
msfupdate
msfvenom

README.md

Metasploit Build Status Code Climate

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.