Basics
To perform its scans, Verdex needs the URL of the target to scan, for example:URL
Use
-product to specify the product to scan (see Products section for options).
Multiple targets
To scan multiple targets at the same time, use-list (one target per line):
filepath
Output formats
To change the output format of Verdex results, see dedicated page:Output Formats
Learn about the different output formats that Verdex supports.
Logging
To display verbose output (useful for debug), use-verbose:
boolean
default:false
Custom templates
Verdex uses templates to run scans (see Contribute section for more information). By default, templates are loaded from latest release of official Verdex repository. To run scans with custom templates, use-templates-directory:
dirpath
If Verdex is run locally with
go run ., templates directory is automatically set to ./templates