mirror of
https://github.com/zeek/zeek.git
synced 2025-10-17 14:08:20 +00:00

- 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!
10 lines
515 B
Text
10 lines
515 B
Text
#separator \x09
|
|
#set_separator ,
|
|
#empty_field (empty)
|
|
#unset_field -
|
|
#path socks
|
|
#open 2015-02-05-16-13-12
|
|
#fields ts uid id.orig_h id.orig_p id.resp_h id.resp_p version user password status request.host request.name request_p bound.host bound.name bound_p
|
|
#types time string addr port addr port count string string string addr string port addr string port
|
|
1368517392.724989 CXWv6p3arKYeMETxOg 192.168.0.2 55951 192.168.0.1 1080 5 bob alice succeeded 192.168.0.2 - 22 192.168.0.1 - 55951
|
|
#close 2015-02-05-16-13-12
|