Share
## https://sploitus.com/exploit?id=30DE4E70-C6D4-5CD6-BE13-FD9FDF810436
# ๐Ÿ” RestroPress โ€“ Online Food Ordering System 3.0.0 - 3.1.9.2

## ๐Ÿ›ก๏ธ CVE-2025-9209.py โ€” Mass Automatic Exploit & Extraction Tool

---

## โš ๏ธ Vulnerability Overview

**RestroPress โ€“ Online Food Ordering System** versions 3.0.0 to 3.1.9.2 are affected by an _Unauthenticated Information Exposure_ leading to _Authentication Bypass via Forged JWT_.

> The plugin exposes user private tokens and API key data, allowing unauthenticated attackers to forge JWT tokens, gaining full access to other usersโ€”including administrators.

- **CVE:** CVE-2025-9209
- **CVSS:** 9.8 (Critical)
- **Impact:** Full account takeover possible without prior authentication.

---

![Vulnerability illustration](https://github.com/Nxploited/CVE-2025-9209/blob/main/mass.png)

---

## ๐Ÿš€ Script Features

- Ultra-fast site scanning (multi-threaded execution for large lists)
- Auto-detects and extracts all available private/public keys, tokens, and authentication info for every accessible account.
- Mass exploitation โ€” identifies multiple vulnerable accounts per site.
- Reliable credential extraction โ€” validates credentials during exploitation.
- Output to four structured files:
  - `exposures.txt` โ€” Found exposures and credentials.
  - `tokens.txt` โ€” JWT tokens extracted.
  - `exploited_sites.txt` โ€” Sites with multiple exposed accounts.
  - `cookies.txt` โ€” Session cookies from successful exploitation.
- Requires no authentication or elevated privileges.
- Resilient to network failures and blockages; recovers and retries transparently.
- Thread-safe file writing for consistent results.

---

## ๐Ÿ› ๏ธ Usage

1. Place a list of target WordPress sites in a text file (one URL per line):
    ```
    targets.txt
    ```
    Example:
    ```
    https://example.com
    https://victim01.com
    ```

2. Run the script:
    ```bash
    python3 CVE-2025-9209.py
    ```

3. Follow prompts for thread count, verification, curl fallback, and request delay.

4. Review outputs in the generated text files (`exposures.txt`, `tokens.txt`, `exploited_sites.txt`, and `cookies.txt`).

---

## โœจ Author

**By: Nxploited ( Khaled Alenazi )**

---

## โš–๏ธ Disclaimer

- **This tool is provided for educational and authorized security testing only.**
- **Do not use against systems or data without explicit permission.**
- **The author assumes no responsibility for misuse or damage resulting from the use of this script.**

---