Fix zeek ja4ssh add tests#293
Merged
Merged
Conversation
d0f8f5b to
4e3be1b
Compare
This commit introduces a testing framework for the JA4+ Zeek packages using `btest`. - Configures `btest.cfg` and environment to test against existing sample PCAPs. - Adds test scripts for JA4, JA4S, JA4H, JA4SSH, and JA4D. - Generates baseline logs (`ssl.log`, `http.log`, `conn.log`, `ja4ssh.log`, `ja4d.log`) from sample data. - Creates a GitHub Actions workflow (`zeek-test.yml`) to run the tests in the `zeek/zeek:8.0.0` container on push/PR. Co-authored-by: J0eJ0h <16658048+J0eJ0h@users.noreply.github.com>
…n and close comments Co-authored-by: J0eJ0h <16658048+J0eJ0h@users.noreply.github.com>
…n and close comments Co-authored-by: J0eJ0h <16658048+J0eJ0h@users.noreply.github.com>
…ode.js 24 Co-authored-by: J0eJ0h <16658048+J0eJ0h@users.noreply.github.com>
…ating mode Co-authored-by: J0eJ0h <16658048+J0eJ0h@users.noreply.github.com>
* Fix raw syn/ack counting * Update test expectations * Fix new wrongly counted packet
4e3be1b to
f7f4691
Compare
Collaborator
Author
|
Force pushes cleaned up bad merge of base branch. |
vlvkobal
approved these changes
Apr 7, 2026
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This adds basic github actions tests for the zeek code and fixes issues found with the ja4ssh implementation found during test creation