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 12, 2023
1 parent eb83f79 commit eaec7fb
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 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--07--11-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--12-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: 845 [checks](#checks-fingerprint-headers) of fingerprinting through HTTP response headers.<br />
:heavy_check_mark: 851 [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
6 changes: 6 additions & 0 deletions additional/fingerprint.txt
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,7 @@ Worker-Cache-Key [medium.com Platform]
Worker-Cache-Middleware [medium.com Platform]
Worker-Missing-Cookies [medium.com Platform]
WP-Super-Cache [WP Super Cache WordPress Plugin]
WPO-Cache-Message [WP-Optimize WordPress Plugin]
WPO-Cache-Status [WP-Optimize WordPress Plugin]
X-77-Cache [CDN77 Content Delivery Network]
X-77-NZ [CDN77 Content Delivery Network]
Expand Down Expand Up @@ -336,6 +337,9 @@ X-Cache-Handler [Cache Enabler WordPress Plugin]
X-Cache-Only-Varnish [Varnish HTTP accelerator]
X-Cache-Type [Generic Cache Software]
X-CDN [Generic Content Delivery Network]
X-CDN-nazwa.pl-Age [nazwa.pl Content Delivery Network]
X-CDN-nazwa.pl-Location [nazwa.pl Content Delivery Network]
X-CDN-nazwa.pl-Policyused [nazwa.pl Content Delivery Network]
X-CDN-Pop [Generic Content Delivery Network]
X-CDN-Pop-IP [Generic Content Delivery Network]
X-CF-Powered-By [NGINX HTTP Server]
Expand Down Expand Up @@ -833,6 +837,8 @@ X-WP-CF-Super-Cache-Active [Super Page Cache for Cloudflare WordPress Plugin]
X-WP-CF-Super-Cache-Cache-Control [Super Page Cache for Cloudflare WordPress Plugin]
X-WP-CF-Super-Cache-Cookies-Bypass [Super Page Cache for Cloudflare WordPress Plugin]
X-XHTML-Minification-Powered-By [The Web Markup Minifier]
X-XYZ-Runtime [Generation XYZ Platform]
X-XYZ-Server [Generation XYZ Platform]
X-Yerdle-APP-Name [Yerdle Software]
X-Yottaa-Metrics [yottaa.com Platform]
X-Yottaa-Optimizations [yottaa.com Platform]
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-07-11', '%Y-%m-%d').date()
version = datetime.strptime('2023-07-12', '%Y-%m-%d').date()


class PDF(FPDF):
Expand Down

0 comments on commit eaec7fb

Please sign in to comment.