Metasploit Framework
 
 
 
 
 
 
Go to file
Joe Vennix daf5ae8e4b Updating to Rails 3.2.4.
Among other fixes, this addresses the Rails security advisory
from 5/31/2012:

http://groups.google.com/group/rubyonrails-security/browse_thread/thread/7546a238e1962f59
http://groups.google.com/group/rubyonrails-security/browse_thread/thread/f1203e3376acec0f

Thanks Joe and Trevor!

Squashed commit of the following:

commit d7031cebcc8a0f42f6980729c84b0ea6d24e0a9b
Author: Joe Vennix <Joe_Vennix@rapid7.com>
Date:   Thu May 31 16:57:29 2012 -0500

    Update activerecord in gemcache to support rails 3.2.4. [#30507689]

commit c7369f6d6631647907a5d67ac163020a5ab5d6dc
Author: Joe Vennix <Joe_Vennix@rapid7.com>
Date:   Thu May 31 16:53:01 2012 -0500

    Bump rails version.
2012-05-31 17:09:59 -05:00
data Adding rsmudge's Armitage update 2012-05-30 19:20:14 -05:00
documentation Cutting over rails3 to master. 2012-04-15 23:35:38 -05:00
external Adding rsmudge's Armitage update 2012-05-30 19:20:14 -05:00
lib Updating to Rails 3.2.4. 2012-05-31 17:09:59 -05:00
modules Fixing description for citrix module 2012-05-31 16:37:35 -05:00
plugins Adding aczid's minimal exploit configurator 2012-05-18 17:24:18 -05:00
scripts PowerShell post module download and exec 2012-05-21 14:48:16 -05:00
spec Cutting over rails3 to master. 2012-04-15 23:35:38 -05:00
test But not *that* verbose 2012-05-30 16:41:56 -06:00
tools Squashed commit of the following: 2012-04-19 18:27:18 -06:00
.gitignore Update javapayload and java meterpreter 2012-04-04 09:56:07 -06:00
COPYING Committing Egypt's README updates 2012-05-30 10:42:52 -05:00
Gemfile Updating to Rails 3.2.4. 2012-05-31 17:09:59 -05:00
HACKING Replaces a dead link in HACKING 2012-05-21 15:25:30 -05:00
README.md Committing Egypt's README updates 2012-05-30 10:42:52 -05:00
THIRD-PARTY.md Committing Egypt's README updates 2012-05-30 10:42:52 -05:00
armitage pass commandline arguments through to armitage.jar, fixes #3519 2011-01-13 16:04:42 +00:00
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 Cutting over rails3 to master. 2012-04-15 23:35:38 -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 Try to load msgpack first, if it's not there, bail 2012-03-02 12:20:29 -06:00
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 msftidy pass on msf* 2011-10-23 12:04:41 +00:00
msfvenom Landing sempervictus's Powershell features 2012-05-18 16:39:49 -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.