Metasploit Framework 6.5 Released - #2576
Open
carlospolop wants to merge 1 commit into
Open
Conversation
Collaborator
Author
🔗 Additional ContextOriginal Blog Post: https://rapid7.com/blog/post/pt-metasploit-framework-6-5-released Content Categories: Based on the analysis, this content was categorized under "Generic Hacking / Metasploit Framework and payload delivery; Windows Hardening / NTLM relay and Active Directory RBCD or Shadow Credentials; Linux Post-Exploitation / fileless memfd execution; AI Security / AI MCP Security". Repository Maintenance:
Review Notes:
Bot Version: HackTricks News Bot v1.0 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
🤖 Automated Content Update
This PR was automatically generated by the HackTricks News Bot based on a technical blog post.
📝 Source Information
🎯 Content Summary
Metasploit Framework 6.5
Released on July 30, 2026, Metasploit Framework 6.5 incorporates 422 modules added over the preceding two years and introduces major offensive-security capabilities: Malleable C2 profiles for Meterpreter, a Model Context Protocol server for policy-controlled AI integration, HTTP-to-SMB/LDAP NTLM relay, automated NTLMRelay2Self privilege escalation, fileless and size-constrained Linux Fetch payloads, architecture-aware payload delivery, randomized Windows block...
🔧 Technical Details
Malleable Meterpreter C2: Configure an HTTP(S) Meterpreter payload with
MALLEABLEC2=/path/to/profileto transform supported URIs, headers, user agents, and other traffic properties so C2 resembles legitimate web activity. Stageless payloads apply the profile immediately, while staged payloads apply it only after downloading the full Meterpreter stage. This can undermine detections that depend on fixed Meterpreter network indicators.Policy-gated AI operation of offensive tooling: Expose Metasploit to an LLM through
msfmcpd, but separate passive intelligence access from high-impact actions. Leave host, service, credential, module, job, and session queries enabled while requiring explicit authorization for module checks, module execution, session termination, and writes to interactive sessions. A reusable workflow is reconnaissance withmsf_host_info/msf_service_info, module selection with 🤖 Agent ActionsUpdated
src/generic-methodologies-and-resources/pentesting-network/spoofing-llmnr-nbt-ns-mdns-dns-and-wpad-and-relay-attacks.md.Added:
http_to_smb/http_to_ldaprelay coveragesessions -ufollow-up notentlm_relay_2_selfsection with real prerequisites and chain detailsI skipped the other release items because they were either already covered in HackTricks (MCP abuse, memfd/fileless execution, RBCD/Shadow Credentials basics) or were mostly tool-release features rather than new standalone techniques.
This PR was automatically created by the HackTricks Feed Bot. Please review the changes carefully before merging.