During testing you observed that after few minutes of initiating the scan appscan locks itself out of the application. How will you resolve the problem?
Reveal answer
Fill a bubble to check yourself
During testing you observed that after few minutes of initiating the scan appscan locks itself out of the application. How will you resolve the problem?
Configure appscan not to test login/logout pages
Increase the thread count
Decrease the timeout
Increase the timeout
AppScan lockout occurs when automated testing triggers account lockout mechanisms. Repeatedly testing login/logout pages causes multiple failed login attempts. Excluding these pages (A) prevents AppScan from triggering the lockout while still scanning other functionality. Thread count (B) and timeout settings (C, D) don't address account lockout logic.
If a scan trips account lockout policies within minutes, it's almost always because AppScan is repeatedly hitting login/logout functionality with test payloads, exhausting the allowed failed-attempt count. The fix is to explicitly exclude the login/logout pages from testing so the scanner doesn't keep triggering the app's own lockout defenses; adjusting thread count or timeout settings doesn't address the root cause.