Added
Additional scan subdomains on target authentications
8 days ago by Mike Jarrett
Target Authentications API — Additional scan domains
Target authentications now expose additional_scan_domains, the list of extra domains that should be authenticated against during a scan. The field is returned by list and detail responses, and can be set when creating or updating an authentication.
Endpoints:
-
GET /v1/targets/{target_id}/authentications/ -
GET /v1/targets/{target_id}/authentications/{id}/ -
POST /v1/targets/{target_id}/authentications/ -
PATCH /v1/targets/{target_id}/authentications/{id}/ -
additional_scan_domains(optional) — A list of additional domains to authenticate against during scanning. Each entry must be a subdomain of the target's host; invalid entries return a400response.
For more information, see the API documentation for target authentications.
