Go to file
Grant Willcox 4bbae96840
Land #16801 - Remove scripts/meterpreter/schelevator.rb
2022-07-25 17:06:24 -05:00
.github Workflows: Labels: Fix typo 2022-07-21 12:08:57 +10:00
app
config
data Fix default LDAP query descriptions due to some typos 2022-07-22 12:13:14 -05:00
db automatic module_metadata_base.json update 2022-07-25 16:30:57 -05:00
docker
docs update docs for Pro links 2022-07-11 10:09:24 -05:00
documentation Add in updated scenario documentation 2022-07-25 14:14:52 -05:00
external Land #1642, Add module for cve-2022-0995 2022-04-21 09:12:47 -05:00
kubernetes
lib Land #16668, HTTP Crawler: don't expect page object for msg 2022-07-21 18:35:35 -05:00
modules Land #16793, Add Roxy-WI (CVE-2022-31137) Unauthenticated Command Injection RCE 2022-07-25 16:09:43 -05:00
plugins Update nessus.rb 2022-05-11 19:56:32 -04:00
script
scripts Remove scripts/meterpreter/schelevator.rb 2022-07-22 00:19:29 +10:00
spec Land #16774, Suggest a correct datastore option 2022-07-21 14:37:45 -05:00
test Update test module to properly handle multiline return values so that we can properly test things like dumping file content 2022-06-17 13:35:32 -05:00
tools Land #16627, Add some error handling to update_payload_cache_size script 2022-06-16 10:25:44 -05:00
.dockerignore
.git-blame-ignore-revs Update git-blame-ignore-revs to ignore tabs to spaces commits 2022-05-04 13:15:53 +01:00
.gitignore
.gitmodules
.mailmap
.rspec
.rubocop.yml Update rubocop rules for test modules 2022-04-28 14:11:26 +01:00
.ruby-gemset
.ruby-version
.simplecov
.yardopts
CODE_OF_CONDUCT.md
CONTRIBUTING.md
COPYING
CURRENT.md
Dockerfile
Gemfile Update to RubySMB v3.1.2 for server requirements 2022-05-16 14:39:45 -04:00
Gemfile.local.example
Gemfile.lock Bump version of framework to 6.2.9 2022-07-21 12:06:12 -05:00
LICENSE Update license terms to properly comply with MIT license on exploit code. 2022-04-05 16:31:03 -05:00
LICENSE_GEMS Bump version of framework to 6.2.9 2022-07-21 12:06:12 -05:00
README.md
Rakefile
Vagrantfile
docker-compose.override.yml
docker-compose.yml
metasploit-framework.gemspec Update metasploit payloads to 2.0.94 2022-06-23 18:46:51 +02:00
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.