[PR #128] Add W-COOKIE and TLS Fingerprinting #244

Open
opened 2026-03-13 17:08:33 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/ADD-SP/ngx_waf/pull/128
Author: @MrRanMao
Created: 10/3/2023
Status: 🔄 Open

Base: currentHead: current


📝 Commits (2)

  • 3e96af9 Add W-COOKIE to waf_priority
  • 387e5f9 Add variables (waf_ssl_greased, waf_ssl_ja3, waf_ssl_ja3_hash)

📊 Changes

10 files changed (+1050 additions, -757 deletions)

View changed files

📝 inc/ngx_http_waf_module_check.h (+24 -0)
📝 inc/ngx_http_waf_module_macro.h (+10 -0)
inc/ngx_http_waf_module_tls_fingerprint.h (+16 -0)
📝 inc/ngx_http_waf_module_type.h (+7 -0)
src/.ngx_http_waf_module_var.c.swp (+0 -0)
📝 src/ngx_http_waf_module_check.c (+813 -724)
📝 src/ngx_http_waf_module_config.c (+24 -9)
📝 src/ngx_http_waf_module_core.c (+21 -21)
📝 src/ngx_http_waf_module_var.c (+134 -2)
📝 test/test-nginx/template/bad_config.t (+1 -1)

📄 Description

Add White cookie checking in waf_priority
Add TLS Fingerprinting variables:

  • waf_ssl_greased
  • waf_ssl_ja3
  • waf_ssl_ja3_hash

Based on repo nginx-ssl-fingerprint


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/ADD-SP/ngx_waf/pull/128 **Author:** [@MrRanMao](https://github.com/MrRanMao) **Created:** 10/3/2023 **Status:** 🔄 Open **Base:** `current` ← **Head:** `current` --- ### 📝 Commits (2) - [`3e96af9`](https://github.com/ADD-SP/ngx_waf/commit/3e96af938b5f264bc0cd8303ca6ec3297d0c3be9) Add W-COOKIE to waf_priority - [`387e5f9`](https://github.com/ADD-SP/ngx_waf/commit/387e5f949e795defa82d754b3d023e2e496926fc) Add variables (waf_ssl_greased, waf_ssl_ja3, waf_ssl_ja3_hash) ### 📊 Changes **10 files changed** (+1050 additions, -757 deletions) <details> <summary>View changed files</summary> 📝 `inc/ngx_http_waf_module_check.h` (+24 -0) 📝 `inc/ngx_http_waf_module_macro.h` (+10 -0) ➕ `inc/ngx_http_waf_module_tls_fingerprint.h` (+16 -0) 📝 `inc/ngx_http_waf_module_type.h` (+7 -0) ➕ `src/.ngx_http_waf_module_var.c.swp` (+0 -0) 📝 `src/ngx_http_waf_module_check.c` (+813 -724) 📝 `src/ngx_http_waf_module_config.c` (+24 -9) 📝 `src/ngx_http_waf_module_core.c` (+21 -21) 📝 `src/ngx_http_waf_module_var.c` (+134 -2) 📝 `test/test-nginx/template/bad_config.t` (+1 -1) </details> ### 📄 Description Add White cookie checking in waf_priority Add TLS Fingerprinting variables: - waf_ssl_greased - waf_ssl_ja3 - waf_ssl_ja3_hash Based on repo [nginx-ssl-fingerprint](https://github.com/phuslu/nginx-ssl-fingerprint) --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/ngx_waf#244
No description provided.