|
"Website Tree" control allows you to visualize all resources that have been gathered during N-Stalker's spider engine crawl, including web pages and transactions. "Website Tree" is ordered by web servers (URLs) which represents all different hosts found during the crawling period (remember that only the URL itself and allowed hosts will be crawled).

Within each URL, resources are separated by:
Ajax Tree
|
All resources that are retrieved through an asynchronous HTTP request (XmlHttpRequest) or through an IFRAME will be loaded here. These are considered the AJAX requests.
|
Site Tree
|
All resources that are invoked normally through a synchronous web browser request will be loaded here. Usually requests will be loaded here except when they are generated by client-side script (AJAX).
|
When inspecting resources, you have the following options:
| • | Invoke resource's details |
By clicking on a resource, you will be able to load all details (which will be available in right-side window under "Scanner Resource" title (See "Inspecting Scanner Resource").
| • | Invoke quick actions for that resource |
By right-clicking on a resource, you will invoke the "quick actions" menu which has the following options:

Copy URL
|
Copy the selected URI to clipboard in a complete URL format.
|
Remove this resource
|
It will remove the selected resource permanently from N-Stalker's Website Tree thus also from being checked for any security vulnerability.
|
Block new requests (Black-list)
|
Insert the selected URI in N-Stalker's Black list filter, which will prevent scan spider's engine to crawl that resource or any variation again (See Black List).
|
|