-
Notifications
You must be signed in to change notification settings - Fork 42
Open
Labels
Description
Currently, there are three profiles that can be specified in the config: quick, normal, and all. Adding new profiles or selecting specific probes to execute is quite cumbersome.
The idea here is to add more advanced scanning profiles that are structured in JSON/YAML files. Each profile has a configurable list of probes that are executed (IDs), and potentially also some additional config parameters that are set for a specific scanning profile. This allows slowing down the scan for an embedded device profile for example. The creation of a new profile is then as easy as creating a new JSON file and selecting the probes you want executed.
Reactions are currently unavailable