Discover and explore top open-source AI tools and projects—updated daily.
HackAllSecHigh-performance web service fingerprinting for security
Top 83.8% on SourcePulse
This tool addresses the need for high-performance, server-side fingerprinting of web frameworks, CDNs, and CMSs. It targets security professionals, red teamers, and enterprise security teams, providing a rapid and evidence-based method for understanding the technology stack behind web assets, thereby accelerating asset comprehension and subsequent validation efforts.
How It Works
HFinger utilizes a multi-evidence fusion strategy, correlating data from HTTP headers, cookies, HTML content, JavaScript, Favicons, JSON/APIs, TLS certificates, and HTTP protocol behavior. It supports both active scanning of targets and passive identification by acting as an HTTP/HTTPS proxy. The tool features a unified YAML rule schema, allowing for built-in core rules and extensibility through external rule files. Outputs include detailed evidence and confidence scores, designed for human review and automated orchestration. Notably, it incorporates support for Chinese cryptographic standards (国密) in TLS/TLCP.
Quick Start & Requirements
git clone https://github.com/HackAllSec/hfinger.git
cd hfinger
go build
hfinger -u https://www.example.comhfinger -f targets.txthfinger -l 127.0.0.1:8888hfinger --rules ./rules/custom.yamlHighlighted Details
Maintenance & Community
The project welcomes contributions via Issues, Pull Requests, and YAML fingerprint rules. Specific community links (e.g., Discord, Slack) are not detailed in the README.
Licensing & Compatibility
Limitations & Caveats
HFinger is explicitly positioned as a server-side technology stack identification tool, not a vulnerability scanner. Its use is restricted to authorized security testing, and users must ensure they have explicit authorization for target systems, adhering to all applicable laws and contractual agreements. Unauthorized use is prohibited, and the developers disclaim responsibility for any consequences arising from misuse.
1 week ago
Inactive