## https://sploitus.com/exploit?id=FC4D2D2B-1FD1-54D8-B3E4-DEBE10A65593
# CVE-2025-5777 Exploit Tool π₯
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](https://t.me/GOTOCVE) initiative.
> β οΈ **For educational purposes only. Do NOT use this on systems you don't own or have explicit permission to test.**
---
## π About
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.
---
## π Features
- Async-based fast scanning
- Extracts leaked authentication tokens
- Finds hidden/internal VPN paths
- Easy to use, fast results
- Clean JSON output (optional)
---
## π¦ Installation
```bash
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
## π Usage
```bash
python3 exploit.py https://target-vpn.com
```
* Add `--proxy http://127.0.0.1:8080` to route through Burp/SOCKS
* Add `--silent` to suppress output
* Add `--output result.json` to save to JSON
Example:
```bash
python3 exploit.py https://20.237.190.100 --output leaks.json
```
---
## π Output Sample and nuceli Sample
```
[!] Leak analysis:
β Tokens found: ZWZlNjViZDA4NThj...
β Paths found: /nf/auth/doLogoff.do, /nf/auth/doEPA.do, /Credential
```
and
---
## β
Prevention Tips
To avoid exploitation of this CVE:
* Sanitize all user inputs on the Citrix VPN front-end.
* Restrict access control to any public path added manually.
* Apply Citrix's latest security patches.
---
## π Legal & Disclaimer
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:
* You will use it only in labs or authorized environments
* You accept all liability for any damages caused by misuse
---
## π‘ Telegram Channel
Join the CVE leak and exploit research community:
π **[https://t.me/GOTOCVE](https://t.me/GOTOCVE)**
---
## βοΈ Author
Developed by `Ali Soltani` β red teamer and CVE hunter.
Proudly part of the GO-TO CVE