Metasploit

Brent Cook 94fda6e617 Land #4600, jvazquez-r7's Linux meterpreter bins 9 gadi atpakaļ
app 0d9fbe798a turn nil publics and privates into blanks 9 gadi atpakaļ
config 3ba3465afb Ensure logging in ~/.msf4/log 9 gadi atpakaļ
data 94fda6e617 Land #4600, jvazquez-r7's Linux meterpreter bins 9 gadi atpakaļ
db f2c22b6dc7 corrected schema 9 gadi atpakaļ
documentation 1a4f2eb8e4 Restore the hallowed developer's guide 9 gadi atpakaļ
external 47cd5a3e59 Land #4562, wchen-r7's Win8 NtApphelpCacheControl privilege escalation 9 gadi atpakaļ
features e9a9ab9932 Update spec thingy 9 gadi atpakaļ
lib cffa55b12e Improve proxy chain description 9 gadi atpakaļ
modules f7aaad1cf1 Delete some extraneous commas 9 gadi atpakaļ
plugins 7295cd34aa One more http// fix 9 gadi atpakaļ
script 2f48f7c48c rails generate cucumber:install 9 gadi atpakaļ
scripts e286aeb837 patch metsvc to use MeterpreterBinaries.path 9 gadi atpakaļ
spec 4e6879fb1e Add tests for Rex::Proto:ACPP::Message#succesful? 9 gadi atpakaļ
test 0b0ac1455a Merge remote-tracking branch 'upstream/master' into extapi_service_post 9 gadi atpakaļ
tools 7c3378b2e6 Land #4593, msftidy extraneous comma check 9 gadi atpakaļ
.gitignore 4aa0785076 Also .gitignore the source directory for metakitty 9 gadi atpakaļ
.gitmodules 468654d2b5 Add RDI submodule, port Kitrap0d 10 gadi atpakaļ
.mailmap a61ce66571 Okay last dupe I swear 9 gadi atpakaļ
.rspec 692e53501e Add modern --require to .rspec 9 gadi atpakaļ
.rubocop.yml 7e05f88399 Reapply PR #4113 (removed via #4175) 9 gadi atpakaļ
.ruby-gemset 4e1820a668 Remove gitignore, change to metasploit-framework 10 gadi atpakaļ
.ruby-version a6e23e5e4d Default Ruby 2.1.5 for everyone 9 gadi atpakaļ
.simplecov b863978028 Remove fastlib 9 gadi atpakaļ
.travis.yml bb3e36fded Cache bundle 9 gadi atpakaļ
.yardopts 7a49f218d4 update .yardopts 10 gadi atpakaļ
CONTRIBUTING.md 1213aa1875 Missed one in CONTRIBUTING.md 9 gadi atpakaļ
COPYING 15468aa6c0 Happy new year! 9 gadi atpakaļ
Gemfile 633b4b9e51 Disable simplecov on travis-ci 9 gadi atpakaļ
Gemfile.local.example ffd05d9da9 Fix example Gemfile.local to work with existing 10 gadi atpakaļ
Gemfile.lock ce87b126c1 Update to the latest meterpreter_bins 9 gadi atpakaļ
HACKING de4133a83a Update link for The Metasploit Development Environment 10 gadi atpakaļ
LICENSE 15468aa6c0 Happy new year! 9 gadi atpakaļ
README.md 80d3c5b757 Normalize links to metakitty, unleashed, and wiki 9 gadi atpakaļ
Rakefile d4d710cc3a Merge branch 'feature/MSP-11130/metasploit-framework-spec-constants' into feature/MSP-11147/thread-leak-detection 9 gadi atpakaļ
metasploit-framework-db.gemspec 14a35eb28a Bump metasploit-credential to 0.13.11 9 gadi atpakaļ
metasploit-framework-full.gemspec db0aeb2a05 Make the version constraint a range 9 gadi atpakaļ
metasploit-framework-pcap.gemspec 63b4c0beba Depend on metasloit-framework in optional gemspecs 9 gadi atpakaļ
metasploit-framework.gemspec ce87b126c1 Update to the latest meterpreter_bins 9 gadi atpakaļ
msfbinscan 9f0bf85ec1 Fix typo in msfbinscan 9 gadi atpakaļ
msfcli 60099d42cf Add deprecation warning to msfcli, 6 months 9 gadi atpakaļ
msfconsole 9b92d0d6d4 Use Rex::Compat.open_file to open profiling report 9 gadi atpakaļ
msfd b863978028 Remove fastlib 9 gadi atpakaļ
msfelfscan b863978028 Remove fastlib 9 gadi atpakaļ
msfencode 3bc40b8fe4 Add a link to PR #4333 in the message 9 gadi atpakaļ
msfmachscan b863978028 Remove fastlib 9 gadi atpakaļ
msfpayload 3bc40b8fe4 Add a link to PR #4333 in the message 9 gadi atpakaļ
msfpescan b863978028 Remove fastlib 9 gadi atpakaļ
msfrop b863978028 Remove fastlib 9 gadi atpakaļ
msfrpc b863978028 Remove fastlib 9 gadi atpakaļ
msfrpcd b96769fe8a Remove call to legacy db.sink queue, closes #4244 9 gadi atpakaļ
msfupdate 2ae67d22dc Always use maybe_wait_and_exit in msfupdate 10 gadi atpakaļ
msfvenom fb35a4574f Well, should be -1 9 gadi atpakaļ

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 https://metasploit.com/

Bug tracking and development information can be found at: https://github.com/rapid7/metasploit-framework

API documentation for writing modules can be found at: https://rapid7.github.io/metasploit-framework/api

Questions and suggestions can be sent to: https://lists.sourceforge.net/lists/listinfo/metasploit-hackers

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 Metasploit Unleashed, the great community resources, or the wiki.

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.