mirror of
https://github.com/zeek/zeek.git
synced 2025-10-09 18:18:19 +00:00
Merge remote-tracking branch 'origin/topic/jsiwek/gh-541-ntlm-fix'
* origin/topic/jsiwek/gh-541-ntlm-fix: GH-541: add test cases for NTLM AV Pair sequence handling GH-541: fix handling of NTLM AV Pair sequences
This commit is contained in:
commit
ec57894a85
9 changed files with 72 additions and 3 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