Go to file
Christopher Talib 668686fbab Saving edges and node from CertStream traffic.
This work extracts fingerprints and domains from CertStream data
structure received through the stream. It builds nodes and edges and
saves them to the relevant files. It sends this data to Kafka but no
logic is implemented at the exit of the broker yet.
2020-01-29 11:02:19 +01:00
broker Saving edges and node from CertStream traffic. 2020-01-29 10:03:52 +01:00
models Saving edges and node from CertStream traffic. 2020-01-29 11:02:19 +01:00
parser Setting up linking and and creating nodes already from the input source 2020-01-28 23:52:24 +01:00
utils Moving SaveDomains to parser package 2020-01-28 16:05:36 +01:00
.gitignore Adding .txt files to gitignore 2020-01-22 15:44:56 +01:00
connectors_test.go First work on test for connection to CertStream 2020-01-26 17:27:40 +01:00
go.mod Setting up connector to Kafka and sending consummed and formatted Nodes to Kafka 2020-01-16 15:56:57 +01:00
go.sum Setting up connector to Kafka and sending consummed and formatted Nodes to Kafka 2020-01-16 15:56:57 +01:00
main.go Saving edges and node from CertStream traffic. 2020-01-29 10:03:52 +01:00
main_test.go First work on test for connection to CertStream 2020-01-26 17:27:40 +01:00
README.md Adding README with install instructions 2020-01-15 14:40:47 +01:00

Styx

Install

go get -u gitlab.dcso.lolcat/LABS/styx
cd $GOPATH/src/gitlab.dcso.lolcat/LABS/styx
go build
./styx