zeek/testing/btest/scripts/base/protocols/http/http-basic-auth-extra-space.zeek
Patrick Kelley 8fd444092b initial
2025-05-07 15:35:15 -04:00

9 lines
252 B
Plaintext

# Authorization: Basic is followed by two spaces rather than one.
#
# @TEST-EXEC: zeek -b -Cr $TRACES/http/basic-auth-with-extra-space.trace %INPUT
# @TEST-EXEC: btest-diff http.log
@load base/protocols/http
redef HTTP::default_capture_password = T;