awesome-repositories.com
博客
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
bitsadmin avatar

bitsadmin/wesng

0
View on GitHub↗
4,881 星标·603 分支·Python·BSD-3-Clause·1 次浏览

Wesng

该项目是一套用于 Windows 漏洞评估和补丁管理审计的专用工具。它作为一个漏洞扫描器和漏洞利用建议工具,通过分析已安装的更新来识别缺失的安全补丁及其对应的已知漏洞。

该系统的独特之处在于,它将缺失的更新与整合后的漏洞数据库进行匹配,从而推荐特定的公开漏洞利用程序。它通过将远程安全公告同步到本地数据库,并将识别出的漏洞与官方更新目录进行交叉引用,来处理补丁替代关系并消除误报,从而保持准确性。

该工具提供了安全表面分析功能,允许用户通过基于严重程度的过滤和安装日期细化来优先处理高风险漏洞。它还包含一个数据库客户端,用于从多个远程源收集和同步安全定义更新。

Features

  • Windows Vulnerability Assessments - Performs security audits on Windows hosts to identify missing security updates and configuration gaps.
  • Exploit Suggesters - Identifies potential vulnerabilities and suggests applicable exploits based on the target system configuration.
  • Exploit Recommendations - Suggests specific publicly available exploits by mapping missing security patches against a vulnerability database.
  • Security Definition Synchronizations - Downloads and merges external security bulletins and vulnerability metadata into a local database.
  • Patch Auditing Tools - Provides utilities for auditing installed fixes against official catalogs to identify security gaps.
  • Kernel Exploit Identification - Matches system versions and missing patches against vulnerability databases to find applicable exploits.
  • Missing Patch Detection - Identifies missing security updates on target systems to uncover potential vulnerabilities.
  • Patch Supersedence Filters - Filters out vulnerabilities that have been resolved by newer, cumulative security updates.
  • Vulnerability Database Management - Synchronizes and maintains local copies of security metadata and bulletins from external sources.
  • Update Catalog Querying - Queries official update catalogs to verify the status of missing security patches and eliminate false positives.
  • Exploit Mapping - Connects missing patches to associated vulnerabilities based on severity, impact, and the availability of known exploits.
  • Update Service Integrations - Interfaces with system update services and offline scan files to identify missing security patches.
  • Vulnerability Result Refinements - Refines vulnerability findings using severity thresholds and installation dates to isolate high-risk gaps.
  • Patch Accuracy Validation - Cross-references missing patches against official catalogs to remove false positives and verify installation requirements.
  • Attack Surface Analysis - Analyzes the attack surface by filtering and prioritizing critical vulnerabilities on a target machine.
  • Patch Exclusion Lists - Excludes specific update identifiers from results to remove false positives and refine identified gaps.
  • Patch Date Filters - Filters vulnerability results based on the installation or release date of security patches.
  • Security Data Consolidations - Aggregates vulnerability data and patch details from multiple remote sources into a unified local database.
  • Security Vulnerability Trackers - Tracks the emergence of security flaws and updates vulnerability lists to maintain current analysis data.
  • Vulnerability Data Synchronization - Updates local security definitions and exploit records from remote vulnerability sources.
  • Security Patch False Positives - Removes known incorrect update results from the analysis to ensure only truly missing patches are reported.
  • Vulnerability Severity Filtering - Filters vulnerability results using severity thresholds and installation dates to prioritize high-risk gaps.
  • Exploit Development - Tool for identifying missing patches and potential exploits.
  • Post Exploitation - Tool for identifying missing Windows patches.
  • Privilege Escalation - Checks Windows systems for missing patches.
  • Privilege Escalation Tools - Tool for suggesting Windows exploits based on system information.

Star 历史

bitsadmin/wesng 的 Star 历史图表bitsadmin/wesng 的 Star 历史图表

AI 搜索

探索更多 awesome 仓库

用简单的语言描述您的需求 —— AI 将根据相关性为您从数千个精选开源项目中进行排序。

