Go to file
Christopher Talib b9a2e73e33 Working version capturing CertStream saving raw, nodes and edges.
There was some problem with my editor and lost some code, this work is
fixing that and adding new features. Current state of the code:
* capturing CertStream traffic
* saving raw certstream objects in a custom wrapper
* extracting fingerprints and domains from the certstream object
* saving fingerprints and domains nodes and edges between them.
* fingerprint is linked to the raw certstream object with an edge
* saving to files with customizable names (raw in code)

broker:
* kafka connection and test
* no sending of data to it for the moment
2020-01-29 12:47:01 +01:00
broker Saving edges and node from CertStream traffic. 2020-01-29 10:03:52 +01:00
models Working version capturing CertStream saving raw, nodes and edges. 2020-01-29 12:47:01 +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 Working version capturing CertStream saving raw, nodes and edges. 2020-01-29 12:47:01 +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