Metasploit Framework
 
 
 
 
 
 
Go to file
Pedro Ribeiro 2aca610095 Add github link 2016-08-04 17:38:31 +01:00
.github
app
config Land #6556, include Vagrant development environment provisioner 2016-06-09 09:55:37 -05:00
data Download profile.zip instead of including it 2016-07-01 01:17:23 -05:00
db still trying to fix these migrations 2016-05-11 14:54:40 -05:00
documentation Land #7014, Nagios remote root shell exploit 2016-07-01 08:17:38 -07:00
external
features use raw file write for cuke 2016-05-12 11:17:53 -05:00
lib Land #7046, Pad host field in notes -d command 2016-07-01 10:14:45 -05:00
modules Add github link 2016-08-04 17:38:31 +01:00
plugins Remove idle from usage, will implement in the future if needed 2016-05-15 12:32:05 -05:00
script
scripts switch to inline provisioning, use official ubuntu vagrant box 2016-06-09 09:50:15 -05:00
spec Replace rex/java with rex-java gem 2016-06-27 14:52:49 -05:00
test Modify stdapi so it also uses exist? over exists? for ruby parity 2016-04-23 17:31:22 -04:00
tools tell the user what to do 2016-06-14 11:54:55 -05:00
.gitignore
.gitmodules
.mailmap Update .mailmap 2016-06-17 19:01:13 -05:00
.rspec
.rubocop.yml
.ruby-gemset
.ruby-version bump ruby version to 2.3.1 2016-05-03 06:23:15 +02:00
.simplecov
.travis.yml bump ruby version to 2.3.1 2016-05-03 06:23:15 +02:00
.yardopts
CODE_OF_CONDUCT.md
CONTRIBUTING.md Add note about issues to CONTRIBUTING.md 2016-06-30 15:14:59 -05:00
COPYING
Gemfile fix deps 2016-05-13 13:34:18 -05:00
Gemfile.local.example
Gemfile.lock Land #7035, lib/sshkey* swap to gem 2016-06-30 16:25:27 -05:00
HACKING
LICENSE
README.md
Rakefile
Vagrantfile switch to inline provisioning, use official ubuntu vagrant box 2016-06-09 09:50:15 -05:00
metasploit-framework.gemspec Land #7035, lib/sshkey* swap to gem 2016-06-30 16:25:27 -05:00
msfbinscan
msfconsole
msfd
msfelfscan
msfmachscan
msfpescan
msfrop
msfrpc
msfrpcd
msfupdate File.exists? must die 2016-04-21 00:47:07 -04:00
msfvenom reenable jar format 2016-05-09 21:25:23 +02:00

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 of the 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 from installing all the dependencies, to cloning the repository, and finally to submitting a pull request. For slightly more information, see Contributing.