mirror of
https://github.com/zeek/zeek.git
synced 2025-10-16 21:48:21 +00:00
GH-541: add test cases for NTLM AV Pair sequence handling
This commit is contained in:
parent
a9f14bf503
commit
b954767488
8 changed files with 56 additions and 0 deletions
|
@ -0,0 +1,8 @@
|
|||
# Tests for good parsing/handling of empty NTLM AV Pair sequences.
|
||||
|
||||
# @TEST-EXEC: zeek -b -r $TRACES/dce-rpc/ntlm-empty-av-sequence.pcap %INPUT
|
||||
# @TEST-EXEC: btest-diff ntlm.log
|
||||
# @TEST-EXEC: btest-diff dpd.log
|
||||
|
||||
@load base/protocols/dce-rpc
|
||||
@load base/protocols/ntlm
|
|
@ -0,0 +1,8 @@
|
|||
# Tests for good parsing/handling of unterminated NTLM AV Pair sequences.
|
||||
|
||||
# @TEST-EXEC: zeek -b -r $TRACES/dce-rpc/ntlm-unterminated-av-sequence.pcap %INPUT
|
||||
# @TEST-EXEC: btest-diff ntlm.log
|
||||
# @TEST-EXEC: btest-diff dpd.log
|
||||
|
||||
@load base/protocols/dce-rpc
|
||||
@load base/protocols/ntlm
|
Loading…
Add table
Add a link
Reference in a new issue