Metasploit

sinn3r 59c413637a Land #4781, handle resolve_sid failure enumerating user profiles 9 tahun lalu
app 0d9fbe798a turn nil publics and privates into blanks 9 tahun lalu
config 3ba3465afb Ensure logging in ~/.msf4/log 9 tahun lalu
data b90639fd66 Land #4726, X360 Software actvx buffer overflow 9 tahun lalu
db 37ef46264a Pulling in latest MDM and credential versions 9 tahun lalu
documentation 1a4f2eb8e4 Restore the hallowed developer's guide 9 tahun lalu
external 4da28324e7 expound on java signer build instructions 9 tahun lalu
features f0742a38e2 The get command too 9 tahun lalu
lib bed40a83ee fix #4337: gracefully handle resolve_sid failure when enumerating user profiles 9 tahun lalu
modules be5a0ee9c2 Land #4777, @todb-r7's release fixes 9 tahun lalu
plugins 6b99103cec Land #4690 - Update Nessus plugin to support the latest REST API 9 tahun lalu
script 2f48f7c48c rails generate cucumber:install 9 tahun lalu
scripts 60c650d0c7 Add RC script for auto payload generation to starting a handler 9 tahun lalu
spec b8f614ef59 Fix namespaces in specs 9 tahun lalu
test 89a0a79377 revert puts back to a vprint call 9 tahun lalu
tools 0597d2defb Land #4560, Massive Java RMI update 9 tahun lalu
.gitignore 4aa0785076 Also .gitignore the source directory for metakitty 9 tahun lalu
.gitmodules 468654d2b5 Add RDI submodule, port Kitrap0d 10 tahun lalu
.mailmap a61ce66571 Okay last dupe I swear 9 tahun lalu
.rspec 692e53501e Add modern --require to .rspec 9 tahun lalu
.rubocop.yml 7e05f88399 Reapply PR #4113 (removed via #4175) 9 tahun lalu
.ruby-gemset 4e1820a668 Remove gitignore, change to metasploit-framework 10 tahun lalu
.ruby-version a6e23e5e4d Default Ruby 2.1.5 for everyone 9 tahun lalu
.simplecov b863978028 Remove fastlib 9 tahun lalu
.travis.yml 9b2fad24e0 Add new comment about post-merge hook 9 tahun lalu
.yardopts 7a49f218d4 update .yardopts 10 tahun lalu
CONTRIBUTING.md 6e08cc90db Remove Road House reference 9 tahun lalu
COPYING 15468aa6c0 Happy new year! 9 tahun lalu
Gemfile 633b4b9e51 Disable simplecov on travis-ci 9 tahun lalu
Gemfile.local.example ffd05d9da9 Fix example Gemfile.local to work with existing 10 tahun lalu
Gemfile.lock 73435c6d1c Land #4743 - Bump met bins, update Linux bins. 9 tahun lalu
HACKING de4133a83a Update link for The Metasploit Development Environment 10 tahun lalu
LICENSE 15468aa6c0 Happy new year! 9 tahun lalu
README.md dbd23af614 Fix README.md Travis badge 9 tahun lalu
Rakefile d4d710cc3a Merge branch 'feature/MSP-11130/metasploit-framework-spec-constants' into feature/MSP-11147/thread-leak-detection 9 tahun lalu
metasploit-framework-db.gemspec 5df13364b2 Update to latest metasploit dependencies 9 tahun lalu
metasploit-framework-full.gemspec db0aeb2a05 Make the version constraint a range 9 tahun lalu
metasploit-framework-pcap.gemspec 63b4c0beba Depend on metasloit-framework in optional gemspecs 9 tahun lalu
metasploit-framework.gemspec 73435c6d1c Land #4743 - Bump met bins, update Linux bins. 9 tahun lalu
msfbinscan 9f0bf85ec1 Fix typo in msfbinscan 9 tahun lalu
msfcli 60099d42cf Add deprecation warning to msfcli, 6 months 9 tahun lalu
msfconsole 9b92d0d6d4 Use Rex::Compat.open_file to open profiling report 9 tahun lalu
msfd b863978028 Remove fastlib 9 tahun lalu
msfelfscan b863978028 Remove fastlib 9 tahun lalu
msfencode 3bc40b8fe4 Add a link to PR #4333 in the message 9 tahun lalu
msfmachscan b863978028 Remove fastlib 9 tahun lalu
msfpayload 3bc40b8fe4 Add a link to PR #4333 in the message 9 tahun lalu
msfpescan b863978028 Remove fastlib 9 tahun lalu
msfrop b863978028 Remove fastlib 9 tahun lalu
msfrpc b863978028 Remove fastlib 9 tahun lalu
msfrpcd b96769fe8a Remove call to legacy db.sink queue, closes #4244 9 tahun lalu
msfupdate 2ae67d22dc Always use maybe_wait_and_exit in msfupdate 10 tahun lalu
msfvenom 6fdd2abc8d Change "Options for" line to stderr 9 tahun lalu

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

New bugs and feature requests should be directed to: http://r-7.co/MSF-BUGv1

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.