Golang SSSP Client
sssp is a Golang library and cmdline tool that implements the Sophos SSSP protocol.
- Golang 1.10.x or higher
The sssp client can be installed as follows
$ go get github.com/baruwa-enterprise/sssp/cmd/ssspscan
Or by cloning the repo and then running
$ make build
$ ./bin/ssspscan
To install the library
go get github.com/baruwa-enterprise/sssp
You can then import it in your code
import "github.com/baruwa-enterprise/sssp"
make test
MPL-2.0