Metasploit Framework
 
 
 
 
 
 
Go to file
Pearce Barry 8344401484
Add docs, minor tweaks.
2017-12-17 18:15:49 -06:00
.github
app
config
data Land #8509, add Winsxs bypass for UAC 2017-10-11 16:24:52 -05:00
db
docker move Dockerfile to root 2017-08-28 16:57:28 +02:00
documentation Add docs, minor tweaks. 2017-12-17 18:15:49 -06:00
external Fix conflicts in PR 8509 by mergeing to master 2017-10-09 10:30:21 -05:00
lib Land #8728, Psexec via PSH related fixes 2017-10-24 15:55:18 -05:00
modules Add docs, minor tweaks. 2017-12-17 18:15:49 -06:00
plugins
script
scripts Method typo fix. 2017-10-25 07:06:18 -05:00
spec Land #8728, Psexec via PSH related fixes 2017-10-24 15:55:18 -05:00
test
tools rework msftidy exit codes 2017-09-15 10:27:04 +02:00
.dockerignore
.gitignore
.gitmodules
.mailmap
.rspec
.rubocop.yml
.ruby-gemset
.ruby-version bump Ruby to 2.4.2, fix security issues 2017-09-23 21:12:12 -04:00
.simplecov
.travis.yml increase travis timeout 2017-09-29 11:50:02 +02:00
.yardopts remove HACKING from yardopts 2017-09-07 02:35:56 -05:00
CODE_OF_CONDUCT.md
CONTRIBUTING.md update references to sourceforge ML 2017-08-20 13:23:54 -05:00
COPYING
Dockerfile bump Ruby to 2.4.2, fix security issues 2017-09-23 21:12:12 -04:00
Gemfile restrict aggregator on arm for now 2017-10-18 13:21:02 -05:00
Gemfile.local.example
Gemfile.lock Fix #9111, bump metasploit-payloads gem to include php 5.3.10 fix 2017-10-24 11:40:02 +08:00
LICENSE
LICENSE_GEMS Update rex-exploitation to 0.1.15 2017-10-11 14:09:35 -05:00
README.md update references to sourceforge ML 2017-08-20 13:23:54 -05:00
Rakefile
Vagrantfile
docker-compose.yml move Dockerfile to root 2017-08-28 16:57:28 +02:00
metasploit-framework.gemspec Fix #9111, bump metasploit-payloads gem to include php 5.3.10 fix 2017-10-24 11:40:02 +08:00
msfconsole
msfd Removing unnecessary spaces 2017-09-12 10:00:18 -03:00
msfrpc Removing unnecessary spaces 2017-09-12 10:00:18 -03:00
msfrpcd Removing unnecessary spaces 2017-09-12 10:00:18 -03:00
msfupdate
msfvenom Removing unnecessary spaces 2017-09-12 10:00:18 -03:00

README.md

Metasploit Build Status Code Climate

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.