Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/runZeroInc/recog-go
- Owner: runZeroInc
- License: other
- Created: 2018-04-19T01:42:22.000Z (over 6 years ago)
- Default Branch: main
- Last Pushed: 2023-08-01T01:44:50.000Z (over 1 year ago)
- Last Synced: 2024-08-05T17:31:34.902Z (4 months ago)
- Language: Go
- Homepage:
- Size: 29.9 MB
- Stars: 98
- Watchers: 17
- Forks: 28
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: COPYING
Awesome Lists containing this project
- awesome-hacking-lists - runZeroInc/recog-go - Recog-Go: Pattern Recognition using Rapid7 Recog (Go)
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/...
```