Scans and Network Errors
Initial checks at the start of a Target Scan
The Acunetix Premium scanner performs some initial checks before starting a scan. One such check is simply an attempt to connect to the Target's web server. If any of the critical initial checks do not pass, the scan fails immediately.
How are Network Errors Counted?
If a running scan encounters 25 consecutive network errors, the scan is aborted. The network errors need to be consecutive, meaning that if the Acunetix scanner encounters 21 consecutive errors, and the 22nd request is successful, then the network error counter is reset to zero and the counting starts again. Below we discuss some of the finer points of what is counted as a Network Error, and what is NOT counted as a Network Error.
Not Counted: HTTP Error Response Codes
In particular, HTTP Error response codes received from a Target are NOT considered to be Network Errors. Any 4xx and 5xx error responses will simply be processed according to the scanner's rules and the scan will proceed as normal. You should keep in mind that the scanner makes a number of requests to the target using awkwardly built requests (payloads) to make sure the web application is able to correctly process such malformed requests correctly and it is commonplace for a web application to respond with a 4xx or 5xx message to badly-formed requests.
Not Counted: AcuMonitor Missed Responses
Some vulnerability checks require out-of-band communication with the AcuMonitor service. Network errors resulting from requests to the AcuMonitor service during the scan are NOT counted and will not cause the scan to be aborted.
Not Counted: Special Checks where Failure is the Expected Result
Some vulnerability checks will, by design, not successfully connect (or will not receive a response) if the vulnerability is not present. Therefore, such connection failures or missed responses are also NOT considered Network Errors.
Counted: Critical Network Errors
Some types of Network Error are considered critical for the scan, and therefore such errors are counted.
The most common types of such Network Errors are Connection Resets, and Socket or SSL Errors.
Counted: Connection Timeouts
Another critical error scenario is a Connection timeout. If the scanner's network layer sends a request to a Target and a response is not received within 30 seconds, then the network request "times out" and such an event is counted.
TIP: Pre-Scan checks to avoid unnecessary Network Errors To ensure that the Network Errors encountered by the scan are not caused by configuration issues, check the following before starting a scan:
* If you are using Acunetix Online, you will need to allowlist scanners.acunetix.com (EU-based customers: scanners-eu.invicti.com) |