mirror of
https://github.com/zeek/zeek.git
synced 2025-10-08 01:28:20 +00:00
HTTP CONNECT proxy support.
- The HTTP analyzer now supports handling HTTP CONNECT proxies same as the SOCKS analyzer handles proxying.
This commit is contained in:
parent
f45bd84f4c
commit
dd0856a57f
10 changed files with 102 additions and 0 deletions
11
testing/btest/scripts/base/protocols/http/http-connect.bro
Normal file
11
testing/btest/scripts/base/protocols/http/http-connect.bro
Normal file
|
@ -0,0 +1,11 @@
|
|||
# This tests that the HTTP analyzer handles HTTP CONNECT proxying correctly.
|
||||
#
|
||||
# @TEST-EXEC: bro -r $TRACES/http/connect-with-smtp.trace %INPUT
|
||||
# @TEST-EXEC: btest-diff conn.log
|
||||
# @TEST-EXEC: btest-diff http.log
|
||||
# @TEST-EXEC: btest-diff smtp.log
|
||||
# @TEST-EXEC: btest-diff tunnel.log
|
||||
|
||||
# The base analysis scripts are loaded by default.
|
||||
#@load base/protocols/http
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue