Categorygithub.com/0xrawsec/golang-misp
module
1.0.3
Repository: https://github.com/0xrawsec/golang-misp.git
Documentation: pkg.go.dev

# README

MISP Golang

So far, only search is implemented but it might already be enough for several use cases.

Installation

get -u github.com/0xrawsec/golang-misp

Testing

Before testing, you need to put a valid config.json file under the testing directory misp/test. Copy the config.json.example found at the root of the project and modify it.

# Go to misp/test directory
go test -v

Documentation

Install the golang-misp package into your go project and issue the following command.

go doc misp

# Packages

No description provided by the author