Metasploit

HD Moore 9de4137aa7 Patch UA/Proxy settings during migration, lands #3632 9 年之前
app 0d9fbe798a turn nil publics and privates into blanks 9 年之前
config f51dd2b6f4 Use bundler/setup for more graceful bundler related failures 9 年之前
data 0ee20561d4 Remove file exists check from stdapi_fs_delete_file 9 年之前
db 40c49cefd8 Update db/schema.rb 9 年之前
documentation 1a4f2eb8e4 Restore the hallowed developer's guide 9 年之前
external e3943682a2 Improves linux/armle payloads, lands #3315 9 年之前
features 48356d1003 Up aruba timeout for simplecov overhead 9 年之前
lib 9de4137aa7 Patch UA/Proxy settings during migration, lands #3632 9 年之前
modules f6af86a06d Land #4402, ms12_020_check NilClass fix 9 年之前
plugins 0c1d02c940 Fix event handlers on ruby 2 9 年之前
script 2f48f7c48c rails generate cucumber:install 9 年之前
scripts 4fc4866fd8 Merge code in from #2395 9 年之前
spec 513fd122b8 Update rpsec 9 年之前
test 35d3bbf74d Fix up comment splats with the correct URI 9 年之前
tools 00590f9f26 Adds Java serialization support, lands #4327 9 年之前
.gitignore 4aa0785076 Also .gitignore the source directory for metakitty 9 年之前
.gitmodules 468654d2b5 Add RDI submodule, port Kitrap0d 10 年之前
.mailmap 8747273b01 Add @trosen-r7's alias for commits 10 年之前
.rspec 692e53501e Add modern --require to .rspec 9 年之前
.rubocop.yml 7e05f88399 Reapply PR #4113 (removed via #4175) 9 年之前
.ruby-gemset 4e1820a668 Remove gitignore, change to metasploit-framework 10 年之前
.ruby-version 9c4614f73c Oh good, another Ruby version bump 9 年之前
.simplecov b863978028 Remove fastlib 9 年之前
.travis.yml 2c9018ac0e Travis shouldnt test gh-pages and friends 9 年之前
.yardopts 7a49f218d4 update .yardopts 10 年之前
CONTRIBUTING.md 0da756bc96 Add a don't to CONTRIBUTING about merge messages 9 年之前
COPYING d8b71b94a7 With 66 days left in 2014, may as well update 9 年之前
Gemfile 8511dc4131 Merge branch 'landing/4135' into upstream-master 9 年之前
Gemfile.local.example ffd05d9da9 Fix example Gemfile.local to work with existing 10 年之前
Gemfile.lock 4c994d84e0 Updating version to 4.11 for Flood release 9 年之前
HACKING de4133a83a Update link for The Metasploit Development Environment 10 年之前
LICENSE b863978028 Remove fastlib 9 年之前
README.md 5e1e84db03 Encourage use of the installer for users. 10 年之前
Rakefile d4d710cc3a Merge branch 'feature/MSP-11130/metasploit-framework-spec-constants' into feature/MSP-11147/thread-leak-detection 9 年之前
metasploit-framework-db.gemspec 63320ce7bd Updating to latest metasploit-credential, 0.13.8 9 年之前
metasploit-framework-full.gemspec b5220c8881 Update metasploit-framework-full.gemspec 9 年之前
metasploit-framework-pcap.gemspec 63b4c0beba Depend on metasloit-framework in optional gemspecs 9 年之前
metasploit-framework.gemspec ecd73e5901 Update meterpreter_bins to 0.0.12 9 年之前
msfbinscan b863978028 Remove fastlib 9 年之前
msfcli 61109d5567 Fix thread-leaks in msfcli spec 9 年之前
msfconsole 9b92d0d6d4 Use Rex::Compat.open_file to open profiling report 9 年之前
msfd b863978028 Remove fastlib 9 年之前
msfelfscan b863978028 Remove fastlib 9 年之前
msfencode 3bc40b8fe4 Add a link to PR #4333 in the message 9 年之前
msfmachscan b863978028 Remove fastlib 9 年之前
msfpayload 3bc40b8fe4 Add a link to PR #4333 in the message 9 年之前
msfpescan b863978028 Remove fastlib 9 年之前
msfrop b863978028 Remove fastlib 9 年之前
msfrpc b863978028 Remove fastlib 9 年之前
msfrpcd b96769fe8a Remove call to legacy db.sink queue, closes #4244 9 年之前
msfupdate 2ae67d22dc Always use maybe_wait_and_exit in msfupdate 10 年之前
msfvenom c2bc79c53c Resolves #4275 - Configurable variable name as an option 9 年之前

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.