less templates in test

dev
Mzack9999 2024-04-05 16:40:37 +02:00
parent d0a0c6d0c3
commit f886fb2cf4
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ func main() {
func initializeNucleiEngine() (*nuclei.NucleiEngine, error) { func initializeNucleiEngine() (*nuclei.NucleiEngine, error) {
return nuclei.NewNucleiEngine( return nuclei.NewNucleiEngine(
nuclei.WithTemplateFilters(nuclei.TemplateFilters{ProtocolTypes: "http"}), nuclei.WithTemplateFilters(nuclei.TemplateFilters{Tags: []string{"oast"}}),
nuclei.EnableStatsWithOpts(nuclei.StatsOptions{MetricServerPort: 6064}), nuclei.EnableStatsWithOpts(nuclei.StatsOptions{MetricServerPort: 6064}),
nuclei.WithGlobalRateLimit(1, time.Second), nuclei.WithGlobalRateLimit(1, time.Second),
nuclei.WithConcurrency(nuclei.Concurrency{ nuclei.WithConcurrency(nuclei.Concurrency{