diff --git a/README.md b/README.md index 7f910a3..6bb1aca 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ - + @@ -48,7 +48,7 @@ HTTP Headers Analyzer
## Features :heavy_check_mark: 13 [checks](#checks-missing-headers) of missing HTTP response headers.
-:heavy_check_mark: 826 [checks](#checks-fingerprint-headers) of fingerprinting through HTTP response headers.
+:heavy_check_mark: 832 [checks](#checks-fingerprint-headers) of fingerprinting through HTTP response headers.
:heavy_check_mark: 64 [checks](#checks-deprecated-headersprotocols-and-insecure-values) of deprecated HTTP response headers/protocols or with values considered insecure.
:heavy_check_mark: Browser compatibility check for enabled security headers.
:heavy_check_mark: Two types of analysis: brief and detailed, along with HTTP response headers.
diff --git a/additional/fingerprint.txt b/additional/fingerprint.txt index aba0801..401a681 100644 --- a/additional/fingerprint.txt +++ b/additional/fingerprint.txt @@ -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] @@ -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] diff --git a/humble.py b/humble.py index bdefd4d..6f6a8bc 100644 --- a/humble.py +++ b/humble.py @@ -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):