Metasploit

William Vu 056ee4f207 Land #3958, kill command for pyterp vor 9 Jahren
app 0d9fbe798a turn nil publics and privates into blanks vor 9 Jahren
config 50e804d9cb updating how we use cucumber to match lukes changes vor 9 Jahren
data 056ee4f207 Land #3958, kill command for pyterp vor 9 Jahren
db 8d38735f4a Update schema with detected_arch vor 9 Jahren
documentation 3b5eb42b55 Switch to Msf::OperatingSystems::Match::WINDOWS vor 9 Jahren
external 3181d4e080 Add zsh completion definitions for utilities vor 9 Jahren
features 835f224b3c tagging the module tests as WIP since proxies keep showing up in options vor 9 Jahren
lib 17f278effd Fix #3822 - Support file:// syntax for check() vor 9 Jahren
modules 399a61d52e Land #3946, ntp_readvar updates vor 9 Jahren
plugins b81c7e28f4 Land #3588, @tobd-r7's Fix SpaceBeforeModifierKeyword Rubocop warning vor 9 Jahren
script 2f48f7c48c rails generate cucumber:install vor 9 Jahren
scripts 5e076e0375 Text about not accepting changes to meterpreter scripts vor 9 Jahren
spec 0dfd8e25b8 Land #3846, Rex::ImageSource specs vor 9 Jahren
test b863978028 Remove fastlib vor 9 Jahren
tools b863978028 Remove fastlib vor 9 Jahren
.gitignore 15a7ed0031 adding scenarios for booting msfconsole without a db vor 9 Jahren
.gitmodules 468654d2b5 Add RDI submodule, port Kitrap0d vor 10 Jahren
.mailmap 8747273b01 Add @trosen-r7's alias for commits vor 10 Jahren
.rspec 30d961aad2 Use Fivemat formatting for rspec vor 10 Jahren
.rubocop.yml bfa89bb3a5 Enforce binary encoding on non-modules, no encoding on modules vor 9 Jahren
.ruby-gemset 4e1820a668 Remove gitignore, change to metasploit-framework vor 10 Jahren
.ruby-version 730ca62089 Bump to p547 to fix a regression in p545 vor 10 Jahren
.simplecov b863978028 Remove fastlib vor 9 Jahren
.travis.yml 77f0a2d420 fixing a merge error with travis.yml vor 9 Jahren
.yardopts 7a49f218d4 update .yardopts vor 10 Jahren
CONTRIBUTING.md 9fcf87b27b Detypo CONTRIBUTING.md vor 9 Jahren
COPYING 520d1e69c4 Rapid7 Comma Inc vor 10 Jahren
Gemfile a65ee6cf30 Land #3373, recog vor 9 Jahren
Gemfile.local.example ffd05d9da9 Fix example Gemfile.local to work with existing vor 10 Jahren
Gemfile.lock a65ee6cf30 Land #3373, recog vor 9 Jahren
HACKING de4133a83a Update link for The Metasploit Development Environment vor 10 Jahren
LICENSE b863978028 Remove fastlib vor 9 Jahren
README.md 5e1e84db03 Encourage use of the installer for users. vor 10 Jahren
Rakefile 8f3f37dd54 updating how cucumber loads features vor 9 Jahren
metasploit-framework.gemspec a65ee6cf30 Land #3373, recog vor 9 Jahren
msfbinscan b863978028 Remove fastlib vor 9 Jahren
msfcli b863978028 Remove fastlib vor 9 Jahren
msfconsole 9b92d0d6d4 Use Rex::Compat.open_file to open profiling report vor 9 Jahren
msfd b863978028 Remove fastlib vor 9 Jahren
msfelfscan b863978028 Remove fastlib vor 9 Jahren
msfencode b863978028 Remove fastlib vor 9 Jahren
msfmachscan b863978028 Remove fastlib vor 9 Jahren
msfpayload b863978028 Remove fastlib vor 9 Jahren
msfpescan b863978028 Remove fastlib vor 9 Jahren
msfrop b863978028 Remove fastlib vor 9 Jahren
msfrpc b863978028 Remove fastlib vor 9 Jahren
msfrpcd b863978028 Remove fastlib vor 9 Jahren
msfupdate 2ae67d22dc Always use maybe_wait_and_exit in msfupdate vor 10 Jahren
msfvenom f61afe2598 Merge branch 'master' into bug/MSP-11368/boot-profiling vor 9 Jahren

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.