mirror of https://github.com/daffainfo/nuclei.git
Update runner.go
parent
18abd4866e
commit
262cb74b45
|
@ -406,7 +406,7 @@ func (r *Runner) RunEnumeration() error {
|
|||
totalRequests += int64(t.TotalRequests) * r.inputCount
|
||||
}
|
||||
if totalRequests < unclusteredRequests {
|
||||
gologger.Info().Msgf("Templates clustered: %d (Reduced %d HTTP Requests)", clusterCount,unclusteredRequests-totalRequests)
|
||||
gologger.Info().Msgf("Templates clustered: %d (Reduced %d HTTP Requests)", clusterCount, unclusteredRequests-totalRequests)
|
||||
}
|
||||
workflowCount := len(store.Workflows())
|
||||
templateCount := originalTemplatesCount + workflowCount
|
||||
|
|
Loading…
Reference in New Issue