Getting Started
Getting Started with Burp Suite
Documentation
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 |
Extensibility
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 |
Name is required.
Email address is required.
Invalid email address
Answer is required.
Exceeding max length of 5KB
Add context menu for text editor
In my extender I use a text editor created by createTextEditor ( https://portswigger.net/burp/extender/api/burp/IBurpExtenderCallbacks.html#createTextEditor() ). It would be natural if this text editor supports context menu such as "Send to Decoder" or "Send to Comparer".
Thanks for this request. We’ve added this to our development backlog. Unfortunately, we can’t provide an ETA.