nuclei icon indicating copy to clipboard operation
nuclei copied to clipboard

about http: multiple registrations for /metrics error

Open Autumn-27 opened this issue 9 months ago • 0 comments

ne, err := nuclei.NewNucleiEngine( nuclei.WithTemplateFilters(nuclei.TemplateFilters{Tags: []string{"oast"}}), nuclei.EnableStatsWithOpts(nuclei.StatsOptions{MetricServerPort: 6064}), // optionally enable metrics server for better observability )

How to close the MetricServerPort here? It seems impossible to directly call certain switches from the code

Autumn-27 avatar May 17 '24 14:05 Autumn-27