Metasploit Framework
 
 
 
 
 
 
Go to file
bwatters-r7 244acc48b6
Land #9212, pfsense group member exec module
2017-11-27 11:27:29 -06:00
.github
app
config
data Land #9041, Add LPE on Windows using CVE-2017-8464 2017-11-08 10:09:03 -06:00
db
docker
documentation Land #9212, pfsense group member exec module 2017-11-27 11:27:29 -06:00
external Land #9041, Add LPE on Windows using CVE-2017-8464 2017-11-08 10:09:03 -06:00
lib Land #8948, allow configuring payload HTTP headers for domain fronting 2017-11-25 10:08:22 -06:00
modules Land #9212, pfsense group member exec module 2017-11-27 11:27:29 -06:00
plugins
script
scripts remove more unusual raise RuntimeError patterns 2017-11-01 05:59:12 -05:00
spec Land #9157, Add missing ppce500v2 tests 2017-11-01 12:33:02 -05:00
test
tools add e500v2 payloads 2017-10-30 14:04:10 -05:00
.dockerignore
.gitignore
.gitmodules
.mailmap
.rspec
.rubocop.yml
.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
CODE_OF_CONDUCT.md
CONTRIBUTING.md
COPYING
Dockerfile disable gem update for now as version 2.7.1 is broken 2017-11-06 07:49:10 +01:00
Gemfile restrict aggregator on arm for now 2017-10-18 13:21:02 -05:00
Gemfile.local.example
Gemfile.lock bump payloads, pull in AES negotation & transport fixes 2017-11-25 18:21:57 -06:00
LICENSE
LICENSE_GEMS Update rex-exploitation to 0.1.15 2017-10-11 14:09:35 -05:00
README.md
Rakefile
Vagrantfile
docker-compose.yml
metasploit-framework.gemspec bump payloads, pull in AES negotation & transport fixes 2017-11-25 18:21:57 -06: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.