bitsadmin/wesng

Windows Exploit Suggester - Next Generation

View on GitHub ↗Jump to charts ↓Open shareable report

Summary Information

Updated 1 hour ago
Added to GitGenius on September 14th, 2026
Created on March 2nd, 2019
Open Issues & Pull Requests: 9 (+0)
GitHub issues: Enabled
Number of forks: 607
Total Stargazers: 4,935 (+0)
Total Subscribers: 95 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 23.5 days
Mean response time: 345.4 days
90th percentile: 1636.9 days
Tracked items: 5

Most active contributors

Sign in to see contributor activity.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 1
New in 7 days: 0
Closed in 7 days: 0
Avg open age: 2,334 days
Stale 30+ days: 1
Stale 90+ days: 1

Recent activity

Opened in 7 days: 0
Closed in 7 days: 0
Comments in 7 days: 0
Events in 7 days: 0

Top labels

  • bug (2)
  • enhancement (1)

Most active issues this week

No issue events were indexed in the last 7 days.

Detailed Description

WES-NG is a vulnerability scanner that identifies missing security patches and applicable exploits for Windows systems.

The tool addresses the challenge of determining which security vulnerabilities affect a specific Windows installation. It works by analyzing system information from the target machine—either through Windows' built-in systeminfo utility or through dedicated scripts that enumerate missing patches—and cross-referencing this against a comprehensive database of known vulnerabilities and their associated exploits. The database combines data from Microsoft Security Bulletins, the Microsoft Security Response Center API, the National Vulnerability Database, and Exploit-DB to provide broad coverage of known issues.

WES-NG suits penetration testers and system administrators who need to quickly assess patch compliance and exposure across Windows environments. It supports every Windows version from Windows XP through Windows 11, including Server editions, making it applicable to both modern and legacy systems. The tool can operate in disconnected environments by accepting systeminfo output as input, and includes a validation mechanism to cross-check results against Microsoft's Update Catalog to reduce false positives, which the README notes can occur due to incomplete data from Microsoft's feeds.

The project maintains an actively updated vulnerability database that users can refresh locally, and provides collector scripts for those who need to generate the database manually from source feeds. The codebase includes both VBScript and PowerShell variants for patch enumeration, offering flexibility across different Windows environments and administrative contexts.