Go to file
Niboucha Redouane 4374edd37a add truncated SQLi in SQLite, and update test module to add it as an option 2020-08-27 16:28:38 +02:00
.github
app
config
data
db automatic module_metadata_base.json update 2020-08-27 09:00:13 -05:00
docker
documentation parent 1bd4a8d752 2020-08-27 09:05:07 -04:00
external
lib add truncated SQLi in SQLite, and update test module to add it as an option 2020-08-27 16:28:38 +02:00
modules Switch back to using fail_with now that the issue is fixed 2020-08-27 09:14:51 -04:00
plugins
script
scripts
spec Land #13913, [GSoC] Specs for the SQLi library 2020-08-20 17:43:11 -05:00
test add truncated SQLi in SQLite, and update test module to add it as an option 2020-08-27 16:28:38 +02:00
tools
.dockerignore
.gitignore
.gitmodules
.mailmap Add cgranleese-r7 to the mailmap 2020-08-21 11:18:25 +01: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 Bump version of framework to 6.0.3 2020-08-20 12:02:45 -05:00
LICENSE
LICENSE_GEMS Bump version of framework to 6.0.3 2020-08-20 12:02:45 -05:00
README.md
Rakefile
Vagrantfile
docker-compose.override.yml
docker-compose.yml
metasploit-framework.gemspec
msf-json-rpc.ru
msf-ws.ru
msfconsole
msfd
msfdb
msfrpc
msfrpcd
msfupdate
msfvenom

README.md

Metasploit Build Status Maintainability Test Coverage 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.