mirror of
https://github.com/projectdiscovery/nuclei.git
synced 2025-12-18 17:55:25 +00:00
9 lines
440 B
Go
9 lines
440 B
Go
// Package smartworkflow implements automatic technology based template
|
|
// execution for a nuclei instance.
|
|
//
|
|
// There are 3 options for the process -
|
|
// 1. Execute all workflow templates (automatic correlations made by community)
|
|
// 2. Execute technologies & panels directory -> correlate found unique tags to other templates
|
|
// 3. Execute wappalyzer based tech detection -> correlate templates based on results.
|
|
package smartworkflow
|