Metasploit Framework
 
 
 
 
 
 
Go to file
William Vu 93f154b395
Land #5695, SMTPDeliver STARTTLS unspecific SSL
2015-07-13 18:54:41 +00:00
app
config Update database.yml.example to ref MSF-DEV 2015-06-16 11:05:03 -05:00
data Put again old exploiter 2015-07-11 00:36:32 -05:00
db
documentation
external Put again old exploiter 2015-07-11 00:36:32 -05:00
features Capitalized 'Accepted' 2015-06-16 19:42:32 +01:00
lib Land #5695, SMTPDeliver STARTTLS unspecific SSL 2015-07-13 18:54:41 +00:00
modules Land #5702, vprint_* optional parameter 2015-07-13 18:47:22 +00:00
plugins
script
scripts More inconsistencies 2015-06-12 21:59:15 +01:00
spec update framework version spec 2015-07-06 10:42:48 -05:00
test Minor cleanups on recent modules 2015-06-26 12:18:33 -05:00
tools
.gitignore
.gitmodules
.mailmap
.rspec
.rubocop.yml
.ruby-gemset
.ruby-version
.simplecov
.travis.yml
.yardopts
CONTRIBUTING.md
COPYING
Gemfile Handle content-type weirdness from Anemone 2015-06-23 14:08:23 -05:00
Gemfile.local.example
Gemfile.lock update to metasploit-payloads 1.0.7 2015-07-13 00:13:02 -05:00
HACKING
LICENSE
README.md
Rakefile
metasploit-framework-db.gemspec locking the r7 managed gems to specific versions 2015-07-02 14:16:02 -05:00
metasploit-framework-full.gemspec
metasploit-framework-pcap.gemspec
metasploit-framework.gemspec update to metasploit-payloads 1.0.7 2015-07-13 00:13:02 -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

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.