Metasploit Framework
 
 
 
 
 
 
Go to file
m-1-k-3 819a49b28a msftidy again 2015-03-12 19:09:52 +01:00
app
config
data Land #4898, prefer URI to open-uri 2015-03-09 09:14:10 -05: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 Land #4894: hmoore-r7 cache payload sizes on start 2015-03-09 23:06:55 -05:00
modules msftidy again 2015-03-12 19:09:52 +01:00
plugins Land #4858, RPC client true/truthy fix 2015-03-09 11:35:57 -05:00
script
scripts Land #3650, the last Meterpreter script ever. 2015-02-18 16:21:00 -06:00
spec Final cleanup, passing specs 2015-03-09 15:50:57 -05:00
test
tools Land #4875, rm some old and crufty tools 2015-03-10 00:02:04 -05: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
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 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 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.