Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Runs an Acunetix scan and returns scan information. Returns passed or failed based on the Threat Level Input. If the scan finds a vulnerability with a threat that is higher than or equal to the threat level input the FDACUNETIX_TEST_SCAN_RESULT output will return 'FAILED'.

Analysis Tool Account Properties

...

Output NameDescription
FDACUNETIX_SCAN_IDThe Id of the scan that was created.
FDACUNETIX_THREAT_LEVELThe highest vulnerability threat level found in the scan. 
FDACUNETIX_STATUSThe status of the scan matching the scan Id.
FDACUNETIX_SEVERITY_COUNTSThe severity counts of the scan matching the scan Id.
FDACUNETIX_PROGRESSThe progress of the scan matching the scan Id.
FDACUNETIX_TARGETThe target of the scan matching the scan Id.
FDACUNETIX_TEST_SCAN_RESULTThe 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".

...