|
1 year ago | |
---|---|---|
d4tls | 1 year ago | |
etls | 2 years ago | |
media | 1 year ago | |
.gitignore | 2 years ago | |
LICENSE | 2 years ago | |
Makefile | 2 years ago | |
README.md | 1 year ago | |
d4-tlsf.go | 1 year ago | |
go.mod | 1 year ago | |
go.sum | 1 year ago |
sensor-d4-tls-fingerprinting is intended to be used to feed a D4 project client (It can be used in standalone though).
This project is currently in development and is subject to change, check the list of issues.
#apt install golang git libpcap-dev
$go get github.com/D4-project/sensor-d4-tls-fingerprinting
$cd $GOPATH/github.com/D4-project/sensor-d4-tls-fingerprinting
$
A “sensor-d4-tls-fingerprinting” compiled for your architecture should then be in $GOPATH/bin Alternatively, use make to compile arm/linux or amd64/linux
Read from pcap:
$ ./d4-tlsf-amd64l -r=file
Read from interface (promiscious mode):
$ ./d4-tlsf-amd64l -i=interface
Write x509 certificates to folder:
$ ./d4-tlsf-amd64l -w=folderName
Write output json inside folder
$ ./d4-tlsf-amd64l -j=folderName