Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ssh frames 5734 v3 #11415

Closed
wants to merge 3 commits into from
Closed

Commits on Jul 4, 2024

  1. ssh: frames support

    Ticket: 5734
    
    Adds frames for SSH records, that come after banner, and before
    the data is encrypted.
    These records may contain cipher lists for instance.
    catenacyber committed Jul 4, 2024
    Configuration menu
    Copy the full SHA
    85f4826 View commit details
    Browse the repository at this point in the history
  2. detect: run frames on pseudo flush packets

    for SSH packets that mark the end of plaintext
    catenacyber committed Jul 4, 2024
    Configuration menu
    Copy the full SHA
    e0141f5 View commit details
    Browse the repository at this point in the history
  3. ssh: avoid panic in packet path

    use debug_validate_bug_on instead
    catenacyber committed Jul 4, 2024
    Configuration menu
    Copy the full SHA
    5bd9187 View commit details
    Browse the repository at this point in the history