var fDesc=new Array(); fDesc[0] = "McAfee Foundstone’s SiteScope creates a site map and gathers metrics for a given web-based application. The method SiteScope utilizes to gather data and create site maps differentiates it from alternative tools that "spider" a web application.

The advantage of using SiteScope is in its simplicity and detail. SiteScope records all links, page parameters and other useful data, and maintains the notion of user roles throughout the tool.

Key Features:

- Provides an easy method to navigate web applications, using the Internet Explorer control
- Real time creation of site map
- Site map includes page type, parameters, http(s) protocol, and their links
- Save/print/change layout/zoom functions for site maps
- User role creation/modification
- Metrics page including: number of users, parameters, pages, pages not visited, and cookies
- Ability to easily contact Foundstone if you would like information regarding an assessment

System Requirements:

Windows .NET Framework"; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }