Metasploit Framework
 
 
 
 
 
 
Go to file
HD Moore 7c207a7c65 Merge branch 'master' of github.com:rapid7/metasploit-framework 2015-04-27 16:34:45 -05:00
app
config Ensure logging in ~/.msf4/log 2015-01-07 09:37:07 -06:00
data Lands #5194, merges in PowerShell session support & initial payloads 2015-04-26 16:01:51 -05:00
db Really truly update schema for reals 2015-03-30 18:35:17 -05:00
documentation
external Add module for CVE-2015-0556 2015-04-15 14:08:16 -05:00
features Update help.feature 2015-02-20 21:23:02 -06:00
lib Reverts #4989, support for file: is handled in the options again 2015-04-27 16:07:43 -05:00
modules Land #5198, WordPress contus video gallery 2.7 scanner 2015-04-27 23:24:57 +02:00
plugins Fix indentation 2015-04-24 11:03:31 -05:00
script
scripts Fix persistence script to support x64 payloads 2015-04-19 12:41:51 +10:00
spec Lands #5194, merges in PowerShell session support & initial payloads 2015-04-26 16:01:51 -05:00
test Delete print_debug/vprint_debug 2015-04-21 11:14:03 -05:00
tools Add msftidy check for datastore option DEBUG usage 2015-04-21 12:22:24 -05:00
.gitignore Ignore all the DLLs 2015-03-20 13:12:48 +10:00
.gitmodules
.mailmap Add the most recent alias joe uses 2015-03-11 12:28:51 -05:00
.rspec
.rubocop.yml
.ruby-gemset
.ruby-version Default Ruby 2.1.5 for everyone 2015-01-02 11:33:36 -06:00
.simplecov
.travis.yml Set postgres version for Travis to 9.3 2015-04-09 17:16:37 -05:00
.yardopts
CONTRIBUTING.md Revert a couple of the suggested edits 2015-03-30 12:04:15 -05:00
COPYING Happy new year! 2014-12-31 12:12:45 -06:00
Gemfile Update to latest Mdm 2015-03-30 13:48:21 -05:00
Gemfile.local.example
Gemfile.lock Land #5166, update redcarpet for XSS vuln 2015-04-20 22:09:16 -05:00
HACKING
LICENSE Remove LORCON from LICENSE 2015-02-26 14:53:23 -06:00
README.md Update README.md 2015-03-29 01:08:06 -10:00
Rakefile
metasploit-framework-db.gemspec Update metasploit gem dependencies to released versions 2015-04-15 13:06:33 -05:00
metasploit-framework-full.gemspec Make the version constraint a range 2014-12-19 13:54:13 -06:00
metasploit-framework-pcap.gemspec
metasploit-framework.gemspec bump meterpreter_bins to 0.0.22 2015-04-16 22:21:12 -05:00
msfbinscan Fix typo in msfbinscan 2014-12-18 02:43:24 +01:00
msfcli Add deprecation warning to msfcli, 6 months 2014-12-18 09:39:50 -06:00
msfconsole
msfd
msfelfscan
msfencode Add a link to PR #4333 in the message 2014-12-09 13:04:35 -06:00
msfmachscan
msfpayload Add a link to PR #4333 in the message 2014-12-09 13:04:35 -06:00
msfpescan
msfrop
msfrpc Change {} back to do/end 2015-03-09 00:00:49 -05:00
msfrpcd Revert #4859, temporary solution for unbreaking client 2015-02-28 14:07:26 -06:00
msfupdate
msfvenom Bring in #5027 for only a couple edits 2015-03-30 12:08:52 -05:00

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.