mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00

* 'fix-http-password-capture' of https://github.com/p-l-/zeek:
http: fix password capture when enabled
(cherry picked from commit c27e18631c
)
8 lines
236 B
Text
8 lines
236 B
Text
# Authorization: Basic password has a colon in its value
|
|
#
|
|
# @TEST-EXEC: zeek -b -r $TRACES/http/basic-auth-with-colon.trace %INPUT
|
|
# @TEST-EXEC: btest-diff http.log
|
|
|
|
@load base/protocols/http
|
|
|
|
redef HTTP::default_capture_password = T;
|