mirror of
https://github.com/projectdiscovery/nuclei.git
synced 2025-12-29 20:03:08 +00:00
Update runner.go
This commit is contained in:
parent
d45d1c9b64
commit
53a84f7e93
@ -326,10 +326,10 @@ func (r *Runner) RunEnumeration() {
|
||||
gologger.Info().Msgf("Using Interactsh Server %s", r.options.InteractshURL)
|
||||
}
|
||||
if len(store.Templates()) > 0 {
|
||||
gologger.Info().Msgf("Running Nuclei Templates (%d)", len(store.Templates()))
|
||||
gologger.Info().Msgf("Running %d Nuclei Templates", len(store.Templates()))
|
||||
}
|
||||
if len(store.Workflows()) > 0 {
|
||||
gologger.Info().Msgf("Running Nuclei Workflows (%d)", len(store.Workflows()))
|
||||
gologger.Info().Msgf("Running %d Nuclei Workflows", len(store.Workflows()))
|
||||
}
|
||||
|
||||
// pre-parse all the templates, apply filters
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user