Skip to content

Commit

Permalink
comments and readme
Browse files Browse the repository at this point in the history
  • Loading branch information
0xxon committed Aug 12, 2015
1 parent 8a8670c commit 5833d5f
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ This script identifies certificates on the local network which will be
impacted by the [Chrome SHA-1 sunset changes](http://googleonlinesecurity.blogspot.com/2014/09/gradually-sunsetting-sha-1.html).

[conn-workers.bro](conn-workers.bro)
------------------------------------

Short, simple script that adds the name of the node that processed a connection to conn.log.

Expand Down
2 changes: 2 additions & 0 deletions chrome-sha1.bro
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# This script identifies certificates on the local network which will be
# impacted by the Chrome SHA-1 sunset changes. For more details, please
# see http://googleonlinesecurity.blogspot.com/2014/09/gradually-sunsetting-sha-1.html
#
# Questions -> [email protected]

@load base/protocols/ssl
@load base/frameworks/notice
Expand Down
2 changes: 2 additions & 0 deletions conn-workers.bro
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Short, simple script that adds the name of the node that processed
# a connection to conn.log.
#
# Questions -> [email protected]

@load base/frameworks/cluster

Expand Down
2 changes: 2 additions & 0 deletions counttable.bro
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@
#
# Do not try to use this with a big number of different $str values, especially
# in a cluster setup. It will probably lead to excessive resource use.
#
# Questions -> [email protected]

@load base/frameworks/sumstats

Expand Down
2 changes: 2 additions & 0 deletions ssl-ciphers.bro
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# This script calculates the percentage of the use of the different
# TLS cipher suites for each host in the local network.
#
# Questions -> [email protected]

@load base/protocols/ssl
@load counttable
Expand Down
2 changes: 2 additions & 0 deletions validate-certs-cache-intermediates.bro
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
##! Perform full certificate chain validation for SSL certificates.
# Also caches all intermediate certificates encountered so far and use them
# for future validations.
#
# Questions -> [email protected]

@load base/frameworks/notice
@load base/protocols/ssl
Expand Down

0 comments on commit 5833d5f

Please sign in to comment.