mirror of
https://github.com/projectdiscovery/nuclei.git
synced 2025-12-18 04:15:24 +00:00
Misc
This commit is contained in:
parent
99e66d7554
commit
20c3ec0857
@ -32,7 +32,7 @@ func (r *Runner) processTemplateWithList(template *templates.Template) bool {
|
||||
|
||||
// processTemplateWithList process a template on the URL list
|
||||
func (r *Runner) processWorkflowWithList(template *templates.Template) bool {
|
||||
if r.options.Workflows {
|
||||
if !r.options.Workflows {
|
||||
return false
|
||||
}
|
||||
results := &atomic.Bool{}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user