]> git.ipfire.org Git - thirdparty/snort3.git/commitdiff
Merge pull request #2937 in SNORT/snort3 from ~BRASTULT/snort3:ssh_spell_fix to master
authorMike Stepanek (mstepane) <mstepane@cisco.com>
Fri, 2 Jul 2021 10:19:42 +0000 (10:19 +0000)
committerMike Stepanek (mstepane) <mstepane@cisco.com>
Fri, 2 Jul 2021 10:19:42 +0000 (10:19 +0000)
Squashed commit of the following:

commit 675c5d0d624e2b559f504d6b1b9cb982a1e091d2
Author: Brandon Stultz <brastult@cisco.com>
Date:   Thu Jun 10 12:23:31 2021 -0400

    wizard: make SSH spell more specific

lua/snort_defaults.lua

index d95926bf0e11bddf6117d4b9c03cb5fd46dd9b04..31790ac6c1624dcf1d8e6c7aa79d60a4fc515ea7 100644 (file)
@@ -388,7 +388,7 @@ default_wizard =
           to_client = { '220*SMTP', '220*MAIL' } },
 
         { service = 'ssh', proto = 'tcp', client_first = true,
-          to_server = { '*SSH' }, to_client = { '*SSH' } },
+          to_server = { 'SSH-' }, to_client = { 'SSH-' } },
 
         { service = 'dce_http_server', proto = 'tcp', client_first = false,
           to_client = { 'ncacn_http' } },