Site map

The site map shows the information that Burp collects as you explore your target application. You can toggle between the URL view, and Crawl paths view. The URL view creates a hierarchical representation of the information, organizing it alphabetically by root domain then by subdomain. Content comes from various sources, including scan results and the URLs you discover as you browse the target manually. You can also see:

You can filter and annotate this information to help you to manage it. You can use the site map to send content to Burp's other tools, and to drive your testing workflow.

Accessing the site map

You can access the site map in two locations:

More information

For information on running isolated web application scans, see Running a full crawl and audit.

URL view

The URL view in the left-hand pane contains a hierarchical representation of content. The URLs are shown as:

The URL view is organized alphabetically, first by root domain and then by subdomain.

Requests are shown with their HTTP method (for example, GET, PUT, or OPTIONS). This enables you to easily distinguish between requests to the same endpoint with different methods.

You can expand interesting branches to see more details. If you select one or more parts of the URL view, you can see details about the items in the Contents and Issues panes. The panes also show items that are in child branches of your selection.

URL view icons

When Live audit or Burp Scanner detect issues, they display colored circles on the relevant icons in the tree view. The color of the circle indicates the most significant security issue within each branch or item. Click on the icon to show the relevant issues in the Issues window. We use the same color circles on the URL view and the Issues window.

If the text next to an icon is black, the URL has been requested. If the text is grayed out, the URL has not yet been requested. You can edit the site map layout.

Icons in the tree view

Contents pane

The Contents pane lists information for any items selected in the tree view:

If an item is black, the URL has been requested. If the item is gray, the URL has not yet been requested. When you make requests, Burp uses any links to discover other content, which it shows in gray.

To help you to analyze the target application, you can use the site map filters and the target scope to hide content that you're not interested in.

You can also customize and sort the table, and copy column data to your clipboard. For more information, see Customizing Burp's tables.

Note

If you deselect passive crawling, the Contents pane doesn't show linked content or content that is only likely to exist.

Requests and responses

Select an item in the Contents pane to see the related Request and Response in the lower pane. You can use the Inspector to analyze the messages. Right-click a message if you want to send it to another of Burp's tools.

Burp includes a large number of functions to help you quickly analyze the messages further, drive Burp's core workflow, and carry out other useful tasks. For more information, see Burp Suite message editor.

Issues pane

The Issues pane shows any issues that Burp Scanner identifies, for items selected in the tree view. Select an issue to see more details in the tabs:

To quickly reproduce and verify an issue, right-click the message in the Contents pane and send the request to Burp Repeater. Alternatively, for GET requests, you can copy the URL and paste it into Burp's browser. Then you can reissue the request, and if necessary fine-tune the proof-of-concept attack that was generated by Burp.

Every issue that Burp Scanner reports is rated for severity (high, medium, low, informational) and confidence (certain, firm, tentative). If Burp uses a technique that is inherently less reliable (such as for blind SQL injection) to identify an issue, the confidence level reduces.

These ratings are indicative, you should review them based on your knowledge of the application's functionality and business context.

Editing the Issues pane

You can use the context menu to perform the following actions:

Related pages