mirror of
https://github.com/zeek/zeek.git
synced 2025-10-15 13:08:20 +00:00
Update the SOCKS analyzer to support user/pass login.
- This addresses BIT-1011 - Add a new field to socks.log; "password". - Two new events; socks_login_userpass and socks_login_reply. - One new weird for unsupported authentication method. - A new test for authenticated socks traffic. - Credit to Nicolas Retrain for the initial patch. Thanks!
This commit is contained in:
parent
565ad360c6
commit
9592f64225
11 changed files with 162 additions and 21 deletions
|
@ -0,0 +1,5 @@
|
|||
# @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
|
Loading…
Add table
Add a link
Reference in a new issue