File tree Expand file tree Collapse file tree 6 files changed +319
-81
lines changed Expand file tree Collapse file tree 6 files changed +319
-81
lines changed Original file line number Diff line number Diff line change @@ -4,5 +4,33 @@ analyzer-d4-passivessl fetch a redis feed of certificate and TLS sessions and ma
4
4
``` bash
5
5
go get github.com/gomodule/redigo/redis
6
6
go get github.com/lib/pq
7
- sudo apt install postgresal-plpython3-10
7
+ sudo apt install postgresql-plpython3-10
8
+ ```
9
+
10
+ # Config
11
+
12
+ ``` bash
13
+ analyzer-d4-passivessl - Passive SSL analyzer:
14
+
15
+ Fetch data from sensor-d4-tls-fingerprinting and push it into d4-passivessl-server
16
+
17
+ Usage:
18
+
19
+ analyzer-d4-passivessl -c config_directory
20
+
21
+ Configuration:
22
+
23
+ The configuration settings are stored in files in the configuration directory
24
+ specified with the -c command line switch.
25
+
26
+ Files in the configuration directory:
27
+
28
+ redis - empty if not used.
29
+ | host:port/db
30
+ redis_queue - type and uuid of the redis queue
31
+ | type:uuid
32
+ postgres - postgres database
33
+ | user:password@host:port/db
34
+ certfolder - absolute path to the folder containing certificates
35
+ | /....
8
36
` ` `
Original file line number Diff line number Diff line change
1
+ /disk1/d4/datas/ja3-jl/certs/
Original file line number Diff line number Diff line change
1
+ postgres:postgres@localhost:5432/passive_ssl
Original file line number Diff line number Diff line change
1
+ localhost:6380/2
Original file line number Diff line number Diff line change
1
+ ja3-jl:0894517855f047d2a77b4473d3a9cc5b
You can’t perform that action at this time.
0 commit comments