master
Also catch ECONNRESET
Add additional validation to db_import
Add regression spec for stage encoder register preservation
Refactor the segment injector and hijacker
Address Copilot review: record peer-cert dedup only after output
Add Malleable C2 profile regression specs
Fix after 2nd code review
Improve vuln and vuln attempt tracking
Refactor file collection logic to exclude lib/ directory
Enable new session types for tests
Merge branch 'master' of github.com:rapid7/metasploit-framework into 6.5
Fix Meterpreter response timeout leak
Adress comments from code review
fixed: ssh cmd_exec newline handling in command shells
Replace SEPARATOR constant with trace_separator(label) method
Fix typo
decribe -> RSpec.describe
Add global datastore option configuration
Merge pull request #21153 from Nayeraneru/fixed/datastore_AdvancedOptions
rank modules consistently
Fix `fail_with` console output by tracking error messages
Use zeitwerk for lib/msf/core folder
Remove all references to `Msf::SymbolicModule`
Add feature flagged datastore rewrite, with support for option fallback lookups
address review feedback
Allow wildcard bind addresses for handlers that bind to all interfaces
Fix OptArray splitting/validation and migrate all Meterpreter platform options
Improve show options to include options with conditions
Make enum options case normalizing
Add the spec for the new int range option
Add database ref opts for kerberos and pkcs12
Fix edgecase in Meterpreter job persistence
Update DNS resolution for socks proxies
Add http support in rhosts option
add frozen_string_literal header; revert LHOST to OptAddressLocal
add OptTimedelta datastore option and remove Kerberos-specific clock skew parsing
Fix reused option visibility mutations
Consolidate datastore with fallbacks logic
Leverage the module metadata cache in the module_sets
Update cache sizes for bash payloads
Adds SSL support to the postgres_login module
Update logic for aux modules having called report_vuln already
Fix `undefined method` error in `/api/v1/modules` endpoint
Give specific version details when the version matches perfectly