mirror of
https://github.com/zeek/zeek.git
synced 2025-10-14 04:28:20 +00:00
SSH: Update baselines
This commit is contained in:
parent
61c94d1809
commit
be6188bf00
9 changed files with 54 additions and 20 deletions
|
@ -1,8 +1,8 @@
|
|||
#
|
||||
# @TEST-EXEC: bro -r ${TRACES}/ssh-on-port-80.trace %INPUT dpd_buffer_size=0;
|
||||
# @TEST-EXEC: bro -r ${TRACES}/ssh/ssh-on-port-80.trace %INPUT dpd_buffer_size=0;
|
||||
# @TEST-EXEC: cat conn.log | bro-cut service | grep -q ssh
|
||||
#
|
||||
# @TEST-EXEC: bro -r ${TRACES}/ssh-on-port-80.trace dpd_buffer_size=0;
|
||||
# @TEST-EXEC: bro -r ${TRACES}/ssh/ssh-on-port-80.trace dpd_buffer_size=0;
|
||||
# @TEST-EXEC: cat conn.log | bro-cut service | grep -vq ssh
|
||||
|
||||
event bro_init()
|
||||
|
|
4
testing/btest/scripts/base/protocols/ssh/basic.test
Normal file
4
testing/btest/scripts/base/protocols/ssh/basic.test
Normal file
|
@ -0,0 +1,4 @@
|
|||
# This tests some SSH connections and the output log.
|
||||
|
||||
# @TEST-EXEC: bro -r $TRACES/ssh/ssh.trace %INPUT
|
||||
# @TEST-EXEC: btest-diff ssh.log
|
Loading…
Add table
Add a link
Reference in a new issue