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

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

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

7 个仓库

Awesome GitHub RepositoriesPattern Occurrence Identification Algorithms

Algorithms for locating pattern occurrences by shifting and comparing characters.

Distinct from Text Pattern Matching: Focuses on occurrence identification, distinct from general text pattern matching.

Explore 7 awesome GitHub repositories matching data & databases · Pattern Occurrence Identification Algorithms. Refine with filters or upvote what's useful.

Awesome Pattern Occurrence Identification Algorithms GitHub Repositories

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • oi-wiki/oi-wikiOI-wiki 的头像

    OI-wiki/OI-wiki

    26,176在 GitHub 上查看↗

    This project is a comprehensive, community-maintained knowledge base and toolkit designed for competitive programming. It serves as a centralized repository for algorithmic theory, data structures, and mathematical techniques, providing a structured reference for informatics and collegiate programming competitions. The project distinguishes itself by integrating educational content with a robust suite of automation utilities. It provides a complete workflow for competitive programming, including tools for automated test case generation, solution verification, and direct interaction with onlin

    Implements algorithms for identifying pattern occurrences within text.

    TypeScriptacm-icpcacm-icpc-handbookalgorithms
    在 GitHub 上查看↗26,176
  • nmap/nmapnmap 的头像

    nmap/nmap

    13,065在 GitHub 上查看↗

    Nmap is a command-line network security scanner and reconnaissance framework designed for infrastructure mapping and security auditing. It functions as a packet crafting utility that probes target systems to identify active hosts, detect open ports, and determine the services and operating systems running on a network. The tool distinguishes itself through its ability to perform raw socket packet injection and stateful connection tracking, allowing it to bypass standard operating system networking stacks. It utilizes an asynchronous concurrency model to manage large-scale network scans and em

    Compares raw service responses against a comprehensive database of known patterns to determine application versions.

    Casynchronousc-plus-pluslibpcap
    在 GitHub 上查看↗13,065
  • megadose/holehemegadose 的头像

    megadose/holehe

    10,212在 GitHub 上查看↗

    Holehe is an email account discovery and presence verification tool used for open source intelligence. It scans various social media platforms and web services to identify if a specific email address is linked to an existing account. The tool verifies account existence by utilizing registration and password recovery endpoints without notifying the account owner. It maps digital footprints by checking for the presence of an email across numerous third-party services and extracting available account metadata.

    Identifies account existence by matching server response signatures and body content against known registered states.

    Pythonebayemailemails
    在 GitHub 上查看↗10,212
  • sullo/niktosullo 的头像

    sullo/nikto

    10,104在 GitHub 上查看↗

    Nikto is an open-source HTTP security auditing tool and web server vulnerability scanner. It functions as a reconnaissance engine designed to identify insecure server options, outdated software, and common vulnerabilities by analyzing HTTP responses. The project differentiates itself through capabilities for intrusion detection evasion and web server fingerprinting. It uses request-level encoding and timing spacers to bypass security filters and employs signature-based identification to determine specific server software versions and misconfigurations. The scanner covers broad capability are

    Determines server versions and software by matching response headers and banners against a database of known signatures.

    Perl
    在 GitHub 上查看↗10,104
  • enablesecurity/wafw00fEnableSecurity 的头像

    EnableSecurity/wafw00f

    6,414在 GitHub 上查看↗

    WAFW00F allows one to identify and fingerprint Web Application Firewall (WAF) products protecting a website.

    Matches request-response patterns against a library of over 200 WAF vendor signatures.

    Python
    在 GitHub 上查看↗6,414
  • nginx/kubernetes-ingressnginx 的头像

    nginx/kubernetes-ingress

    5,039在 GitHub 上查看↗

    NGINX Ingress Controller 是一个 Kubernetes 原生的流量管理器,处理外部请求并将其路由到内部服务。它将 Kubernetes API 对象和注解转换为代理配置,以管理传入的 HTTP、TCP 和 UDP 流量。 该控制器的特色在于高级流量引导和安全集成。它支持蓝绿部署和金丝雀流量拆分,以及基于内容和正则表达式的路径路由。安全性在边缘通过 Web 应用防火墙(WAF)、拒绝服务(DoS)保护以及包括 OpenID Connect 和 JSON Web Tokens(JWT)在内的多种身份验证方法进行处理。 该项目提供了一套广泛的能力,涵盖 TLS 终止和透传、上游服务的主动健康监控以及会话持久性。它还包括可观测性工具,如 Prometheus 指标集成、实时流量仪表板和分布式请求追踪。 支持通过 Helm Chart、Operator 或标准容器镜像部署进行安装。

    Allows the creation of user-defined security signatures to detect and block specific traffic patterns.

    Godockergogolang
    在 GitHub 上查看↗5,039
  • neo23x0/lokiNeo23x0 的头像

    Neo23x0/Loki

    3,763在 GitHub 上查看↗

    Loki is an endpoint detection tool, forensic artifact analyzer, and threat intelligence scanner. It functions as a YARA-based indicator of compromise scanner designed to identify malicious persistence mechanisms, web shells, and unauthorized administration tools across local and remote systems. The project distinguishes itself by integrating multi-source threat intelligence, allowing for the loading of custom signature sets and encrypted indicators. It combines hash-based artifact detection with YARA rule execution to scan files, process memory, and registry hives for known malicious byte seq

    Enables the loading and integration of user-defined indicators of compromise and encrypted signature sets from threat feeds.

    Python
    在 GitHub 上查看↗3,763
  1. Home
  2. Data & Databases
  3. Text Pattern Matching
  4. Pattern Occurrence Identification Algorithms

探索子标签

  • Service Response Signatures1 个子标签Databases of known service response patterns used to identify application names and versions. **Distinct from Pattern Occurrence Identification Algorithms:** Distinct from general pattern identification: focuses specifically on network service response signatures for identification.