Metasploit Framework
 
 
 
 
 
 
Go to file
wchen-r7 bf34ceeb76 Update gem metasploit-payloads to 1.1.8 2016-04-27 15:24:44 -05:00
.github
app Revert #6748, premature Gemfile* changes 2016-04-06 14:52:22 -05:00
config
data Land #6825, Fixed borders on code boxes 2016-04-27 11:59:52 -07:00
db
documentation Finish up autoroute.md 2016-04-17 18:23:30 -05:00
external Kill defanged mode 2016-03-28 09:02:07 -05:00
features
lib Land #6814, move stdapi to exist? 2016-04-24 13:41:11 -04:00
modules Fix typo 2016-04-26 15:26:22 -05:00
plugins Land #6794, Fixed yard doc errors 2016-04-21 13:16:45 -05:00
script
scripts File.exists? must die 2016-04-21 00:47:07 -04:00
spec Apparently super doesn't work the same here in 2.3 2016-04-26 10:35:41 -05:00
test Modify stdapi so it also uses exist? over exists? for ruby parity 2016-04-23 17:31:22 -04:00
tools File.exists? must die 2016-04-21 00:47:07 -04:00
.gitignore
.gitmodules
.mailmap Update mailmap for Steven Seeley 2016-03-22 12:45:28 -05:00
.rspec
.rubocop.yml
.ruby-gemset
.ruby-version bump ruby version 2016-03-31 23:40:15 +02:00
.simplecov
.travis.yml revert travis.yml for now 2016-04-01 16:07:07 +02:00
.yardopts
CODE_OF_CONDUCT.md
CONTRIBUTING.md
COPYING
Gemfile Revert #6748, premature Gemfile* changes 2016-04-06 14:52:22 -05:00
Gemfile.local.example
Gemfile.lock Update gem metasploit-payloads to 1.1.8 2016-04-27 15:24:44 -05:00
HACKING
LICENSE
README.md
Rakefile
metasploit-framework.gemspec Revert #6748, premature Gemfile* changes 2016-04-06 14:52:22 -05:00
msfbinscan
msfconsole
msfd
msfelfscan
msfmachscan
msfpescan
msfrop
msfrpc
msfrpcd
msfupdate File.exists? must die 2016-04-21 00:47:07 -04:00
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.