Metasploit Framework
 
 
 
 
 
 
Go to file
Spencer McIntyre 6f23e95c14 Fix an endianess issue in pymeterpreter registry_query_value. 2013-10-12 23:39:22 +01:00
config
data Fix an endianess issue in pymeterpreter registry_query_value. 2013-10-12 23:39:22 +01:00
db
documentation Retab all the things (except external/) 2013-09-30 13:47:53 -05:00
external
lib Land #1420, WDS scanner 2013-10-11 16:53:25 -05:00
modules Land #2501 - HP Data Protector Cell Request Service Buffer Overflow 2013-10-12 16:55:48 -05:00
plugins Retab all the things (except external/) 2013-09-30 13:47:53 -05:00
scripts Remove extra bracket 2013-10-08 10:17:08 -05:00
spec Land #2477, add specs for ROPDB 2013-10-10 15:05:52 -05:00
test Retab all the things (except external/) 2013-09-30 13:47:53 -05:00
tools Warn for tabbed indentation 2013-10-01 12:22:46 -05:00
.gitignore New meterpreter binaries for ip resolv feature 2013-09-21 07:12:40 +10:00
.mailmap Add another mailmap for joev. 2013-10-10 10:00:42 -05:00
.rspec
.ruby-gemset
.ruby-version Fixed the .ruby-version file to not have the word "ruby" in it, since 2013-09-20 21:59:31 -05:00
.simplecov
.travis.yml
.yardopts
CONTRIBUTING.md
COPYING
Gemfile Use HTTPS in our Gemfile. 2013-09-20 08:06:48 +07:00
Gemfile.lock Use HTTPS in our Gemfile. 2013-09-20 08:06:48 +07:00
HACKING
LICENSE
README.md
Rakefile
msfbinscan Retab all the things (except external/) 2013-09-30 13:47:53 -05:00
msfcli Retab all the things (except external/) 2013-09-30 13:47:53 -05:00
msfconsole Retab all the things (except external/) 2013-09-30 13:47:53 -05:00
msfd Retab all the things (except external/) 2013-09-30 13:47:53 -05:00
msfelfscan Retab all the things (except external/) 2013-09-30 13:47:53 -05:00
msfencode Retab all the things (except external/) 2013-09-30 13:47:53 -05:00
msfmachscan Retab all the things (except external/) 2013-09-30 13:47:53 -05:00
msfpayload Retab all the things (except external/) 2013-09-30 13:47:53 -05:00
msfpescan Retab all the things (except external/) 2013-09-30 13:47:53 -05:00
msfrop Retab all the things (except external/) 2013-09-30 13:47:53 -05:00
msfrpc Retab all the things (except external/) 2013-09-30 13:47:53 -05:00
msfrpcd Retab all the things (except external/) 2013-09-30 13:47:53 -05:00
msfupdate Retab all the things (except external/) 2013-09-30 13:47:53 -05:00
msfvenom Retab all the things (except external/) 2013-09-30 13:47:53 -05: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 http://metasploit.com/

Bug tracking and development information can be found at: https://dev.metasploit.com/redmine/projects/framework/

The public GitHub source repository can be found at: https://github.com/rapid7/metasploit-framework

Questions and suggestions can be sent to: msfdev(at)metasploit.com

The framework mailing list is the place to discuss features and ask for help. To subscribe, visit the following web page: https://mail.metasploit.com/mailman/listinfo/framework

The mailing list archives are available from: https://mail.metasploit.com/pipermail/framework/

Installing

Generally, you should use the 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 some of the great tutorials online:

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.