baruwa-enterprise / sssp

Golang SSSP library

Home Page:https://www.baruwa.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Golang SSSP library

https://www.baruwa.com

License:Mozilla Public License 2.0


Languages

Language:Go 97.1%Language:Makefile 2.9%