mirror of
https://github.com/projectdiscovery/nuclei.git
synced 2025-12-18 15:25:26 +00:00
7 lines
251 B
Go
7 lines
251 B
Go
// Package automaticscan implements automatic technology based template
|
|
// execution for a nuclei instance.
|
|
//
|
|
// First wappalyzer based technology detection is performed and templates
|
|
// are executed based on the results found.
|
|
package automaticscan
|