Skip to content

Latest commit

 

History

History
57 lines (36 loc) · 1.32 KB

README.md

File metadata and controls

57 lines (36 loc) · 1.32 KB

sssp

Golang SSSP Client

Ci codecov Go Report Card Go Reference MPLv2 License

Description

sssp is a Golang library and cmdline tool that implements the Sophos SSSP protocol.

Requirements

  • Golang 1.10.x or higher

Getting started

SSSP client

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

SSSP library

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"

Testing

make test

License

MPL-2.0