mirror of
https://github.com/zeek/zeek.git
synced 2025-10-15 13:08:20 +00:00
Fixed some problems with the SOCKS analyzer and tests.
This commit is contained in:
parent
f59736cb17
commit
6b8b4dab71
9 changed files with 63 additions and 71 deletions
|
@ -202,8 +202,9 @@ signature dpd_socks5_client {
|
|||
signature dpd_socks5_server {
|
||||
ip-proto == tcp
|
||||
requires-reverse-signature dpd_socks5_client
|
||||
# Watch for a single authentication method to be chosen by the server.
|
||||
payload /^\x05\x01[\x00\x01\x02]/
|
||||
# Watch for a single authentication method to be chosen by the server or
|
||||
# the server to indicate the no authentication is required.
|
||||
payload /^\x05(\x00|\x01[\x00\x01\x02])/
|
||||
tcp-state responder
|
||||
enable "socks"
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue