diff options
author | Toni Uhlig <matzeton@googlemail.com> | 2021-04-16 13:26:09 +0200 |
---|---|---|
committer | Toni Uhlig <matzeton@googlemail.com> | 2021-04-16 13:30:24 +0200 |
commit | a119a72d13c564ac1274b5274ecb5d86cb98764d (patch) | |
tree | 908945bf27fadca1b643ad5c54fb252164ed2163 /examples/README.md | |
parent | a0fa598ceeceb5496d1b837ca8ff41bdad866a2f (diff) |
Added python example to check JA3 hashes against known hashes via JA3er.com
Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
Diffstat (limited to 'examples/README.md')
-rw-r--r-- | examples/README.md | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/examples/README.md b/examples/README.md index 05552b008..80d4464dd 100644 --- a/examples/README.md +++ b/examples/README.md @@ -41,6 +41,13 @@ Captures and saves risky flows to a PCAP file. Validate nDPId JSON strings against pre-defined JSON schema's. See `schema/`. +Required by `tests/run_tests.sh` ## py-semantic-validation + Validate nDPId JSON strings against internal event semantics. +Required by `tests/run_tests.sh` + +## py-ja3-checker + +Captures JA3 hashes from nDPIsrvd and checks them against known hashes from [ja3er.com](https://ja3er.com). |