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 14, 2023
1 parent 03059ae commit 407f77d
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--12-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--14-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: 854 [checks](#checks-fingerprint-headers) of fingerprinting through HTTP response headers.<br />
:heavy_check_mark: 860 [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 @@ -779,6 +779,12 @@ X-TT-LogID [toutiao.com platform]
X-TT-Trace-Host [toutiao.com platform]
X-TT-Trace-Tag [toutiao.com platform]
X-Turbo-Charged-By [Generic HTTP Server/Content Delivery Network]
X-Two-Cache-Date [10web.io Platform]
X-Two-Critical [10web.io Platform]
X-Two-Optimize [10web.io Platform]
X-Two-Page-Cached [10web.io Platform]
X-Two-Version [10web.io Platform]
X-Two-Webp [10web.io Platform]
X-Umbraco-Version [Umbraco Content Management System]
X-Using-Nginx-Controller [NGINX HTTP Server]
X-Varnish [Varnish HTTP accelerator]
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-12', '%Y-%m-%d').date()
version = datetime.strptime('2023-07-14', '%Y-%m-%d').date()


class PDF(FPDF):
Expand Down

0 comments on commit 407f77d

Please sign in to comment.