Update runner.go

This commit is contained in:
sandeep 2021-07-03 17:43:02 +05:30
parent d45d1c9b64
commit 53a84f7e93

View File

@ -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