Metasploit Framework
 
 
 
 
 
 
Go to file
Brent Cook 52086308b3 bump to metasploit-payloads 1.0.4 2015-07-01 00:22:54 -05:00
app
config Update database.yml.example to ref MSF-DEV 2015-06-16 11:05:03 -05:00
data Update exploit binaries for ms15-051 2015-06-25 09:33:15 +10:00
db
documentation
external Support older targets x86 for MS15-051 2015-06-25 09:33:15 +10:00
features Capitalized 'Accepted' 2015-06-16 19:42:32 +01:00
lib Merge branch 'upstream/master' into android-java-transport-refactor 2015-06-26 14:12:56 +10:00
modules Java config wiring, tweak to include block counts 2015-06-26 13:59:09 +10:00
plugins Check for a nil header value 2015-06-02 18:31:48 -04:00
script
scripts More inconsistencies 2015-06-12 21:59:15 +01:00
spec Land #5570, @todb-r7 Removes references to Iconv gem, since it's deprecated 2015-06-19 17:19:03 -05:00
test Update drupal_views_user_enum 2015-06-16 00:02:02 -05:00
tools
.gitignore remove android meterpreter bins, update to payloads 1.0.2 2015-06-01 09:14:31 -05:00
.gitmodules
.mailmap
.rspec
.rubocop.yml
.ruby-gemset
.ruby-version
.simplecov
.travis.yml restrict git diff filter to something travis can expand 2015-05-29 11:34:25 -05:00
.yardopts
CONTRIBUTING.md
COPYING
Gemfile Handle content-type weirdness from Anemone 2015-06-23 14:08:23 -05:00
Gemfile.local.example
Gemfile.lock bump to metasploit-payloads 1.0.4 2015-07-01 00:22:54 -05:00
HACKING
LICENSE
README.md
Rakefile
metasploit-framework-db.gemspec Handle content-type weirdness from Anemone 2015-06-23 14:08:23 -05:00
metasploit-framework-full.gemspec
metasploit-framework-pcap.gemspec
metasploit-framework.gemspec bump to metasploit-payloads 1.0.4 2015-07-01 00:22:54 -05:00
msfbinscan
msfcli Fix inconstancy - multi/handler 2015-06-12 21:23:51 +01:00
msfconsole
msfd
msfelfscan
msfmachscan
msfpescan
msfrop
msfrpc
msfrpcd
msfupdate
msfvenom Resolve #4889, Improve msfvenom -h 2015-05-29 10:34:12 -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.