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 11, 2023
1 parent f56dc12 commit 1ddf462
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--10-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--11-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: 826 [checks](#checks-fingerprint-headers) of fingerprinting through HTTP response headers.<br />
:heavy_check_mark: 832 [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 @@ -58,6 +58,8 @@ Fly-Replay-Src [fly.io Platform]
Fly-Request-ID [fly.io Platform]
FT-Called-APP [fluidtopics.com Platform]
FT-Called-APP-Version [fluidtopics.com Platform]
Fvrr-Bl-Route-Id [fiverr.com Platform]
Fvrr-Bl-Service-Name [fiverr.com Platform]
Generator [Generic Publishing Software]
Hummingbird-Cache [Hummingbird WordPress Plugin]
IBM-Web2-Location [IBM WebSphere Commerce]
Expand Down Expand Up @@ -688,6 +690,10 @@ X-RS-Changes-Amount [RankSense.com Platform]
X-RS-Fixes-Request-Time [RankSense.com Platform]
X-Ruxit-JS-Agent [Dynatrace Real User Monitoring]
X-Sanity-Shard [Shopify.com Platform]
X-SAP-Icm-Err-Id [SAP Web Dispatcher]
X-SAP-LogonToken [SAP REST API]
X-SAP-ResourceUrl [SAP SAPUI5]
X-SAP-Webdisp-AP [SAP Web Dispatcher]
X-Say-Cacheable [Generic Content Delivery Network]
X-Say-TTL [Generic Content Delivery Network]
X-SayCDN-TTL [Generic Content Delivery Network]
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-10', '%Y-%m-%d').date()
version = datetime.strptime('2023-07-11', '%Y-%m-%d').date()


class PDF(FPDF):
Expand Down

0 comments on commit 1ddf462

Please sign in to comment.