-
Notifications
You must be signed in to change notification settings - Fork 94
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #173 from s-spindler/clarify-header-count
Clarify header count in JA4H
- Loading branch information
Showing
2 changed files
with
12 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
# JA4H: HTTP Client Fingerprint | ||
|
||
![JA4H](https://github.com/FoxIO-LLC/ja4/blob/main/technical_details/JA4H.png) | ||
|
||
JA4H fingerprints the HTTP client based on each HTTP request. | ||
|
||
### Number of Headers: | ||
2 digit number of headers, not counting Cookie and Referer. For 3 headers the value is "03". | ||
If there are more than 99, the output is 99. |