mirror of
https://github.com/zeek/zeek.git
synced 2025-10-03 07:08:19 +00:00

This introduces a new option, SOCKS::default_capture_password which can be used to specify if Socks passwords are logged by default Like fot FTP/HTTP, this option is set to false by default. Addresses BIT-1791
11 lines
241 B
Text
11 lines
241 B
Text
# @TEST-EXEC: bro -r $TRACES/socks-auth.pcap %INPUT
|
|
# @TEST-EXEC: btest-diff socks.log
|
|
# @TEST-EXEC: btest-diff tunnel.log
|
|
|
|
@load base/protocols/socks
|
|
|
|
redef SOCKS::default_capture_password = T;
|
|
|
|
@TEST-START-NEXT
|
|
|
|
@load base/protocols/socks
|