OpenBurp Integrating Burp Suite with Claude Code, Codex, and... - #2762
Open
carlospolop wants to merge 1 commit into
Open
OpenBurp Integrating Burp Suite with Claude Code, Codex, and...#2762carlospolop wants to merge 1 commit into
carlospolop wants to merge 1 commit into
Conversation
Collaborator
Author
🔗 Additional ContextOriginal Blog Post: https://github.com/luispacheco22/OpenBurp Content Categories: Based on the analysis, this content was categorized under "AI Security > Burp MCP: LLM-assisted traffic review". Repository Maintenance:
Review Notes:
Bot Version: HackTricks News Bot v1.0 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
🤖 Automated Content Update
This PR was automatically generated by the HackTricks News Bot based on a technical blog post.
📝 Source Information
🎯 Content Summary
OpenBurp is an orchestration toolkit for connecting Burp Suite Professional to
Claude Code,Codex, or both through the Model Context Protocol (MCP). Burp MCP provides web-traffic analysis capabilities, while an AI-controlled instance of Burp's embedded Chromium sends browser traffic through Burp's HTTP proxy. An optional persistent Kali Linux Docker container gives the agent an isolated environment for reconnaissance, exploitation, a...🔧 Technical Details
MCP transport adaptation: When a security tool exposes MCP over Server-Sent Events but an AI client expects or operates more reliably over stdio, place a local transport bridge between them. In this workflow, Burp exposes SSE on
127.0.0.1:9876, whilemcp-proxy-all.jar --sse-url http://127.0.0.1:9876presents Burp as a local stdio MCP process. Clients with native SSE support can register the endpoint directly instead.Proxy-aware AI browser automation: Launch a dedicated browser through an MCP browser controller with
--proxy-server=http://127.0.0.1:8080. Use--accept-insecure-certsor--ignore-https-errorsto tolerate the TLS certificate generated by an interception proxy, and--isolatedto prevent testing cookies, credentials, and browser state from mixing with the user's normal profile. This makes AI-driven navigation observable and modifiable in the intercepti...🤖 Agent Actions
Updated
src/AI/AI-Burp-MCP.mdwith:mcp-proxy-all.jarnaming and endpoint configuration.Validation passed: clean diff, balanced code fences, sequential references, working source URLs, and no forbidden sources.
mdbookwas unavailable locally.This PR was automatically created by the HackTricks Feed Bot. Please review the changes carefully before merging.