Go to file
James Lee 591b085858 Add support for shell sessions in FileDropper 2012-11-16 15:51:54 -06:00
data fixing bperry comments 2012-11-11 20:18:19 +01:00
documentation
external fixing bperry comments 2012-11-11 20:18:19 +01:00
lib Add support for shell sessions in FileDropper 2012-11-16 15:51:54 -06:00
modules Add support for shell sessions in FileDropper 2012-11-16 15:51:54 -06:00
plugins
scripts Switc smart mgirate to post mod as it should be 2012-10-31 17:03:49 -05:00
spec Fix 1.9ism that breaks specs on 1.8 2012-11-08 09:55:29 -06:00
test
tools
.gitignore Add simplecov for code coverage 2012-11-06 16:30:41 -06:00
.rspec
.travis.yml Add IRC notifications and allow 1.8.7 to fail 2012-11-09 15:02:09 -06:00
CONTRIBUTING.md Implementing some, but not all, of the suggestions 2012-11-13 11:21:58 -06:00
COPYING
Gemfile Add simplecov for code coverage 2012-11-06 16:30:41 -06:00
Gemfile.lock Add simplecov for code coverage 2012-11-06 16:30:41 -06:00
HACKING
README.md Merge branch 'feature/contributing' of https://github.com/todb-r7/metasploit-framework into todb-r7-feature/contributing 2012-11-13 21:44:42 +01:00
Rakefile
THIRD-PARTY.md
armitage
msfbinscan
msfcli
msfconsole
msfd
msfelfscan
msfencode
msfgui
msfmachscan
msfpayload
msfpescan
msfrop
msfrpc
msfrpcd
msfupdate Be verbose about stashes 2012-11-05 14:52:14 -06:00
msfvenom

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.