Metasploit Framework
 
 
 
 
 
 
Go to file
Gabriel Follon 073cd59cd3 Added qmail_bash_env_exec exploit module, which exploit the ShellShock flaw via Qmail. 2017-05-04 15:44:18 +02:00
.github Add documentation requirement to PR template 2017-04-05 10:03:05 -04:00
app
config
data Quick Ghostscript module based on the public PoC 2017-04-28 09:56:52 -05:00
db
docker remove comment 2017-04-22 02:13:20 +02:00
documentation land #8320, docs for ftp_login 2017-04-30 08:15:56 -04:00
external
features
lib Land #8307, Add lib for writing Python modules 2017-05-02 15:53:13 -05:00
modules Added qmail_bash_env_exec exploit module, which exploit the ShellShock flaw via Qmail. 2017-05-04 15:44:18 +02:00
plugins improve aggregator session listings 2017-04-19 14:12:21 -05:00
script
scripts update meterpreter scripts to check the right prerequisites 2017-04-25 23:31:39 -05:00
spec update specs 2017-04-26 17:06:35 -05:00
test
tools move mettle payloads to meterpreter, add reverse_http/s stageless 2017-04-26 17:06:34 -05:00
.dockerignore more docker work 2017-04-22 02:10:00 +02:00
.gitignore move common json-rpc bits to a library 2017-04-26 18:08:08 -05:00
.gitmodules
.mailmap
.rspec
.rubocop.yml
.ruby-gemset
.ruby-version add ruby 2.1-2.4, update gems with in-flight 2.4 fixes 2017-04-04 04:06:35 -05:00
.simplecov
.travis.yml try to fix travis 2017-04-22 02:33:33 +02:00
.yardopts
CODE_OF_CONDUCT.md
CONTRIBUTING.md
COPYING
Gemfile bump to prerelease rubyntlm to get rid of Ruby 2.4 warning msgs. 2017-04-14 14:06:19 -05:00
Gemfile.local.example
Gemfile.lock Bump version of framework to 4.14.16 2017-05-02 11:11:20 -07:00
HACKING
LICENSE move gem licenses to a separate auto-generated file 2017-04-07 11:49:58 -05:00
LICENSE_GEMS move gem licenses to a separate auto-generated file 2017-04-07 11:49:58 -05:00
README.md
Rakefile changing the rake spec task to auto run db:test:prepare 2017-04-12 13:16:21 -05:00
Vagrantfile
docker-compose.yml more docker work 2017-04-22 02:10:00 +02:00
metasploit-framework.gemspec update mettle 2017-04-26 18:00:50 -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: http://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: https://lists.sourceforge.net/lists/listinfo/metasploit-hackers

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.