Hi all,
As the title suggests, I’m new to ZAP and have been working through the documentation and tutorial videos.
Objective:
Run a ZAP baseline scan against a target URL that requires authentication.
Current Setup:
In my automation framework, I’ve included the following jobs:
Passive Config
Requester
Spider
Passive Wait
Report
Issue:
Without authentication in the Spider job, the scan understandably fails to authenticate.
When I include authentication in the Spider job, the framework fails with the error:
[Job spider failed to access URL <starting url> : Read Timed Out]
Authentication appears to be working correctly in the Authentication Tester, so I’m unsure why the Spider job is timing out.
Any advice or suggestions would be greatly appreciated.
Kind regards,
Sun