Go to file
Paul Deardorff f593c7d79a Merge pull request #1 from jhart-r7/landing-4596-jhart
Improvements to memcached gather module
2015-01-20 09:08:35 -08:00
app
config Ensure logging in ~/.msf4/log 2015-01-07 09:37:07 -06:00
data Land #4562, wchen-r7's Win8 NtApphelpCacheControl privilege escalation 2015-01-15 13:52:07 -06:00
db corrected schema 2015-01-07 15:38:39 -06:00
documentation
external Land #4562, wchen-r7's Win8 NtApphelpCacheControl privilege escalation 2015-01-15 13:52:07 -06:00
features
lib Land #4316, Meatballs1 streamlines payload execution for exploits/windows/local/wmi 2015-01-16 11:16:22 -06:00
modules Minor Ruby style cleanup 2015-01-20 08:47:47 -08:00
plugins
script
scripts
spec Add tests for Rex::Proto:ACPP::Message#succesful? 2015-01-12 19:36:12 -08:00
test Merge remote-tracking branch 'upstream/master' into extapi_service_post 2015-01-07 20:53:34 +00:00
tools modify msftidy regex 2015-01-09 22:07:21 +01:00
.gitignore
.gitmodules
.mailmap
.rspec
.rubocop.yml
.ruby-gemset
.ruby-version
.simplecov
.travis.yml
.yardopts
CONTRIBUTING.md
COPYING
Gemfile
Gemfile.local.example
Gemfile.lock Update to the latest meterpreter_bins 2015-01-09 16:57:10 -06:00
HACKING
LICENSE
README.md
Rakefile
metasploit-framework-db.gemspec Bump metasploit-credential to 0.13.11 2015-01-08 09:35:07 -06:00
metasploit-framework-full.gemspec
metasploit-framework-pcap.gemspec
metasploit-framework.gemspec Update to the latest meterpreter_bins 2015-01-09 16:57:10 -06:00
msfbinscan
msfcli
msfconsole
msfd
msfelfscan
msfencode
msfmachscan
msfpayload
msfpescan
msfrop
msfrpc
msfrpcd
msfupdate
msfvenom

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.