mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00
Add documentation, consts and tests for the new events.
This also fixes the heartbleed detector to work for encrypted attacks in this branch again. It stopped working, because the SSL analyzer now successfully detects established connections, and the scripts usually disable analyzing after that. (The heartbeat branch should not have been affected)
This commit is contained in:
parent
4ae52d9e1c
commit
9b7eb293f1
15 changed files with 244 additions and 61 deletions
|
@ -0,0 +1,13 @@
|
|||
server_name, 192.168.4.149, 74.125.239.152, [google.de]
|
||||
Curves, 192.168.4.149, 74.125.239.152
|
||||
secp256r1
|
||||
secp384r1
|
||||
secp521r1
|
||||
Point formats, 192.168.4.149, 74.125.239.152, T
|
||||
uncompressed
|
||||
ALPN, 192.168.4.149, 74.125.239.152, [spdy/3, spdy/3.1, http/1.1]
|
||||
Point formats, 192.168.4.149, 74.125.239.152, F
|
||||
uncompressed
|
||||
ansiX962_compressed_prime
|
||||
ansiX962_compressed_char2
|
||||
ALPN, 192.168.4.149, 74.125.239.152, [spdy/3.1]
|
Loading…
Add table
Add a link
Reference in a new issue