awesome-repositories.com
Blog
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
·

13 repositorios

Awesome GitHub RepositoriesTechnology Fingerprinting

Tools for identifying web technologies, frameworks, and configurations.

Explore 13 awesome GitHub repositories matching part of an awesome list · Technology Fingerprinting. Refine with filters or upvote what's useful.

Awesome Technology Fingerprinting GitHub Repositories

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • projectdiscovery/httpxAvatar de projectdiscovery

    projectdiscovery/httpx

    10,053Ver en GitHub↗

    httpx is a suite of tools and libraries for HTTP reconnaissance, infrastructure discovery, and DNS resolution. It functions as a command line toolkit for extracting metadata and status codes from HTTP targets and CIDR ranges, as well as a Go library for integrating these probing capabilities into custom programs. The project distinguishes itself through specialized infrastructure profiling, using TLS fingerprinting to extract JARM hashes and certificate details. It identifies underlying components such as CDN usage, Autonomous System Numbers, and CNAMEs to map web server software and infrastr

    Fast HTTP toolkit for reliable probing and analysis.

    Go
    Ver en GitHub↗10,053
  • enablesecurity/wafw00fAvatar de EnableSecurity

    EnableSecurity/wafw00f

    6,414Ver en GitHub↗

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

    Identifies and fingerprints Web Application Firewalls.

    Python
    Ver en GitHub↗6,414
  • 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

    Uses multiple tests per technology, such as checking favicons and file paths, to identify hidden platforms.

    Rubyapplication-securityappsechacking
    Ver en GitHub↗6,424
  • retirejs/retire.jsAvatar de RetireJS

    RetireJS/retire.js

    4,141Ver en GitHub↗

    Retire.js es un escáner de vulnerabilidades y analizador de seguridad de dependencias para JavaScript. Identifica librerías de JavaScript obsoletas o inseguras con fallos de seguridad conocidos dentro de aplicaciones web y proyectos locales. La herramienta funciona como una utilidad de auditoría de seguridad web que puede utilizarse durante pruebas de penetración para detectar scripts vulnerables en sitios web en vivo. Admite la generación de listas de materiales de software (SBOM) utilizando el formato CycloneDX para documentar las dependencias del proyecto. El sistema utiliza detección de librerías basada en firmas y coincidencia de patrones para mapear las versiones identificadas contra una base de datos de seguridad basada en JSON. Las capacidades de escaneo incluyen el uso de navegadores headless para analizar scripts cargados por aplicaciones en ejecución.

    Detects vulnerable JavaScript libraries.

    JavaScriptbuild-toolchrome-extensionfirefox-extension
    Ver en GitHub↗4,141
  • voorivex/pentest-guideAvatar de Voorivex

    Voorivex/pentest-guide

    2,761Ver en GitHub↗

    This project is a comprehensive web application penetration testing guide and vulnerability research framework. It provides a structured methodology for identifying and exploiting security flaws through a phased approach involving reconnaissance, analysis, and exploitation. The resource is distinguished by its use of a curated methodology framework that links theoretical vulnerability patterns to real-world bug bounty reports and historical exploit examples. It includes a payload-based testing library and a reference system that maps specific vulnerability categories to recommended third-part

    Identifies web servers and application frameworks to understand the technical environment of the target.

    bugbountybypassowasp-tests
    Ver en GitHub↗2,761
  • rverton/webanalyzeAvatar de rverton

    rverton/webanalyze

    1,144Ver en GitHub↗

    Port of Wappalyzer (uncovers technologies used on websites) to automate mass scanning.

    Automated mass-scanning port of Wappalyzer.

    Go
    Ver en GitHub↗1,144
  • projectdiscovery/tlsxAvatar de projectdiscovery

    projectdiscovery/tlsx

    1,115Ver en GitHub↗

    Fast and configurable TLS grabber focused on TLS based data collection.

    Configurable TLS data collection and analysis tool.

    Go
    Ver en GitHub↗1,115
  • projectdiscovery/cdncheckAvatar de projectdiscovery

    projectdiscovery/cdncheck

    972Ver en GitHub↗

    A utility to detect various technology for a given IP address.

    Identifies technology associated with IP and DNS addresses.

    Goapicdncli
    Ver en GitHub↗972
  • dolevf/graphw00fAvatar de dolevf

    dolevf/graphw00f

    857Ver en GitHub↗

    graphw00f is GraphQL Server Engine Fingerprinting utility for software security professionals looking to learn more about what technology is behind a given GraphQL endpoint.

    Fingerprints GraphQL server engines.

    Python
    Ver en GitHub↗857
  • praetorian-inc/fingerprintxAvatar de praetorian-inc

    praetorian-inc/fingerprintx

    715Ver en GitHub↗

    Standalone utility for service discovery on open ports.

    Go
    Ver en GitHub↗715
  • viralmaniar/murmurhashAvatar de Viralmaniar

    Viralmaniar/MurMurHash

    119Ver en GitHub↗

    This little tool is to calculate a MurmurHash value of a favicon to hunt phishing websites on the Shodan platform.

    Calculates favicon hashes to find similar websites.

    Python
    Ver en GitHub↗119
  • claymation/python-builtwithAvatar de claymation

    claymation/python-builtwith

    34Ver en GitHub↗

    BuiltWith API client

    Client for the BuiltWith technology lookup API.

    Python
    Ver en GitHub↗34
  • aliasio/wappalyzerA

    AliasIO/wappalyzer

    0Ver en GitHub↗

    Identifies technologies used on websites.

    Ver en GitHub↗0
  1. Home
  2. Part of an Awesome List
  3. Developer Tools
  4. Technology Fingerprinting

Explorar subetiquetas

  • Obscured Platform DetectorsUsing multiple tests per technology, such as checking favicons and file paths, to identify websites that hide their identifying markers. **Distinct from Technology Fingerprinting:** Distinct from Technology Fingerprinting: specifically targets platforms that deliberately obscure their identity markers.