Metasploit Framework
 
 
 
 
 
 
Go to file
Meatballs b367b01998
Remove unneccessary logonuser
2015-01-27 17:07:49 +00:00
app
config Ensure logging in ~/.msf4/log 2015-01-07 09:37:07 -06:00
data Land #4624, Firefox 33-35 os.js support 2015-01-22 13:35:47 -06:00
db structure.sql update 2015-01-16 12:19:41 -06:00
documentation
external Land #4562, wchen-r7's Win8 NtApphelpCacheControl privilege escalation 2015-01-15 13:52:07 -06:00
features Update spec thingy 2015-01-19 01:38:47 -06:00
lib Remove unneccessary logonuser 2015-01-27 17:07:49 +00:00
modules Rubocop 2015-01-27 16:34:52 +00:00
plugins One more http// fix 2015-01-03 02:32:08 -06:00
script
scripts patch metsvc to use MeterpreterBinaries.path 2014-12-29 11:21:21 -06:00
spec Add tests for Rex::Proto:ACPP::Message#succesful? 2015-01-12 19:36:12 -08:00
test add support for specifying 32 or 64-bit registry access 2015-01-20 15:26:59 -06:00
tools Revert #4593, msftidy extraneous comma check 2015-01-22 14:28:27 -06:00
.gitignore
.gitmodules
.mailmap Okay last dupe I swear 2014-12-31 14:29:59 -06:00
.rspec
.rubocop.yml
.ruby-gemset
.ruby-version Default Ruby 2.1.5 for everyone 2015-01-02 11:33:36 -06:00
.simplecov
.travis.yml Cache bundle 2014-12-31 14:00:11 -06:00
.yardopts
CONTRIBUTING.md
COPYING Happy new year! 2014-12-31 12:12:45 -06:00
Gemfile
Gemfile.local.example
Gemfile.lock resolve lockfile conflict Merge branch 'master' into bug/MSP-11643/service-uniqueness-validation 2015-01-16 12:11:05 -06:00
HACKING
LICENSE Happy new year! 2014-12-31 12:12:45 -06:00
README.md
Rakefile
metasploit-framework-db.gemspec updated gemfile and lock file 2015-01-16 12:07:29 -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.