Effortless security testing
Effortlessly integrate Burp GPT into your security testing workflows with user-friendly documentation.
Developed by AppSec specialists
Developed by application security experts, Burp GPT represents the cutting-edge of web security testing.
Continuously evolving security
Burp GPT continuously improves based on user feedback, ensuring it meets evolving security testing needs.
Burp GPT. unleash the power of
LLMs.
the ultimate Burp Suite
add-on.
Burp GPT is a robust tool developed to enhance precision and efficiency of application security testing. Extended with advanced language processing capabilities and an intuitive interface, it enhances security testing for both beginners and seasoned testers alike.
Perform sophisticated technical tasks; such as evaluating cryptographic integrity of custom libraries or even detect zero-days. By leveraging the power of large language models (LLMs). With your imagination and the quality of your prompts as the only constraints, assess web applications using an AI Co-Pilot to perform web traffic analysis.
Burp GPT is the comprehensive tool for consultants and security experts alike. By employing local large language models (LLMs), a feature exclusive to the Pro edition, BurpGPT negates third party data sharing to ensure client engagement confidentiality.
Additional Pro edition features include prompt libraries and support for custom-trained models. Have internal repositories of appsec data? Train your own model and harness your internal knowledge-base.
Join the community of forward-thinking professionals who use Burp GPT. Elevate your application security testing and ensure privacy and compliance using large language models.
1k +
GitHub ⭐
100 +
active users
120,000 +
open-source LLMs supported from the Hugging Face Model Hub
Pricing
£0/year
- Compatible with Burp Suite Professional edition.
- Maximise Burp's scanner efficiency by integrating LLMs.
- Support for four (4) - now deprecated - GPT-3 LLMs from OpenAI.
£99
£79/year
Make the most of our time-limited promotional offer, available while we actively enhance and refine BurpGPT Pro.
- Compatible with Burp Suite Professional edition.
- Maximise Burp's scanner efficiency by integrating LLMs.
- Support for the latest LLMs from OpenAI, including GPT-4.
- Support for Azure OpenAI Service.
- Support for local LLMs ensuring complete data privacy.
- Leverage 120,000+ PyTorch open-source LLMs on Hugging Face Model Hub.
- Compatibility with custom-trained LLMs based on Flax, PyTorch and TensorFlow.
- Scan targeted traffic, skip the Burp-wide scanner, and reduce API usage costs.
- Manage, store, and share prompts using the extensive prompt library.
- Enhanced user interface and improved user experience.
- ...
Frequently Asked Questions
- It's possible that the licensing system endpoints aren't being reached because you're connected through a VPN or a similar network. If that's the case, please try again after disconnecting the VPN.
- Alternatively, the problem could be with your Java version, and you might need to use Java 14 or a later version.
- Lastly, it's also possible that the .zip file you downloaded is corrupt, causing issues with the licensing system. In that case, please download the file again and try once more.
- On Windows: Get-Process -Id (Get-NetTCPConnection -LocalPort 3000).OwningProcess | Stop-Process -Force
- On Linux/Mac: sudo lsof -t -i :3000 to find the process ID, then kill -9 <PID> to force-kill the process.