Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 263 Bytes

README.md

File metadata and controls

16 lines (13 loc) · 263 Bytes

Go-MM

Real Time Mulware Attack Map based on Suricata

start server development

  • configuration at src/config.json
  • start redis server
go run main.go

start with docker

docker build -t go-mm .
docker run --rm -it -p [port]:[port] go-mm