awesome-repositories.com
Blog
awesome-repositories.com

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectDespreCum realizăm clasamentulPresăServer MCP
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

7 repository-uri

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

Găsește cele mai bune repo-uri cu AI.Vom căuta cele mai potrivite repository-uri folosind AI.
  • oi-wiki/oi-wikiAvatar OI-wiki

    OI-wiki/OI-wiki

    26,176Vezi pe 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
    Vezi pe GitHub↗26,176
  • nmap/nmapAvatar nmap

    nmap/nmap

    13,065Vezi pe 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
    Vezi pe GitHub↗13,065
  • megadose/holeheAvatar megadose

    megadose/holehe

    10,212Vezi pe 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
    Vezi pe GitHub↗10,212
  • sullo/niktoAvatar sullo

    sullo/nikto

    10,104Vezi pe 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
    Vezi pe GitHub↗10,104
  • enablesecurity/wafw00fAvatar EnableSecurity

    EnableSecurity/wafw00f

    6,414Vezi pe 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
    Vezi pe GitHub↗6,414
  • nginx/kubernetes-ingressAvatar nginx

    nginx/kubernetes-ingress

    5,039Vezi pe GitHub↗

    NGINX Ingress Controller este un manager de trafic nativ Kubernetes care gestionează cererile externe și le direcționează către serviciile interne. Traduce obiectele și adnotările API Kubernetes în configurații proxy pentru a gestiona traficul HTTP, TCP și UDP de intrare. Controller-ul se distinge prin direcționarea avansată a traficului și integrarea securității. Suportă împărțirea traficului de tip blue-green și canary, precum și rutarea bazată pe conținut și pe căi regex. Securitatea este gestionată la margine prin intermediul unui firewall pentru aplicații web, protecție împotriva atacurilor de tip denial-of-service și o varietate de metode de autentificare, inclusiv OpenID Connect și JSON Web Tokens. Proiectul oferă un set larg de capabilități care acoperă terminarea și passthrough-ul TLS, monitorizarea activă a stării serviciilor upstream și persistența sesiunii. Include, de asemenea, instrumente de observabilitate precum integrarea metricilor Prometheus, dashboard-uri de trafic în timp real și urmărirea distribuită a cererilor. Instalarea este suportată prin Helm charts, un operator sau implementări standard de imagini de containere.

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

    Godockergogolang
    Vezi pe GitHub↗5,039
  • neo23x0/lokiAvatar Neo23x0

    Neo23x0/Loki

    3,763Vezi pe 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
    Vezi pe GitHub↗3,763
  1. Home
  2. Data & Databases
  3. Text Pattern Matching
  4. Pattern Occurrence Identification Algorithms

Explorează sub-etichetele

  • Service Response Signatures1 sub-tagDatabases 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.