Skip to content

Files

Latest commit

 

History

History
37 lines (27 loc) · 1.07 KB

README.md

File metadata and controls

37 lines (27 loc) · 1.07 KB

Go Report Card

flan_exporter

Metrics exporter for Cloudflares Flan Scan vulnerability / network scanner

This is not an offical Cloudflare project.

Install

go get -u github.com/MauveSoftware/flan_exporter

Usage

Binary

./flan_exporter -datasource.fs.report-path=/opt/flan/shared/reports

Docker

docker run -d --restart always --name flan_exporter -v /reports:/opt/flan/shared/reports -p 9711:9711 mauvesoftware/flan_exporter

or with an Google Cloud Storage backend:

docker run -d --restart always --name flan_exporter -e FLAN_DATASOURCE=gcloud -e FLAN_GCLOUD_BUCKET_NAME=my-bucket -v /app/gcloud_credentials.json:/path/to/credentials.json -p 9711:9711 mauvesoftware/flan_exporter

License

(c) Mauve Mailorder Software GmbH & Co. KG, 2020. Licensed under MIT license.

Prometheus

see https://prometheus.io/

Cloudflare Flan Scan

see https://github.com/cloudflare/flan