Metasploit Framework
 
 
 
 
 
 
Go to file
William Vu e2f5cc05c6
Land #4782, MSB reference fix
In ms13_022_silverlight_script_object title.
2015-02-18 03:44:15 -06:00
app
config
data Land #4726, X360 Software actvx buffer overflow 2015-02-17 11:41:23 -06:00
db Update to latest metasploit dependencies 2015-02-10 14:01:49 -06:00
documentation
external expound on java signer build instructions 2015-02-12 16:13:08 -06:00
features The get command too 2015-01-28 12:59:51 -06:00
lib Land #4780, stop HTTP service with HTTP handler 2015-02-18 03:34:03 -06:00
modules The MSB reference in the title is wrong 2015-02-17 14:56:14 -06:00
plugins Land #4690 - Update Nessus plugin to support the latest REST API 2015-02-13 12:46:01 -06:00
script
scripts Add RC script for auto payload generation to starting a handler 2015-02-12 12:23:34 -06:00
spec Fix namespaces in specs 2015-02-10 12:00:04 -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 Add new comment about post-merge hook 2015-02-11 13:48:13 -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 Land #4743 - Bump met bins, update Linux bins. 2015-02-11 08:21:23 +10:00
HACKING
LICENSE
README.md Fix README.md Travis badge 2015-02-06 15:18:11 -06:00
Rakefile
metasploit-framework-db.gemspec Update to latest metasploit dependencies 2015-02-10 14:01:49 -06:00
metasploit-framework-full.gemspec
metasploit-framework-pcap.gemspec
metasploit-framework.gemspec Land #4743 - Bump met bins, update Linux bins. 2015-02-11 08:21:23 +10:00
msfbinscan
msfcli
msfconsole
msfd
msfelfscan
msfencode
msfmachscan
msfpayload
msfpescan
msfrop
msfrpc
msfrpcd
msfupdate
msfvenom Change "Options for" line to stderr 2015-01-29 13:38:29 -06: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.