Metasploit Framework
 
 
 
 
 
 
Go to file
HD Moore 49dd19d91d Fallback to system JTR when bundle isnt available 2012-09-30 19:30:16 -07:00
data Dell iDrac login aux scanner 2012-09-27 01:33:11 -05:00
documentation updated release number to 4.3 2012-07-06 10:21:00 -05:00
external Bugfix with dragging tabbed panes when right-clicked. 2012-09-22 16:32:18 -05:00
lib Fallback to system JTR when bundle isnt available 2012-09-30 19:30:16 -07:00
modules minor fixes and msftidy compliant 2012-09-29 23:35:53 +02:00
plugins Dont store files in /tmp with predictable names 2012-07-16 09:53:19 -05:00
scripts Added XP Support and Changed Output Method for User Password Hints 2012-08-20 21:30:12 -05:00
spec
test Add a File.open method for meterpreter 2012-08-29 16:19:03 -05:00
tools fix TypeError 2012-09-24 11:21:47 +09:00
.gitignore Removing nonsense .gitignore 2012-09-26 12:53:56 -05:00
COPYING
Gemfile
HACKING Get fascist about 50/72 git commit messages 2012-08-20 10:30:01 -05:00
README.md
THIRD-PARTY.md
armitage
msfbinscan Mark all libraries as defaulting to 8-bit strings 2012-06-29 00:18:28 -05:00
msfcli Mark all libraries as defaulting to 8-bit strings 2012-06-29 00:18:28 -05:00
msfconsole Touchups to msfconsole command parsing 2012-09-20 14:29:45 -05:00
msfd Mark all libraries as defaulting to 8-bit strings 2012-06-29 00:18:28 -05:00
msfelfscan Mark all libraries as defaulting to 8-bit strings 2012-06-29 00:18:28 -05:00
msfencode Mark all libraries as defaulting to 8-bit strings 2012-06-29 00:18:28 -05:00
msfgui Mark all libraries as defaulting to 8-bit strings 2012-06-29 00:18:28 -05:00
msfmachscan Mark all libraries as defaulting to 8-bit strings 2012-06-29 00:18:28 -05:00
msfpayload Merge the commandline options with the payload's datastore 2012-07-16 16:07:54 -05:00
msfpescan Mark all libraries as defaulting to 8-bit strings 2012-06-29 00:18:28 -05:00
msfrop Mark all libraries as defaulting to 8-bit strings 2012-06-29 00:18:28 -05:00
msfrpc Mark all libraries as defaulting to 8-bit strings 2012-06-29 00:18:28 -05:00
msfrpcd Mark all libraries as defaulting to 8-bit strings 2012-06-29 00:18:28 -05:00
msfupdate Add the --non-interactive flag to msfupdate (thx pyllyukko) 2012-09-04 14:06:04 -05:00
msfvenom Merge the commandline options with the payload's datastore 2012-07-16 16:07:54 -05: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.