3 repository-uri
Identifying missing security updates on a target system to uncover potential vulnerabilities.
Distinct from Update Detection: Existing candidates focus on software version detection or container-specific updates, not system-level security patch auditing.
Explore 3 awesome GitHub repositories matching security & cryptography · Missing Patch Detection. Refine with filters or upvote what's useful.
This project is a set of specialized utilities for Windows vulnerability assessment and patch management auditing. It functions as a vulnerability scanner and exploit suggester that analyzes installed updates to identify missing security patches and their corresponding known vulnerabilities. The system distinguishes itself by matching missing updates against a consolidated vulnerability database to recommend specific publicly available exploits. It maintains accuracy by synchronizing remote security bulletins into a local database and cross-referencing identified gaps against official update
Identifies missing security updates on target systems to uncover potential vulnerabilities.
Windows-Exploit-Suggester is a security analysis tool designed to audit patch levels and identify vulnerabilities on Windows hosts. It functions as a vulnerability scanner and patch level auditor that compares installed system hotfixes against Microsoft security bulletins to detect missing updates. The project maps these missing security updates to known public exploits and available Metasploit modules. It uses a vulnerability database interface to download and query external security bulletin data, linking specific unpatched vulnerabilities to viable exploit vectors. The tool's capabilities
Identifies missing security updates by comparing installed system hotfixes against a database of known updates.
Windows-Exploit-Suggester este un instrument de audit de securitate conceput pentru a scana sistemele Windows în căutarea componentelor învechite și a patch-urilor de securitate lipsă. Acesta funcționează ca un scaner de vulnerabilități care compară nivelurile de patch-uri ale țintei cu buletinele oficiale de securitate ale furnizorului pentru a identifica lacunele de securitate. Instrumentul este specializat în maparea exploit-urilor, legând actualizările lipsă identificate de codul de exploit public cunoscut și de modulele de testare a penetrării disponibile. Automatizează procesul de cercetare prin corelarea patch-urilor lipsă cu identificatori specifici de vulnerabilitate pentru a determina vectorii de atac aplicabili. Sistemul include capabilități pentru compararea de la distanță a nivelului de patch-uri și detectarea euristică pentru a deduce starea unui host. Menține acuratețea printr-un mecanism de sincronizare care descarcă și parsează cele mai recente date de securitate din sursele furnizorilor pentru a-și actualiza baza de date internă de vulnerabilități.
Identifies missing security updates on a target system using versioning and patch metadata.