awesome-repositories.com
Blog
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

6 Repos

Awesome GitHub RepositoriesVulnerability Database APIs

Programmatic interfaces used to query known security vulnerabilities for software components.

Distinct from API-Specific Vulnerability Reporting: Distinct from API-Specific Vulnerability Reporting which focuses on vulnerabilities within the API itself, not using an API to find vulnerabilities in other software.

Explore 6 awesome GitHub repositories matching security & cryptography · Vulnerability Database APIs. Refine with filters or upvote what's useful.

Awesome Vulnerability Database APIs GitHub Repositories

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • wpscanteam/wpscanAvatar von wpscanteam

    wpscanteam/wpscan

    9,636Auf GitHub ansehen↗

    WPScan is a security analysis utility and vulnerability scanner designed specifically for auditing WordPress installations and other content management systems. It functions as a web application security tool that identifies misconfigurations, outdated software, and security holes in core installations, plugins, and themes. The tool employs black-box scanning techniques to perform site component enumeration, identifying users, themes, and plugins by matching known file paths and response signatures. It matches these detected components against a database of known security flaws to analyze the

    Provides API-based lookups to a remote security database to identify flaws in detected plugins and themes.

    Ruby
    Auf GitHub ansehen↗9,636
  • infobyte/faradayAvatar von infobyte

    infobyte/faraday

    6,523Auf GitHub ansehen↗

    Faraday is a vulnerability management platform and security tool aggregator designed to centralize security findings from multiple scanners into a single dashboard. It utilizes a relational security database to catalog hosts, services, and security flaws, enabling users to track remediation and analyze organizational risk. The platform distinguishes itself through a plugin-based system that normalizes diverse security tool outputs into a unified data model. It supports deep integration with a wide array of scanners and CLI tools, intercepting shell command output or parsing report files to ag

    Enables programmatic CRUD operations on vulnerability objects and the attachment of evidence files to findings.

    Python
    Auf GitHub ansehen↗6,523
  • strozfriedberg/windows-exploit-suggesterAvatar von strozfriedberg

    strozfriedberg/Windows-Exploit-Suggester

    4,211Auf GitHub ansehen↗

    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

    Provides an interface to query external security bulletin data to determine target exploitability.

    Python
    Auf GitHub ansehen↗4,211
  • dependencytrack/dependency-trackAvatar von DependencyTrack

    DependencyTrack/dependency-track

    3,612Auf GitHub ansehen↗

    Dependency-Track is a software composition analysis tool and vulnerability management system designed to track dependencies and supply chain risk. It functions as a platform for ingesting and analyzing CycloneDX software bills of materials to identify known vulnerabilities and license compliance issues within third-party software components. The system distinguishes itself by mirroring external vulnerability databases locally to enable fast offline analysis and using VEX documents to differentiate between technical vulnerabilities and actual contextual risks. It also integrates with identity

    Queries public vulnerability database APIs using Package URLs to detect known security risks.

    Javaappsecbill-of-materialsbom
    Auf GitHub ansehen↗3,612
  • cve-search/cve-searchAvatar von cve-search

    cve-search/cve-search

    2,593Auf GitHub ansehen↗

    cve-search is a vulnerability search engine and database manager designed to index, synchronize, and query CVE and CPE security vulnerability data. It functions as a security data warehouse that imports vulnerability feeds into a local database to enable fast, keyword-based discovery of security flaws. The project provides a web-based vulnerability browser and a programmatic JSON API for retrieving records and risk scores. It utilizes full-text indexing for vulnerability descriptions and implements an identity-verified security portal using the OpenID Connect standard for user authentication.

    Provides a programmatic JSON API for retrieving vulnerability records and risk scores for external security platforms.

    Pythoncommon-vulnerabilitiescpecve
    Auf GitHub ansehen↗2,593
  • google/osv.devAvatar von google

    google/osv.dev

    2,494Auf GitHub ansehen↗

    OSV is a distributed database and aggregator of open-source security advisories that uses a standardized vulnerability schema to track security flaws. It functions as a system for collecting and normalizing security data from diverse ecosystems into a single unified format, providing a web API for querying package vulnerabilities and submitting standardized records. The project distinguishes itself through a security advisory distribution service that supports bulk dataset exports via cloud storage buckets and incremental synchronization of security record updates. It also employs sandbox-bas

    Offers a programmatic web interface for querying package vulnerabilities and submitting standardized security records.

    Pythonsecuritysecurity-toolsvulnerability
    Auf GitHub ansehen↗2,494
  1. Home
  2. Security & Cryptography
  3. Vulnerability Database APIs

Unter-Tags erkunden

  • Vulnerability Management APIsProgrammatic interfaces for performing CRUD operations on vulnerability records and managing associated evidence. **Distinct from Vulnerability Database APIs:** Covers the management of identified vulnerabilities in a platform, whereas Vulnerability Database APIs typically focus on querying known CVEs.