Runs an Acunetix scan and returns scan information.
...
Output Name | Description |
---|---|
FDACUNETIX_THREAT_LEVEL | The highest vulnerability threat level found in the scan. |
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. |
FDACUNETIX_TEST_SCAN_RESULT | The result of the test scan based on the scan's threat level and the threat level input. If the scan threat level is equal or higher than the threat level input the scan will be failed. Returns a string of "PASSED" or "FAILED". |
...