Metasploit

Joe Vennix 26cfed6c6a Rename exploit module. 9 years ago
app ad6eed01a2 .to_credential now assigns a parent 9 years ago
config 7013a2755b Favor MSF_DATABASE_CONFIG for paths['config/database'] 9 years ago
data 05f0d09828 Merge branch staging/electro-release into master 9 years ago
db c69c06af89 Update metasploit-credential 9 years ago
documentation cc4c958d58 Merge remote-tracking branch 'metasploit-framework/master' into masked-cred-format-update 10 years ago
external 8cca4d7795 Fix the makefile to use the right directory 9 years ago
lib 95fbb8f1b7 Land PR #3672, dmaloney-r7's login scanner credential rework. 9 years ago
modules 26cfed6c6a Rename exploit module. 9 years ago
plugins b81c7e28f4 Land #3588, @tobd-r7's Fix SpaceBeforeModifierKeyword Rubocop warning 9 years ago
script 3370465d84 Use railties to load Metasploit::Credential correctly 10 years ago
scripts adf03e28ce Fix SpaceBeforeModifierKeyword Rubocop warning 9 years ago
spec 95fbb8f1b7 Land PR #3672, dmaloney-r7's login scanner credential rework. 9 years ago
test 05f0d09828 Merge branch staging/electro-release into master 9 years ago
tools 47cb906408 Remove rubocop and msftidy touchpoints 9 years ago
.gitignore be18dddac7 Merge branch 'staging/electro-release' of github.com:shuckins-r7/metasploit-framework into staging/electro-release 9 years ago
.gitmodules 468654d2b5 Add RDI submodule, port Kitrap0d 10 years ago
.mailmap 8747273b01 Add @trosen-r7's alias for commits 10 years ago
.rspec 30d961aad2 Use Fivemat formatting for rspec 10 years ago
.rubocop.yml 05f0d09828 Merge branch staging/electro-release into master 9 years ago
.ruby-gemset 4e1820a668 Remove gitignore, change to metasploit-framework 10 years ago
.ruby-version 730ca62089 Bump to p547 to fix a regression in p545 10 years ago
.simplecov 3c2c808457 Better Rubymine compatibility for .simplecov 11 years ago
.travis.yml 2d0ff4b9fb Travis shouldn't autofail msftidy fails... yet 10 years ago
.yardopts 7a49f218d4 update .yardopts 10 years ago
CONTRIBUTING.md a80d4c25a6 Be more forceful about Rubocop in CONTRIBUTING.md 9 years ago
COPYING 520d1e69c4 Rapid7 Comma Inc 10 years ago
Gemfile e9dea358b8 gemfile change 9 years ago
Gemfile.local.example ffd05d9da9 Fix example Gemfile.local to work with existing 10 years ago
Gemfile.lock 05afe416a9 Update lockfile to pull in new msf-cred versions. 9 years ago
HACKING de4133a83a Update link for The Metasploit Development Environment 10 years ago
LICENSE 75777cb3f9 Add IE11SandboxEscapes source 10 years ago
README.md 5e1e84db03 Encourage use of the installer for users. 10 years ago
Rakefile d7a0c1f3e8 Optionally require 'active_record/railtie` in Rakefile 9 years ago
metasploit-framework.gemspec d56dd318b9 require 'action_view/railtie' for pro compatibility 9 years ago
msfbinscan 598ed7925c Modify msfbinscan help 10 years ago
msfcli 6422ad2145 Adds ability to load post modules in msfcli 10 years ago
msfconsole 05f0d09828 Merge branch staging/electro-release into master 9 years ago
msfd 2e8d19edcf Retab all the things (except external/) 10 years ago
msfelfscan c1f377fda6 Add disasm option to msfelfscan 10 years ago
msfencode f50d6c8709 Remove a couple more instances of "shit" 10 years ago
msfmachscan 2e8d19edcf Retab all the things (except external/) 10 years ago
msfpayload a3d72567f3 That one, too. 10 years ago
msfpescan 2e8d19edcf Retab all the things (except external/) 10 years ago
msfrop 2e8d19edcf Retab all the things (except external/) 10 years ago
msfrpc 2e8d19edcf Retab all the things (except external/) 10 years ago
msfrpcd 2e8d19edcf Retab all the things (except external/) 10 years ago
msfupdate 2ae67d22dc Always use maybe_wait_and_exit in msfupdate 10 years ago
msfvenom 6d93f7a810 fix typo in msfvenom 10 years ago

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 free 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.