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 |
Add duplicate token detection to Sequencer
I was recently working on a badly broken app that had home rolled session tokens (never a good thing). The token entropy was so bad that there were even duplicates in the sequence.
Now, whilst this is the kind of thing that's relatively easy to find by simply sorting/searching for dups in a text editor, it would be a really useful thing to have burnt into the sequencer and mentioned on the summary page.
Thanks for this request Martin. We have this logged in our development backlog. Unfortunately, we can’t provide an ETA.