zeek/testing/btest/scripts/policy/protocols/ssh/detect-bruteforcing.zeek
Patrick Kelley 8fd444092b initial
2025-05-07 15:35:15 -04:00

6 lines
176 B
Plaintext

# @TEST-EXEC: zeek -b -C -r $TRACES/ssh/sshguess.pcap %INPUT
# @TEST-EXEC: btest-diff notice.log
@load protocols/ssh/detect-bruteforcing
redef SSH::password_guesses_limit=10;