mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 14:48:21 +00:00
7 lines
176 B
Text
7 lines
176 B
Text
# @TEST-EXEC: bro -C -r $TRACES/ssh/sshguess.pcap %INPUT | sort >output
|
|
# @TEST-EXEC: btest-diff output
|
|
|
|
event SSH::ssh_auth_failed(c: connection)
|
|
{
|
|
print c$uid;
|
|
}
|