Go to file
Patryk Krawaczyński ce10038546
Replace grep with getent in entrypoint.sh
Use native "getent" command to get entries from NSS insead of "grep".
2023-10-18 15:38:21 +02:00
.github Add support for ruby 3.3.0-preview2 2023-10-13 01:41:10 +01:00
app
config
data Initial commit of CVE-2023-43654 2023-10-12 09:27:26 -04:00
db automatic module_metadata_base.json update 2023-10-13 06:51:04 -05:00
docker Replace grep with getent in entrypoint.sh 2023-10-18 15:38:21 +02:00
docs Update docs/metasploit-framework.wiki/Writing-Module-Documentation.md 2023-10-13 11:58:01 -04:00
documentation Land #18428, Add mssql_login docs 2023-10-13 10:56:58 -04:00
external Address comments from the review 2023-10-12 09:50:19 -04:00
kubernetes
lib Update creds cracked password to work with remote database 2023-10-13 12:30:27 +01:00
modules Land #18449, Update mysql authbypass hashdump module to correctly close sockets 2023-10-13 11:43:59 +01:00
plugins
script
scripts
spec Land #17689, adding a new column cracked password in creds command to show cracked passwords 2023-10-13 12:25:51 +01:00
test
tools Add history support to nasm and metasm shells 2023-10-04 22:36:19 +01:00
.dockerignore
.git-blame-ignore-revs
.gitignore
.gitmodules
.mailmap
.rspec
.rubocop.yml
.ruby-gemset
.ruby-version
.simplecov
.solargraph.yml
.yardopts
CODE_OF_CONDUCT.md
CONTRIBUTING.md
COPYING
CURRENT.md
Dockerfile
Gemfile
Gemfile.local.example
Gemfile.lock Bump version of framework to 6.3.39 2023-10-12 12:08:36 -05:00
LICENSE
LICENSE_GEMS Bump version of framework to 6.3.39 2023-10-12 12:08:36 -05:00
README.md
Rakefile
Vagrantfile
cortex.yaml
docker-compose.override.yml
docker-compose.yml
metasploit-framework.gemspec Update metasploit-payloads gem to 2.0.156 2023-10-11 14:05:45 -04:00
msf-json-rpc.ru
msf-ws.ru
msfconsole Add support for ruby 3.3.0-preview2 2023-10-13 01:41:10 +01:00
msfd
msfdb Improve UX for databse management prompts 2023-10-09 11:04:34 +01:00
msfrpc
msfrpcd
msfupdate
msfvenom

README.md

Metasploit 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://docs.metasploit.com/docs/using-metasploit/getting-started/nightly-installers.html

You can find documentation on Metasploit and how to use it at: https://docs.metasploit.com/

Information about setting up a development environment can be found at: https://docs.metasploit.com/docs/development/get-started/setting-up-a-metasploit-development-environment.html

Our bug and feature request tracker can be found at: https://github.com/rapid7/metasploit-framework/issues

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://docs.metasploit.com/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 take a look at the Using Metasploit page on the documentation website.

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.