Scan Policy

Define the parameters for new scans. This JSON will be used as the default configuration.
Example of configurable values:
{
  "ports_to_scan": [21, 22, 25, 80, 443, 3306, 8080],
  "directory_enumeration": true,
  "directory_threads": 20,
  "vhost_enumeration": true,
  "vhost_threads": 25,
  "load_test_concurrency": 10,
  "load_test_requests": 100
}
Back to Home