Multiple choice technology security

For a given url -> http://www.example.com/smb.jsp&page=wireless where wireless indicates a unique page how would you configure appscan to test all unique pages?

  1. Ignore the page parameter

  2. Track the page parameter

  3. Set the redundant path limit to 1

  4. Set the depth limit to 1

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

Parameter tracking ensures AppScan tests each unique page value separately. If you ignore or limit it, AppScan might only test one value and miss vulnerabilities on other pages.