mirror of
https://github.com/zeek/zeek.git
synced 2025-10-15 13:08:20 +00:00
A test for HTTP methods, including some horribly illegal requests.
This commit is contained in:
parent
e98343b562
commit
318f38df43
4 changed files with 102 additions and 0 deletions
|
@ -0,0 +1,9 @@
|
|||
# This tests that the HTTP analyzer handles strange HTTP methods properly.
|
||||
#
|
||||
# @TEST-EXEC: bro -r $TRACES/http-methods.trace %INPUT
|
||||
# @TEST-EXEC: btest-diff weird.log
|
||||
# @TEST-EXEC: btest-diff http.log
|
||||
|
||||
# The base analysis scripts are loaded by default.
|
||||
#@load base/protocols/http
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue