Metasploit Framework
 
 
 
 
 
 
Go to file
jvazquez-r7 1bc81ea723
Merge #4884 into updated master
2015-03-05 16:41:15 -06:00
app
config
data Land #4411, @bcook-r7's support for direct, atomic registry key access in meterpreter 2015-03-04 10:01:33 -06:00
db fix schema.rb again 2015-03-04 14:01:47 -06:00
documentation
external Nuke external LORCON code from orbit 2015-02-26 14:52:01 -06:00
features Update help.feature 2015-02-20 21:23:02 -06:00
lib Merging #3323 work 2015-03-05 15:44:15 -06:00
modules Merge #4884 into updated master 2015-03-05 16:41:15 -06:00
plugins Revert #4823, changes for ruby style guide 2015-02-27 17:28:00 -06:00
script
scripts Land #3650, the last Meterpreter script ever. 2015-02-18 16:21:00 -06:00
spec Update specs 2015-03-05 12:24:41 -06:00
test revert puts back to a vprint call 2015-01-28 16:41:12 -06:00
tools Land #4560, Massive Java RMI update 2015-02-17 10:07:07 -06:00
.gitignore
.gitmodules
.mailmap
.rspec
.rubocop.yml
.ruby-gemset
.ruby-version
.simplecov
.travis.yml removing 1.9.3 from travis 2015-02-18 17:19:01 -06:00
.yardopts
CONTRIBUTING.md Remove Road House reference 2015-01-30 15:14:56 -06:00
COPYING
Gemfile Update to latest metasploit dependencies 2015-02-10 14:01:49 -06:00
Gemfile.local.example
Gemfile.lock fix transient factory bug 2015-03-04 14:58:49 -06:00
HACKING
LICENSE Remove LORCON from LICENSE 2015-02-26 14:53:23 -06:00
README.md Fix README.md Travis badge 2015-02-06 15:18:11 -06:00
Rakefile
metasploit-framework-db.gemspec fix transient factory bug 2015-03-04 14:58:49 -06:00
metasploit-framework-full.gemspec
metasploit-framework-pcap.gemspec
metasploit-framework.gemspec Switch to rb-readline-r7 for now 2015-02-21 11:30:40 -06:00
msfbinscan
msfcli
msfconsole
msfd
msfelfscan
msfencode
msfmachscan
msfpayload
msfpescan
msfrop
msfrpc Revert #4823, changes for ruby style guide 2015-02-27 17:28:00 -06:00
msfrpcd Revert #4823, changes for ruby style guide 2015-02-27 17:28:00 -06:00
msfupdate
msfvenom add trailing newline 2015-02-24 17:53:33 +01: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 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 starting from installing all the dependencies, to cloning the repository, and finally to submitting a pull request. For slightly more info, see Contributing.