mirror of
https://github.com/zeek/zeek.git
synced 2025-10-09 10:08:20 +00:00
Merge remote-tracking branch 'origin/topic/robin/bit-1641'
* origin/topic/robin/bit-1641: Fixing duplicate SSH authentication failure events. I changed the test slightly; the output of uniq is not stable between operating systems (on OS-X, it emits a space, on Linux it apparently emits a tab). I removed the call to uniq - sort by itself is enough to create a difference if there are duplicate entries. Addresses BIT-1641
This commit is contained in:
commit
bac1bd5bdf
4 changed files with 31 additions and 7 deletions
|
@ -0,0 +1,7 @@
|
|||
# @TEST-EXEC: bro -C -r $TRACES/ssh/sshguess.pcap %INPUT | sort >output
|
||||
# @TEST-EXEC: btest-diff output
|
||||
|
||||
event ssh_auth_failed(c: connection)
|
||||
{
|
||||
print c$uid;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue