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. a.Set the depth limit to 1

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

Tracking the page parameter tells AppScan that each value of 'page' represents a unique page that should be tested individually. Ignoring would skip those pages, redundant path limit limits duplicates, and depth limit limits crawl depth.