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
WSUSploit.NET — C# proof-of-concept for CVE-2025-59287 targeting WSUS, demonstrating exploitation and providing defensive detection guidance for IIS logs and Windows Event 7053. | Kitploit
Tools/GitHubGitHub/0xbruno/wsusploit.net
Vulnerability AnalysisExploitationWeb SecurityPenetration TestingLearning & EducationRed Teaming
GitHub0xbruno/wsusploit.net

WSUSploit.NET

C# proof-of-concept for CVE-2025-59287 targeting WSUS, demonstrating exploitation and providing defensive detection guidance for IIS logs and Windows Event 7053.

View Repository
119 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

WSUSploit.NET

C# PoC for CVE-2025-59287

Basically a port of the initial public PoC. Warning, will mess up WSUS.

Disclaimer:

This is for ethical and legal security testing, research, and education. Do not use any of this software in any unauthorized manner.

Defensive Considerations

These HTTP calls in this order. A more advanced threat actor may throw in random HTTP calls to avoid this detection. IIS Log Path :C:\inetpub\logs\LogFiles\<WSUS IIS SERVER>\<LOG FILE NAME>.log

root@kitploit:~
POST /ReportingWebService/ReportingWebService.asmx
POST /SimpleAuthWebService/SimpleAuth.asmx 
POST /ClientWebService/Client.asmx 
POST /ReportingWebService/ReportingWebService.asmx

Windows Event 7053

Source: Windows Server Update Services

Windows Logs > Application

root@kitploit:~
...
System.InvalidCastException -- Unable to cast object of type 'System.Windows.Data.ObjectDataProvider' to type 'System.Windows.Media.Brush'.
...
Download Tool