Metasploit Framework
 
 
 
 
 
 
Go to file
Erin Bleiweiss a70c5f0c37 Replace strings with reusable constants 2018-08-15 15:26:35 -05:00
.github
app
config
data Land #9884, add linux ufo priv esc module 2018-08-02 17:53:36 +08:00
db automatic module_metadata_base.json update 2018-08-09 12:59:30 -07:00
docker
documentation Replace strings with reusable constants 2018-08-15 15:26:35 -05:00
external Update mov_ss and add mov_ss_dll 2018-07-27 09:40:34 -05:00
lib Add doc for user operations 2018-08-14 13:19:56 -05:00
modules Add a comment explaining the last sleep(10) 2018-08-09 14:51:56 -05:00
plugins
script
scripts
spec Fix rspec due to missing __attribute__ 2018-08-01 10:45:33 -05:00
test Update test cases 2018-06-28 18:26:54 -05:00
tools Land #10365, script allows you to find modules without a specific reference 2018-07-26 09:54:58 -05:00
.dockerignore
.gitignore
.gitmodules
.mailmap Add DanielRTeixeira to mailmap 2018-06-28 14:51:06 +00:00
.rspec
.rubocop.yml
.ruby-gemset
.ruby-version
.simplecov
.travis.yml
.yardopts
CODE_OF_CONDUCT.md
CONTRIBUTING.md
COPYING
CURRENT.md
Dockerfile
Gemfile
Gemfile.local.example
Gemfile.lock Weekly dependency update 2018-08-09 10:05:23 -07:00
LICENSE
LICENSE_GEMS
README.md
Rakefile
Vagrantfile
docker-compose.override.yml
docker-compose.yml
metasploit-framework.gemspec Land #10323, add authentication to REST API 2018-07-18 17:29:22 -05:00
msfconsole
msfd
msfdb Improve web service status messages 2018-08-07 18:37:18 -04:00
msfdb_ws Make msfdb_ws help fast like msfvenom's 2018-08-04 17:56:23 -05:00
msfrpc
msfrpcd
msfupdate
msfvenom

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.