mirror of
https://github.com/projectdiscovery/nuclei.git
synced 2025-12-22 17:35:26 +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
|
// processTemplateWithList process a template on the URL list
|
||||||
func (r *Runner) processWorkflowWithList(template *templates.Template) bool {
|
func (r *Runner) processWorkflowWithList(template *templates.Template) bool {
|
||||||
if r.options.Workflows {
|
if !r.options.Workflows {
|
||||||
return false
|
return false
|
||||||
}
|
}
|
||||||
results := &atomic.Bool{}
|
results := &atomic.Bool{}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user