Metasploit Framework
 
 
 
 
 
 
Go to file
Robin Verton 30a86a1204 Add Kaltura <= 13.1.0 RCE (CVE-2017-14143) 2017-10-23 12:18:54 +02:00
.github
app
config
data Land #8509, add Winsxs bypass for UAC 2017-10-11 16:24:52 -05:00
db
docker move Dockerfile to root 2017-08-28 16:57:28 +02:00
documentation Land #9106 negear dgn1000 unauth rce module 2017-10-22 22:18:53 -04:00
external Fix conflicts in PR 8509 by mergeing to master 2017-10-09 10:30:21 -05:00
lib Bump version of framework to 4.16.13 2017-10-20 10:02:23 -07:00
modules Add Kaltura <= 13.1.0 RCE (CVE-2017-14143) 2017-10-23 12:18:54 +02:00
plugins remove more instances of positive? 2017-08-02 12:47:34 -05:00
script kill cucumber in framework 2017-07-12 08:00:29 -05:00
scripts remove checks for hardcoded name 2017-09-27 07:41:06 +02:00
spec Land #9024, fix bug when manually adding loot 2017-10-06 16:02:12 -05:00
test use https for metaploit.com links 2017-07-24 06:26:21 -07:00
tools rework msftidy exit codes 2017-09-15 10:27:04 +02:00
.dockerignore use https for metaploit.com links 2017-07-24 06:26:21 -07:00
.gitignore use https for metaploit.com links 2017-07-24 06:26:21 -07:00
.gitmodules
.mailmap
.rspec
.rubocop.yml disable redundant return warning, update a couple others 2017-08-13 23:51:52 -04:00
.ruby-gemset
.ruby-version bump Ruby to 2.4.2, fix security issues 2017-09-23 21:12:12 -04:00
.simplecov
.travis.yml increase travis timeout 2017-09-29 11:50:02 +02:00
.yardopts remove HACKING from yardopts 2017-09-07 02:35:56 -05:00
CODE_OF_CONDUCT.md
CONTRIBUTING.md update references to sourceforge ML 2017-08-20 13:23:54 -05:00
COPYING
Dockerfile bump Ruby to 2.4.2, fix security issues 2017-09-23 21:12:12 -04:00
Gemfile restrict aggregator on arm for now 2017-10-18 13:21:02 -05:00
Gemfile.local.example
Gemfile.lock Bump version of framework to 4.16.13 2017-10-20 10:02:23 -07:00
LICENSE
LICENSE_GEMS Update rex-exploitation to 0.1.15 2017-10-11 14:09:35 -05:00
README.md update references to sourceforge ML 2017-08-20 13:23:54 -05:00
Rakefile
Vagrantfile
docker-compose.yml move Dockerfile to root 2017-08-28 16:57:28 +02:00
metasploit-framework.gemspec Update payloads for getsystem fixes 2017-09-28 09:43:02 +10:00
msfconsole
msfd Removing unnecessary spaces 2017-09-12 10:00:18 -03:00
msfrpc Removing unnecessary spaces 2017-09-12 10:00:18 -03:00
msfrpcd Removing unnecessary spaces 2017-09-12 10:00:18 -03:00
msfupdate
msfvenom Removing unnecessary spaces 2017-09-12 10:00:18 -03: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: https://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: Freenode IRC channel or e-mail the metasploit-hackers mailing list

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.