Metasploit Framework
 
 
 
 
 
 
Go to file
christopher lee 4f6b1de9a3 Merge branch 'master' into goliath 2018-03-01 14:14:39 -06:00
.github
app
config
data fix #9366, fix osx x64 stage location 2018-02-20 13:50:44 +08:00
db
docker another approach 2018-02-17 20:12:35 +01:00
documentation Merge branch 'master' into goliath 2018-03-01 14:14:39 -06:00
external fix #9366, fix osx x64 stage location 2018-02-20 13:50:44 +08:00
lib Merge branch 'master' into goliath 2018-03-01 14:14:39 -06:00
modules Merge branch 'master' into goliath 2018-03-01 14:14:39 -06:00
plugins Fix silent fail on missing argument to wmap_sites -d idx 2018-02-21 00:43:20 +13:00
script
scripts Fixed Typos 2018-02-28 03:37:14 +05:30
spec Merge branch 'rapid7/master' into goliath 2018-02-21 11:16:05 -06:00
test decouple hosts and targets for tests 2018-02-25 17:10:22 -06:00
tools
.dockerignore
.gitignore
.gitmodules
.mailmap
.rspec
.rubocop.yml
.ruby-gemset
.ruby-version
.simplecov
.travis.yml
.yardopts
CODE_OF_CONDUCT.md
CONTRIBUTING.md
COPYING
CURRENT.md
Dockerfile another approach 2018-02-17 20:12:35 +01:00
Gemfile Merge branch 'master' into goliath 2018-03-01 14:14:39 -06:00
Gemfile.local.example
Gemfile.lock Merge branch 'master' into goliath 2018-03-01 14:14:39 -06:00
LICENSE
LICENSE_GEMS
README.md
Rakefile
Vagrantfile
docker-compose.override.yml
docker-compose.yml
metasploit-framework.gemspec bump gems, lock ruby_smb for now 2018-02-22 10:45:49 -06:00
msfconsole
msfd
msfdb_ws key file isnt always necessary, but cert is. 2018-02-05 15:23:00 -06: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.