Professional
Running a full crawl and audit
-
Last updated: October 29, 2024
-
Read time: 4 Minutes
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.
Step 1: Configure scan type
To run a full crawl and audit of a web application:
- On the Dashboard, click New scan to open the scan launcher.
- On the Scan type tab, select Crawl and audit.
Once you have selected the type of scan you want to run, select the Scan details tab.
Related pages
For information on how Burp Scanner crawls and audits web applications, see the Burp Scanner documentation.
Step 2: Configure scan details
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.
- Scan using HTTP & HTTPS.
- Scan using my specified protocols. If you select this option, make sure you include the scheme (
http:
orhttps:
) 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.
Related pages
Setting scan scope in Burp Suite Professional - Gives detailed information on how scan scope works in Burp Suite Professional.
Step 3: Select a scan configuration
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:
- Preset scan modes are predefined collections of scan settings. They enable you to quickly adjust how the scan balances speed and coverage. To select a preset scan mode, make sure that Use a preset scan mode is selected and click one of the available options.
-
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:
- Create new configurations from scratch.
- Select existing configurations from your configuration library.
- Import configurations from other installations of Burp Suite.
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.
Related pages
- Using custom scan configurations - Gives further information on how to create and import your own configurations.
- Scan configurations (Burp Scanner) - Gives reference material on the options available in custom scan configurations.
- Configuration library.
Step 4: Configure application logins (optional)
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:
- Username and password pairs are intended for sites that use a basic, single-step login mechanism. To manage username and password pairs, select Use login credentials. From here, you can add new credentials or edit your existing ones.
- Recorded login sequences are intended for sites that use more complex login mechanisms, such as Single Sign-On. You can record login sequences using the Burp Suite Navigation Recorder Chrome extension, which is pre-installed in Burp's browser. To manage your recorded login sequences, select Use recorded login sequences. From here, you can add new sequences or edit your existing ones.
You can only use one of the login mechanisms per site.
Related pages
- Managing application logins - Gives further information on using application logins in Burp Suite Professional.
- Authenticated scanning (Burp Scanner) - Gives information on how to record login sequences.
Step 5: Select a resource pool (optional)
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.
Related pages
Resource pools - Gives information on the use cases for resource pools and how to configure them.