mirror of
https://github.com/projectdiscovery/nuclei.git
synced 2025-12-18 03:45:27 +00:00
Update runner.go
This commit is contained in:
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…
x
Reference in New Issue
Block a user