Metasploit Framework
 
 
 
 
 
 
Go to file
Wei Chen 55a045eb76
Land #9623, Support Win 2008/7+ for enum_ms_product_keys
Land #9623
2018-02-25 14:56: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 Land #9310 docs for many aux scanners 2018-02-24 14:32:33 -05:00
external fix #9366, fix osx x64 stage location 2018-02-20 13:50:44 +08:00
lib Land #9604, Fix logged errors when running without Python 3.6 / gmpy2 2018-02-22 08:11:30 -06:00
modules Support Windows 2008/7 and above 2018-02-24 16:06:55 -05:00
plugins Fix silent fail on missing argument to wmap_sites -d idx 2018-02-21 00:43:20 +13:00
script
scripts s/imporve/improve/g 2018-02-13 05:30:05 -06:00
spec add missing payload specs 2018-02-20 09:38:24 -06:00
test
tools
.dockerignore
.gitignore
.gitmodules
.mailmap
.rspec
.rubocop.yml
.ruby-gemset
.ruby-version bump travis and rvm ruby versions 2018-01-28 03:09:34 -06:00
.simplecov
.travis.yml bump travis and rvm ruby versions 2018-01-28 03:09:34 -06:00
.yardopts
CODE_OF_CONDUCT.md
CONTRIBUTING.md
COPYING
CURRENT.md
Dockerfile another approach 2018-02-17 20:12:35 +01:00
Gemfile
Gemfile.local.example
Gemfile.lock bump rex-exploitation 2018-02-23 11:10:49 -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
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.