Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/runZeroInc/recog-go

Recog-Go: Pattern Recognition using Rapid7 Recog
https://github.com/runZeroInc/recog-go

Last synced: 22 days ago
JSON representation

Recog-Go: Pattern Recognition using Rapid7 Recog

Awesome Lists containing this project

README

        

# Recog-Go: Pattern Recognition using Rapid7 Recog

This is a Go implementation of the [Recog](https://github.com/rapid7/recog/) library and fingerprint database from Rapid7.

This package requires a checkout of the recog repository in order to build.

Recog-Go is open source, please see the [LICENSE](https://raw.githubusercontent.com/runZeroInc/recog-go/master/LICENSE) file for more information.

The [recog_match](cmd/recog_match/main.go) utility contains a working example

To build and install:
```
$ git clone https://github.com/rapid7/recog.git /path/to/recog
$ RECOG_XML=/path/to/recog/xml go generate
$ go install . ./cmd/...
```