Start searching with AI

Wesng 的开源替代方案

相似的开源项目,按与 Wesng 的功能重合度排序。
  • gdssecurity/windows-exploit-suggesterGDSSecurity 的头像

    GDSSecurity/Windows-Exploit-Suggester

    4,209在 GitHub 上查看↗

    Windows-Exploit-Suggester is a security audit tool designed to scan Windows systems for outdated components and missing security patches. It functions as a vulnerability scanner that compares target patch levels against official vendor security bulletins to identify security gaps. The tool specializes in exploit mapping, linking identified missing updates to known public exploit code and available penetration testing modules. It automates the research process by cross-referencing missing patches with specific vulnerability identifiers to determine applicable attack vectors. The system includ

    Python
    在 GitHub 上查看↗4,209
  • strozfriedberg/windows-exploit-suggesterstrozfriedberg 的头像

    strozfriedberg/Windows-Exploit-Suggester

    4,211在 GitHub 上查看↗

    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

    Python
    在 GitHub 上查看↗4,211
  • mzet-/linux-exploit-suggestermzet- 的头像

    mzet-/linux-exploit-suggester

    6,528在 GitHub 上查看↗

    linux-exploit-suggester is a diagnostic utility and vulnerability scanner designed to identify potential kernel exploits on Linux systems. It functions as a privilege escalation auditor by matching system information and kernel versions against a database of known security flaws. The tool differentiates itself by filtering and ranking exploits based on specific system properties and runtime security configurations. It evaluates kernel hardening settings, such as memory protection mechanisms, to discard inapplicable exploits and prioritize candidates by their probability of success. The softw

    Shell
    在 GitHub 上查看↗6,528
  • itm4n/privesccheckitm4n 的头像

    itm4n/PrivescCheck

    3,860在 GitHub 上查看↗

    PrivescCheck is a PowerShell-based security auditing tool designed to scan Windows configurations for potential privilege escalation paths and local host vulnerabilities. It functions as a vulnerability assessment utility that analyzes system settings and registry configurations to identify weaknesses that could allow unauthorized administrative access. The tool automates internal security reconnaissance and post-exploitation data collection to gather environmental information. It serves as a security compliance reporter by exporting scan results into structured formats, including HTML, CSV,

    PowerShellpentest-toolpentestingprivilege-escalation
    在 GitHub 上查看↗3,860
查看 Wesng 的所有 30 个替代方案→

常见问题解答

bitsadmin/wesng 是做什么的?

该项目是一套用于 Windows 漏洞评估和补丁管理审计的专用工具。它作为一个漏洞扫描器和漏洞利用建议工具,通过分析已安装的更新来识别缺失的安全补丁及其对应的已知漏洞。

bitsadmin/wesng 的主要功能有哪些?

bitsadmin/wesng 的主要功能包括:Windows Vulnerability Assessments, Exploit Suggesters, Exploit Recommendations, Security Definition Synchronizations, Patch Auditing Tools, Kernel Exploit Identification, Missing Patch Detection, Patch Supersedence Filters。

bitsadmin/wesng 有哪些开源替代品?

bitsadmin/wesng 的开源替代品包括: gdssecurity/windows-exploit-suggester — Windows-Exploit-Suggester is a security audit tool designed to scan Windows systems for outdated components and… strozfriedberg/windows-exploit-suggester — Windows-Exploit-Suggester is a security analysis tool designed to audit patch levels and identify vulnerabilities on… mzet-/linux-exploit-suggester — linux-exploit-suggester is a diagnostic utility and vulnerability scanner designed to identify potential kernel… itm4n/privesccheck — PrivescCheck is a PowerShell-based security auditing tool designed to scan Windows configurations for potential… jondonas/linux-exploit-suggester-2 — Next-Generation Linux Kernel Exploit Suggester. carlospolop/peass-ng — PEASS-ng is a Linux privilege escalation scanner and post-exploitation enumeration tool. It identifies security…