Metasploit Framework
 
 
 
 
 
 
Go to file
Wei Chen cab2daf4ed Add Winsock2 API for Metasploit::Framework::Compiler::Windows 2018-05-24 11:57:41 -05:00
.github
app
config
data Add Winsock2 API for Metasploit::Framework::Compiler::Windows 2018-05-24 11:57:41 -05:00
db automatic module_metadata_base.pstore update 2018-05-23 12:21:34 -07:00
docker
documentation Lad #10017, D-Link DSL-2750B Unauthenticated OS Command Injection 2018-05-22 10:54:33 -05:00
external Land #8795, Added CVE-2016-0040 Windows Privilege Escalation 2018-05-03 16:33:53 -05:00
lib Add Winsock2 API for Metasploit::Framework::Compiler::Windows 2018-05-24 11:57:41 -05:00
modules remove single-entry OptEnum from module, since there is only one possible TECHNIQUE 2018-05-23 13:44:53 -05:00
plugins Land #10024, Fix find_or_create_* methods for remote data service 2018-05-22 17:08:46 -05:00
script
scripts
spec Land #10024, Fix find_or_create_* methods for remote data service 2018-05-22 17:08:46 -05:00
test Land #9246, Support RHOSTS for exploit modules 2018-05-16 14:40:25 -05:00
tools refresh standalone psexec a bit 2018-05-07 00:24:38 -05:00
.dockerignore
.gitignore
.gitmodules
.mailmap
.rspec
.rubocop.yml Land #9986, initial ruby_smb simple client integration 2018-05-07 14:02:22 -05:00
.ruby-gemset
.ruby-version
.simplecov
.travis.yml Update .travis.yml 2018-05-07 10:50:10 -05:00
.yardopts
CODE_OF_CONDUCT.md
CONTRIBUTING.md include example of why PRs from master are bad 2018-05-08 17:54:14 -05:00
COPYING
CURRENT.md
Dockerfile
Gemfile remove case for open smb file packet field 2018-05-07 00:24:38 -05:00
Gemfile.local.example
Gemfile.lock update kiwi plugin, add dcshadow and powershell streaming support 2018-05-21 03:22:05 -05:00
LICENSE
LICENSE_GEMS
README.md
Rakefile
Vagrantfile
docker-compose.override.yml
docker-compose.yml
metasploit-framework.gemspec update kiwi plugin, add dcshadow and powershell streaming support 2018-05-21 03:22:05 -05:00
msfconsole
msfd
msfdb_ws
msfrpc
msfrpcd
msfupdate remove "require 'os'", not needed or available 2018-05-14 01:16:55 -05:00
msfvenom Land #9869, Add support for shellcode encryption for msfvenom 2018-04-25 15:51:05 -05: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.