Skip to content

BURP-AI

BURP-AI is a Burp Suite extension that integrates AI for automated vulnerability detection and HTTP request analysis in real-time.

Language: Python
Repository: github.com/th30d4y/BURP-AI

  • Background vulnerability analysis with multiple AI models
  • Detects: RCE, IDOR, SQLi, XSS, auth bypass, and other vulnerability classes
  • Interactive AI chat for custom security queries
  • Native request history and repeater functionality
  • Supports 11+ AI models with automatic fallback
  • Burp Suite (Pro or Community)
  • Python 2.7+ via Jython runtime
  • Java 8+ (bundled with Burp Suite)
  • DigitalOcean AI API key (or compatible provider)
  1. Clone the repository:
Terminal window
git clone https://github.com/th30d4y/BURP-AI.git
  1. In Burp Suite, open Extensions → Installed → Add.
  2. Set Extension type to Python.
  3. Select burpaai.py from the cloned directory.
  4. Open the BurpAI tab in Burp Suite.
  5. Enter your API key and click Save.
ActionHow
Analyze a requestSelect the request → click Analyze with AI
Send to AIRight-click a request → Send to BurpAI
Chat with AIType in the input box → press Enter or click Send
Switch modelUse the Model dropdown
View historyClick an entry in the history table
FilePurpose
burpaai.pyMain extension file
SECURITY.mdSecurity policy
SECURITY_ADVISORY.mdSecurity advisories
COLLABORATION.mdContribution guidelines
requirements.txtPython dependencies