Open
Conversation
Collaborator
Author
🔗 Additional ContextOriginal Blog Post: https://www.rapid7.com/blog/post/pt-metasploit-wrap-up-03-13-2026 Content Categories: Based on the analysis, this content was categorized under "HackTricks Main -> Generic Methodologies & Resources (External Recon / OSINT) for LeakIX-based recon; and Windows/AV Bypass or Generic Hacking (Evasion / Payloads) for Linux RC4 packing + nanosleep delay technique; additionally Network Services Pentesting -> Pentesting Web -> SPIP (or create a SPIP subsection) to reference CVE-2025-71243 / metasploit exploit/multi/http/spip_saisies_rce.". 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
Rapid7 Metasploit Wrap-Up (Mar 13, 2026): This release introduces three new Metasploit Framework modules spanning recon, evasion, and exploitation, plus two enhancements and one bug fix. It also notes a Metasploit Pro 5.0.0 product milestone (UI update + SSO), but that section does not provide exploit details.
1) Recon: LeakIX Search (auxiliary/gather/leakix_search)
What it is: A new auxiliary recon/gather module that integrates the L...🔧 Technical Details
LeakIX-assisted external attack surface discovery: Use LeakIX (via Metasploit’s
auxiliary/gather/leakix_search) to enumerate an organization’s externally exposed services and locate leaked credential/database artifacts associated with the target. This reconnaissance output can be used to prioritize validation of exposed endpoints and identify high-value leads (e.g., leaked secrets) that enable subsequent exploitation.Linux payload static-evasion via RC4 packing + runtime stub: Wrap a Linux x64 payload by encrypting it with RC4 and embedding it alongside a compact loader stub that decrypts and executes the payload at runtime. Optionally add a
nanosleep-based delay before decryption/execution to reduce effectiveness of short-lived sandbox runs and automated detonations.Unauthenticated PHP code injection to RCE via attacker-controlled parameter: When a PHP application/plugin processes an attacker-controlled parameter (here: <...
🤖 Agent Actions
Summary
Files
src/generic-methodologies-and-resources/external-recon-methodology/README.mdsrc/generic-hacking/reverse-shells/msfvenom.mdsrc/network-services-pentesting/pentesting-web/spip.mdsrc/network-services-pentesting/pentesting-web/README.mdsrc/SUMMARY.mdTests
Next Steps
This PR was automatically created by the HackTricks Feed Bot. Please review the changes carefully before merging.
📚 Repository Maintenance
All .md files have been checked for proper formatting (headers, includes, etc.).