Metasploit Framework
 
 
 
 
 
 
Go to file
OJ fca4d852a1 Remove the passing on off listen socket values 2015-04-28 13:51:48 +10:00
app
config
data Dont fork on OSX 2015-04-17 11:43:07 +01:00
db
documentation
external Add module for CVE-2015-0556 2015-04-15 14:08:16 -05:00
features
lib Remove the passing on off listen socket values 2015-04-28 13:51:48 +10:00
modules Initial work on x64 payloads for new config 2015-04-26 13:41:31 +10:00
plugins Correct YARD doc comments 2015-04-02 16:14:25 +05:00
script
scripts Fix persistence script to support x64 payloads 2015-04-19 12:41:51 +10:00
spec Fixed specs, though they did run fine locally! 2015-04-23 10:09:58 +10:00
test
tools Consolidate on one check and fix false positives 2015-04-16 18:01:28 -05:00
.gitignore
.gitmodules
.mailmap
.rspec
.rubocop.yml
.ruby-gemset
.ruby-version
.simplecov
.travis.yml Set postgres version for Travis to 9.3 2015-04-09 17:16:37 -05:00
.yardopts
CONTRIBUTING.md
COPYING
Gemfile
Gemfile.local.example
Gemfile.lock Land #5166, update redcarpet for XSS vuln 2015-04-20 22:09:16 -05:00
HACKING
LICENSE
README.md
Rakefile
metasploit-framework-db.gemspec Update metasploit gem dependencies to released versions 2015-04-15 13:06:33 -05:00
metasploit-framework-full.gemspec
metasploit-framework-pcap.gemspec
metasploit-framework.gemspec bump meterpreter_bins to 0.0.22 2015-04-16 22:21:12 -05:00
msfbinscan
msfcli
msfconsole
msfd
msfelfscan
msfencode
msfmachscan
msfpayload
msfpescan
msfrop
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.