awesome-repositories.com
Blog
MCP
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoAcerca deCómo clasificamosPrensaServidor MCP
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

4 repositorios

Awesome GitHub RepositoriesDetection Plugin Interfaces

Standardized APIs for integrating custom vulnerability detection logic into a scanning engine.

Distinct from Standardized Detection Formats: Focuses on the programmatic interface for plugin developers rather than the data format of the rules

Explore 4 awesome GitHub repositories matching security & cryptography · Detection Plugin Interfaces. Refine with filters or upvote what's useful.

Awesome Detection Plugin Interfaces GitHub Repositories

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • google/tsunami-security-scannerAvatar de google

    google/tsunami-security-scanner

    8,584Ver en GitHub↗

    Tsunami Security Scanner is a network vulnerability scanner and security auditor designed to identify high-severity flaws across network assets. It functions as an asynchronous security probe engine that utilizes automated probes and specialized detection logic to find critical weaknesses and prioritize remediation efforts. The project is distinguished by a plugin-based scanning engine, which uses a modular architecture of interchangeable detection plugins to identify vulnerabilities. This extensibility allows for the development and integration of custom security plugins to expand the variet

    Provides common APIs that allow third-party developers to integrate new vulnerability detection logic.

    Java
    Ver en GitHub↗8,584
  • urbanadventurer/whatwebAvatar de urbanadventurer

    urbanadventurer/WhatWeb

    6,424Ver en GitHub↗

    WhatWeb is a web application fingerprinting tool that identifies the technology stack powering a website by scanning HTTP responses and page content. It matches responses against a library of over 1800 signatures to detect CMS platforms, JavaScript libraries, web servers, embedded devices, and third-party addons, while also extracting technical metadata such as software versions, user accounts, and module names. The tool operates through a plugin-based detection framework that supports both passive and aggressive scanning modes. Passive plugins analyze existing HTTP headers and page content w

    Supports custom detection rules using text patterns, regular expressions, MD5 hashes, and Google dork queries for extensible scanning.

    Rubyapplication-securityappsechacking
    Ver en GitHub↗6,424
  • yelp/detect-secretsAvatar de Yelp

    Yelp/detect-secrets

    4,429Ver en GitHub↗

    detect-secrets is a modular secret scanning tool that identifies hard-coded credentials and sensitive information in source code. It combines multiple detection strategies—regular expression pattern matching, Shannon entropy calculation, and a machine learning classifier—to find potential secrets, and uses a baseline-driven delta analysis to distinguish newly introduced secrets from pre-existing ones, reducing noise from legacy credentials. The tool integrates directly into development workflows through a git pre-commit hook that blocks commits introducing unbaselined secrets, and can be inco

    Loads modular detection plugins at runtime, each implementing a distinct scanning strategy.

    Python
    Ver en GitHub↗4,429
  • aboutcode-org/scancode-toolkitAvatar de aboutcode-org

    aboutcode-org/scancode-toolkit

    2,567Ver en GitHub↗

    ScanCode Toolkit is a software composition analysis tool and scanning framework designed to identify open-source licenses and copyright statements in source code and binary files. It functions as an open-source license detector, a dependency vulnerability scanner, and a generator for standardized software bills of materials in SPDX and CycloneDX formats. The project is built as a plugin-based scanning framework, allowing the integration of custom detection logic, specialized analyzers, and modified scanning behaviors at runtime. It distinguishes itself through the ability to produce formal le

    Provides a plugin architecture to integrate custom detection logic for licenses, packages, and files.

    Pythoncopyrightcopyright-scancyclonedx
    Ver en GitHub↗2,567
  1. Home
  2. Security & Cryptography
  3. Threat Detection
  4. Detection Plugin Interfaces

Explorar subetiquetas

  • Ad-Hoc Detection RulesCreates ad-hoc recognition rules on the command line using text patterns, regular expressions, or MD5 hashes without writing a full plugin. **Distinct from Detection Plugin Interfaces:** Distinct from Detection Plugin Interfaces: focuses on command-line rule creation rather than programmatic plugin APIs.
  • Username ExtractorsReturns a detected username from a matched pattern as part of the plugin's output. **Distinct from Detection Plugin Interfaces:** Distinct from Detection Plugin Interfaces: focuses on extracting usernames from matches rather than plugin APIs.