When you click on a URI resource under "Website Tree", you will have the option to inspect its details. These details will be displayed under "Scanner Resource" window located in right-side of the scanner's interface.
These are the options you have:
Resource Details
|
It will show you all relevant details about the selected URI, including:
Server Information
|
Details about the server which hosts the resource, including hostname, port, protocol, cipher (SSL) and detected technologies.
|
Request Information
|
Details about the resource itself, including HTTP method, HTML title, size (bytes), fetch time (ms) e sent data.
|
Object Information
|
Details about the objects found within the resource, including scripts, HTML comments, e-mails, cookies, hidden fields and web forms.
|
|
Browser Details
|
It will show you how that resource is viewed in a web browser. The request will be synchronous (online) which means you are getting the latest data direct from its web server.
|
HTTP Request
|
It will show you exactly the same raw HTTP request data sent by N-Stalker's spider engine (See "Investigating request data").
|
HTTP Response
|
It will show you exactly the same raw HTTP response data received by N-Stalker's spider engine (See "Investigating response data").
|
Simulation Engine
|
This is an add-on tool that will allow you to synchronously invoke the same request against the resource's web server. Tool also allows you to modify some aspects of the request in order to investigate any possible issues (See "Using Simulation Engine").
|
Comments
|
It will show all HTML comments found within the resource's HTML code.
|
Scripts
|
It will show all client-side script code found within the resource's HTML code.
|
E-mails
|
It will show a list of e-mail addresses found within the HTML code.
|
Cookies
|
It will show all HTTP cookies used by N-Stalker's spider engine to interact with the selected resource.
|
Hidden Fields
|
It will show all hidden fields (INPUT) found on web forms available within the selected resource.
|
Web Forms
|
It will show a list of web forms found within the resource's HTML code.
|
|