Getting Started with Burp Suite
Burp Suite Documentation
Take a look at our Documentation section for full details about every Burp Suite tool, function and configuration option.
Burp Suite Professional and Community editions | Burp Suite Enterprise Edition |
Burp Scanner | Burp Collaborator |
Burp Infiltrator | Full Documentation Contents |
Burp Extender
Burp Extender lets you extend the functionality of Burp Suite in numerous ways.
Extensions can be written in Java, Python or Ruby.
API documentation | Writing your first Burp Suite extension |
Sample extensions | View community discussions about Extensibility |
Turn off crawling in enterprise?
Is there a configuration which will let me not crawl the site I'm crawling at all and JUST scan the URL(s) provided?
I have an application which contains the ability to self-register a user, and I'd like to be able to have Burp Enterprise scan the login page itself without creating a user.
Hi Jarad,
Unfortunately, an audit only scan is not currently possible in Burp Enterprise.
Do you have access to Burp Professional? There is a Login Functions category within the Crawl configuration that handles how the crawler deals with any login functions it encounters. One of the options that can be switched on and off is the Attempt to self-register a user. You could look to create a custom configuration library, within Burp Professional, with this option switched off and then export the configuration. You could then import this into Burp Enterprise and select it for use during your scan.
Please let us know if you need any further assistance.