Metasploit Framework
 
 
 
 
 
 
Go to file
jvazquez-r7 59bb9ac23b quoting ip to avoid php complaining 2012-06-25 18:52:26 +02:00
data Rename migrations to avoid collisions during merge 2012-06-25 02:22:35 -05:00
documentation updated msf user guide 2012-06-13 22:06:00 -05:00
external Update project 2012-06-24 14:03:58 -05:00
lib Merge/sync with mdm 2012-06-25 10:11:53 -05:00
modules quoting ip to avoid php complaining 2012-06-25 18:52:26 +02:00
plugins Updating release from master. 2012-05-22 14:12:08 -05:00
scripts fixes to OSX modules as requested by egypt on redmine ticket and fixes to the remote desktop post modules 2012-06-04 10:56:40 -04:00
spec Cutting over rails3 to master. 2012-04-15 23:35:38 -05:00
test Add a simple module for testing cmd payloads 2012-06-18 16:51:40 -06:00
tools Squashed commit of the following: 2012-04-19 18:27:18 -06:00
.gitignore
COPYING Committing Egypt's README updates 2012-05-30 10:42:52 -05:00
Gemfile Rollback rails to 3.2.2 to fix asset pipeline issues. 2012-06-06 11:08:39 -05:00
HACKING corrected a typo, "from from" to "from" 2012-06-18 19:34:18 +03:00
README.md Committing Egypt's README updates 2012-05-30 10:42:52 -05:00
THIRD-PARTY.md Adding carrierwave to metasploit's gemcache. 2012-06-12 14:47:50 -05:00
armitage
msfbinscan Cutting over rails3 to master. 2012-04-15 23:35:38 -05:00
msfcli Cutting over rails3 to master. 2012-04-15 23:35:38 -05:00
msfconsole Switch to a MDM/SQL-based module cache 2012-06-16 14:51:09 -05:00
msfd Cutting over rails3 to master. 2012-04-15 23:35:38 -05:00
msfelfscan Cutting over rails3 to master. 2012-04-15 23:35:38 -05:00
msfencode Cutting over rails3 to master. 2012-04-15 23:35:38 -05:00
msfgui
msfmachscan Cutting over rails3 to master. 2012-04-15 23:35:38 -05:00
msfpayload Cutting over rails3 to master. 2012-04-15 23:35:38 -05:00
msfpescan Cutting over rails3 to master. 2012-04-15 23:35:38 -05:00
msfrop Cutting over rails3 to master. 2012-04-15 23:35:38 -05:00
msfrpc Cutting over rails3 to master. 2012-04-15 23:35:38 -05:00
msfrpcd Cutting over rails3 to master. 2012-04-15 23:35:38 -05:00
msfupdate
msfvenom Don't load the framework just to print help 2012-06-18 00:20:07 -06:00

README.md

Metasploit

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.