Files
metasploit-gs/config
Christophe De La Fuente 6f3884e832 Redesign the logging capability using Rex::Logging and Rake middleware
- remove the original Logger
- use Rex::Logging with helper methods (dlog, ilog, etc.)
- add `sanitize` configuration option
- create Sanitizing, JsonFlatfile and JsonStream sinks for JSON logging format
- minor updates in apply_default (Loader)
- update the re-authentication logic (fix a specific usecase)
- add a Rack middleware that logs MCP HTTP request/response
- use Rex::Socket::Tcp instead of TcpSocket
- update the ensure_rpc_available for better validation
- use around_request instead of the deprecated SDK instrumentation for logging
- update and add specs
2026-04-30 11:10:09 +02:00
..
2025-10-07 13:33:20 +01:00

Contains various files that help configure Metasploit. Most files here you'll never have to deal with, though database.yml.example might be useful for those looking to configure their database, and openssl.conf might be helpful for those trying to troubleshoot OpenSSL issues in Metasploit.