Burp Scanner can crawl and audit web applications from one or more start URLs. When scanning, it uses a built-in Chromium browser to interact with the application just like a user would, automating the process of mapping and testing the accessible attack surface.
To run a full crawl and audit of a web application:
Once you have selected the type of scan you want to run, select the Scan details tab.
For information on how Burp Scanner crawls and audits web applications, see the Burp Scanner documentation.
In the Scan details tab, configure the following basic details of the scan:
Enter a URL into the URLs to scan field. This is the URL that the scan starts from. To enter multiple URLs, place each on a new line.
Select Protocol settings.
http: or https:) in the URLs to scan field.
Optionally, use the settings in the Detailed scope configuration section to refine the scan scope. This limits the URLs that Burp Scanner can access during the scan.
If you want to isolate the scan, select Run isolated scan. Results from isolated scans do not appear in the Target > Site map, Target > Crawl paths, or Dashboard > All issues tabs. It can be useful to isolate a scan if you want to test scan configurations without impacting "live" scan results, for example.
Once you have specified scan details, select the Scan configuration tab.
Setting scan scope in Burp Suite Professional - Gives detailed information on how scan scope works in Burp Suite Professional.
Scan configurations are groups of settings that define how a scan is performed. You must select a scan configuration before you can run your scan.
The Scan configuration tab enables you to either select a preset scan mode or define a custom configuration:
Custom scan configurations enable you to fine-tune Burp Scanner's behavior to meet your needs. To manage custom scan configurations, select Use a custom configuration. You can perform the following actions:
If you want Burp to remember the selected scan mode next time you open the scan launcher, select Remember my choice for future scans.
Once you have selected your configuration, either click Scan to start the scan or select another tab to configure further details.
The Application login tab enables you to provide credentials for Burp Scanner to submit when it finds login forms. This enables it to discover and audit content that is only accessible to authenticated users.
There are two types of login credential you can add in Burp Suite Professional:
You can only use one of the login mechanisms per site.
A resource pool is a group of tasks that share a quota of network resources. You can configure each resource pool with its own throttling settings. These control the number of requests that can be made concurrently, or the rate at which requests can be made, or both.
The Resource pools tab enables you to define the pool in which your scan will run. You can select an existing resource pool from the list, or create a new resource pool.
Resource pools - Gives information on the use cases for resource pools and how to configure them.