Metasploit

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

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.