mirror of
https://github.com/zeek/zeek.git
synced 2025-10-13 03:58:20 +00:00
Fixing unit tests and some minor bugs.
This commit is contained in:
parent
39af63841b
commit
d2118200ea
13 changed files with 25 additions and 21 deletions
|
@ -1,4 +1,5 @@
|
|||
|
||||
@load base/protocols/ssh
|
||||
@load base/frameworks/metrics
|
||||
@load base/frameworks/notice
|
||||
@load base/frameworks/intel
|
||||
|
@ -72,4 +73,4 @@ event SSH::heuristic_failed_login(c: connection)
|
|||
if ( ! (id$orig_h in ignore_guessers &&
|
||||
id$resp_h in ignore_guessers[id$orig_h]) )
|
||||
Metrics::add_data(FAILED_LOGIN, [$host=id$orig_h], 1);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue