Metasploit Framework
 
 
 
 
 
 
Go to file
Metasploit 8f909904b9
automatic module_metadata_base.json update
2018-11-21 18:33:43 -08:00
.github
app
config
data Merge pull request #10870 from jmartin-r7/backport_cache_updates 2018-10-25 17:57:09 -05:00
db automatic module_metadata_base.json update 2018-11-21 18:33:43 -08:00
docker Land #10843, change docker root exec behaviour 2018-11-02 12:52:57 -07:00
documentation Land #10916, Xorg SUID privesc 2018-11-21 18:24:03 -08:00
external Land #10561, Add Windows local privilege escalation - CVE-2018-0824 2018-10-25 12:33:06 -07:00
lib Land #11002, Support Python 3.7 in external probe scanner code 2018-11-21 15:20:07 -08:00
modules Land #10916, Xorg SUID privesc 2018-11-21 18:24:03 -08:00
plugins
script
scripts
spec Land #10553, add x86/xor_dynamic and x64/xor_dynamic encoders 2018-10-30 07:59:08 -07:00
test Land #10992, fix `loadpath test/modules` 2018-11-20 06:23:09 -08:00
tools Land #10973, Rework DisclosureDate check in msftidy, including ISO 8601 support 2018-11-19 08:50:32 -08:00
.dockerignore Land #10843, change docker root exec behaviour 2018-11-02 12:52:57 -07:00
.gitignore Land #9220, Module cache improvements 2018-10-24 16:53:11 -05:00
.gitmodules
.mailmap Land #10222, Add DanielRTeixeira to mailmap 2018-06-28 13:06:10 -07:00
.rspec
.rubocop.yml
.ruby-gemset
.ruby-version Land #10826, Update ruby version 2018-10-19 14:38:10 -05:00
.simplecov
.travis.yml Land #10826, Update ruby version 2018-10-19 14:38:10 -05:00
.yardopts
CODE_OF_CONDUCT.md
CONTRIBUTING.md
COPYING
Dockerfile Land #10843, change docker root exec behaviour 2018-11-02 12:52:57 -07:00
Gemfile
Gemfile.local.example
Gemfile.lock Bump version of framework to 4.17.26 2018-11-15 10:05:25 -08:00
LICENSE
LICENSE_GEMS
README.md
Rakefile
Vagrantfile
docker-compose.override.yml Land #10843, change docker root exec behaviour 2018-11-02 12:52:57 -07:00
docker-compose.yml Land #10843, change docker root exec behaviour 2018-11-02 12:52:57 -07:00
metasploit-framework.gemspec Land #10898, pin concurrent-ruby to 1.0.5 2018-11-01 14:57:46 -07:00
msfconsole
msfd
msfrpc
msfrpcd
msfupdate
msfvenom Land #10802, Make `msfvenom -f` case-insensitive 2018-11-21 14:08:20 -08:00

README.md

Metasploit Build Status Code Climate Docker Pulls

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.