Skip to content

Commit

Permalink
Feature: 6 new fingerprint headers
Browse files Browse the repository at this point in the history
  • Loading branch information
rfc-st committed Jul 9, 2023
1 parent 04a8e47 commit 019a22d
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 7 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<a target="_blank" href="https://www.python.org/downloads/" title="Minimum Python version required to run this tool"><img src="https://img.shields.io/badge/Python-%3E%3D3.9-blue?labelColor=343b41"></a>
<a target="_blank" href="LICENSE" title="License of this tool"><img src="https://img.shields.io/badge/License-MIT-blue.svg?labelColor=343b41"></a>
<a target="_blank" href="https://github.com/rfc-st/humble/releases" title="Latest release of this tool"><img src="https://img.shields.io/github/v/release/rfc-st/humble?display_name=release&label=Latest%20release&labelColor=343b41"></a>
<a target="_blank" href="https://github.com/rfc-st/humble/commits/master" title="Latest commit of this tool"><img src="https://img.shields.io/badge/Latest_Commit-2023--06--30-blue.svg?labelColor=343b41"></a>
<a target="_blank" href="https://github.com/rfc-st/humble/commits/master" title="Latest commit of this tool"><img src="https://img.shields.io/badge/Latest_Commit-2023--07--09-blue.svg?labelColor=343b41"></a>
<a target="_blank" href="https://github.com/rfc-st/humble/actions?query=workflow%3ACodeQL" title="Results of the last analysis of this tool with CodeQL"><img src="https://github.com/rfc-st/humble/workflows/CodeQL/badge.svg"></a>
<a target="_blank" href="https://owasp.org/www-project-secure-headers/#div-technical" title="Tool accepted as a technical resource for OWASP"><img src="https://img.shields.io/badge/OWASP-Resource-blue?labelColor=343b41"></a>
<a target="_blank" href="https://www.kali.org/tools/humble/" title="Tool accepted in Kali"><img src="https://img.shields.io/badge/Kali%20Linux-Tool-blue?labelColor=343b41"></a>
Expand Down Expand Up @@ -48,7 +48,7 @@ HTTP Headers Analyzer<br />
## Features

:heavy_check_mark: 13 [checks](#checks-missing-headers) of missing HTTP response headers.<br />
:heavy_check_mark: 811 [checks](#checks-fingerprint-headers) of fingerprinting through HTTP response headers.<br />
:heavy_check_mark: 817 [checks](#checks-fingerprint-headers) of fingerprinting through HTTP response headers.<br />
:heavy_check_mark: 64 [checks](#checks-deprecated-headersprotocols-and-insecure-values) of deprecated HTTP response headers/protocols or with values considered insecure.<br />
:heavy_check_mark: Browser compatibility check for enabled security headers.<br />
:heavy_check_mark: Two types of analysis: brief and detailed, along with HTTP response headers.<br />
Expand Down
14 changes: 10 additions & 4 deletions additional/fingerprint.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,17 +18,21 @@ Azure-SiteName [Microsoft Azure]
Azure-SlotName [Microsoft Azure]
Azure-Version [Microsoft Azure]
CDN-Cache-Control [Generic Content Delivery Network]
CDN-Loop [Generic Content Delivery Network]
CF-Apo-Via [Cloudflare Automatic Platform Optimization]
CF-Bgj [Cloudflare Image Optimization]
CF-Cache-Status [Cloudflare Automatic Platform Optimization]
CF-CDNJS-Via [cdnjs.com Content Delivery Network]
CF-CHL-Bypass [Cloudflare Content Delivery Network]
CF-Connecting-IP [Cloudflare Content Delivery Network]
CF-Edge-Cache [Cloudflare Automatic Platform Optimization]
CF-IPCountry [Cloudflare Content Delivery Network]
CF-Mitigated [Cloudflare Content Delivery Network]
CF-Polished [Cloudflare Image Optimization]
CF-Railgun [Cloudflare Railgun Origin Network Optimizer]
CF-RAY [Cloudflare Content Delivery Network]
CF-Request-ID [Cloudflare Content Delivery Network]
CF-Visitor [Cloudflare Content Delivery Network]
Cloudflare-CDN-Cache-Control [Cloudflare Cache]
CMS-Version [Generic Content Management System Software]
COMMERCE-SERVER-SOFTWARE [Microsoft Commerce Server]
Expand All @@ -43,11 +47,11 @@ FastCGI-Cache [NGINX HTTP Server]
Fastly-Debug-Path [fastly.com Platform]
Fastly-Debug-TTL [fastly.com Platform]
Fastly-Debug-Digest [fastly.com Platform]
Fastly-IO-Error [fastly Image Optimizer]
Fastly-IO-Info [fastly Image Optimizer]
Fastly-IO-Warning [fastly Image Optimizer]
Fastly-IO-Error [Fastly Image Optimizer]
Fastly-IO-Info [Fastly Image Optimizer]
Fastly-IO-Warning [Fastly Image Optimizer]
Fastly-Restarts [fastly.com Platform]
Fastly-Stats [fastly.com Platform]
Fastly-Stats [Fastly Image Optimizer]
Firespring-Website-ID [Firespring.com Platform]
Fly-Replay [fly.io Platform]
Fly-Replay-Src [fly.io Platform]
Expand Down Expand Up @@ -583,6 +587,8 @@ X-MS-Tag-Count [Microsoft Azure Storage]
X-MS-Version [Microsoft Azure Storage]
X-MS-Version-ID [Microsoft Azure Storage]
X-Nextjs-Cache [Next.js Framework]
X-Nextjs-Matched-Path [Next.js Framework]
X-Nextjs-Redirect [Next.js Framework]
X-NF-Render-Mode [netlify.com Platform]
X-NF-Request-ID [netlify.com Platform]
X-Nginx-Cache [NGINX HTTP Server]
Expand Down
2 changes: 1 addition & 1 deletion humble.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@

export_date = datetime.now().strftime("%Y%m%d")
now = datetime.now().strftime("%Y/%m/%d - %H:%M:%S")
version = datetime.strptime('2023-06-30', '%Y-%m-%d').date()
version = datetime.strptime('2023-07-09', '%Y-%m-%d').date()


class PDF(FPDF):
Expand Down

0 comments on commit 019a22d

Please sign in to comment.