Runs an Acunetix scan and returns scan information.
Environment/Instance Properties
Property Name | Property Code | Required | Description |
---|---|---|---|
API Key | FDACUNETIX_API_KEY | Yes | API Key for Acunetix. |
Acunetix URL | FDACUNETIX_ACUNETIX_URL | Yes | URL of Acunetix server. Example https://HOSTNAME:PORT |
Inputs
Input Name | Input Code | Required | Description |
---|---|---|---|
Threat Level | FDACUNETIX_INP_THREAT_LEVEL | No | Fail the operation if scan has at least one of the certain threat level or higher. Threat level must be "high", "medium", "low", or "info". |
Scanning Profile Id | FDACUNETIX_INP_PROFILE_ID | Yes | Id of the scanning profile type that is to be used in the scan. |
Target Id | FDACUNETIX_INP_TARGET_ID | Yes | Id of the target that is to be scanned. |
Report Template Id | FDACUNETIX_INP_REPORT_TEMPLATE_ID | No | Id of the template for the report that is to be generated after the scan is completed. |
Outputs
Output Name | Description |
---|---|
FDACUNETIX_STATUS | The status of the scan matching the scan Id. |
FDACUNETIX_SEVERITY_COUNTS | The severity counts of the scan matching the scan Id. |
FDACUNETIX_PROGRESS | The progress of the scan matching the scan Id. |
FDACUNETIX_TARGET | The target of the scan matching the scan Id. |
Artifacts
This operation doesn’t consume or produce any artifacts.
Endpoint Selection
This operation will select all available endpoints associated to the environment/instance.
Endpoint Execution
This operation will execute on any one of the selected endpoints and will be random in the determination of which one.