Synaptic SkillsSynapticSkills
MarketplaceSkill GraphCriar SkillMCP ServerPlataformaEnterprise
v0.1.0-beta
Voltar ao Marketplace
SecurityMédio

Burp Project Parser

portrailofbits·trailofbits· v1.0.0 · atualizado em 2026-04-10
80
Score

Searches and explores Burp Suite project files (.burp) from the command line. Use when searching response headers or bodies with regex patterns, extracting security audit findings, dumping proxy history or site map data, or analyzing HTTP traffic captured in a Burp project.

burp-suitesecurity-testingvulnerability-analysisweb-securitypenetration-testinghttp-traffic-analysis
0Stars
0Forks
0Usos
Fork

Documento do Skill

SKILL.mdburpsuite-project-parser/workflow
1. Check the size of the Burp project data using `wc -cl` to avoid overwhelming the context window.
2. Use sub-component filters (e.g., `proxyHistory.request.headers`) to narrow the search scope.
3. Refine regex patterns to target specific headers or body content.
4. Truncate the output using `head -c 50000` to limit the total byte size.
5. For body searches, truncate the `.body` field of each JSON object to 1000 characters.
6. Analyze the results, focusing on high-severity and high-confidence audit items.
7. Manually validate any identified vulnerabilities in Burp Suite's UI.

Telemetria de Agentes

Execuções
0
total
Taxa de Sucesso
0%
últimos 30d
Latência Média
0.0s
p50
Alucinação
0.0%
detecção
Tokens Entrada
0
avg 0/exec
Tokens Saída
0
avg 0/exec

Uso por Plataforma

Skills Relacionados

Similar aWallet Policy Generator
60%
Hebbian Synapse
Composite0.600
w = 0.3·α + 0.5·β + 0.2·γ
84
Similar aQuery Token Audit Skill
60%
Hebbian Synapse
Composite0.600
w = 0.3·α + 0.5·β + 0.2·γ
79
Similar aSpring Boot Security Review
60%
Hebbian Synapse
Composite0.600
w = 0.3·α + 0.5·β + 0.2·γ
80

Árvore do Skill

Burp Project Parser
burpsuite-project-parser
Fases Cognitivas5
1.SENSE
2.CONTEXTUALIZE
3.EVALUATE
4.RECOMMEND
5.REFLECT
Triggers8
analyze a Burp Suite project filesearch for specific patterns in Burp Suite proxy historyextract audit items from a Burp projectfind vulnerabilities using Burp Suite project datasearch HTTP headers in a Burp projectsearch HTTP bodies in a Burp projectfind specific URLs in a Burp projectextract security findings from a Burp project

Avaliar este Skill

Score Breakdown

⭐Avaliação Humana0%
🤖Sucesso de Agentes0%
🕐Atualidade100%
🔗Saúde de Dependências100%
🕸️Centralidade no Grafo0%
🛡️Segurança50%
CompositeScore = α·Humano + β·Agente + γ·Recência + δ·Deps + ε·Centralidade + ζ·Segurança

Instalação

$ synaptic mcp download burpsuite-project-parser
$ synaptic skills detail burpsuite-project-parser
$ synaptic skills live burpsuite-project-parser

Dependências

jq

Links

GitHub Repository