Added 'JA4 Fingerprint' operation

This commit is contained in:
n1474335 2024-03-27 18:02:17 +00:00
parent 0026d77b7b
commit ef59634c15
No known key found for this signature in database
GPG key ID: D15457B7B4AF3F37
7 changed files with 1086 additions and 3 deletions

View file

@ -81,6 +81,7 @@ import "./tests/HKDF.mjs";
import "./tests/Image.mjs";
import "./tests/IndexOfCoincidence.mjs";
import "./tests/JA3Fingerprint.mjs";
import "./tests/JA4Fingerprint.mjs";
import "./tests/JA3SFingerprint.mjs";
import "./tests/JSONBeautify.mjs";
import "./tests/JSONMinify.mjs";