opencode-skills-collection 4.0.43 → 4.0.44
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/bundled-skills/.antigravity-install-manifest.json +47 -1
- package/bundled-skills/api-rate-limit-handler/SKILL.md +282 -0
- package/bundled-skills/api-security/SKILL.md +205 -0
- package/bundled-skills/api-security/references/jwt-oauth-testing.md +123 -0
- package/bundled-skills/api-security/references/rest-graphql-testing.md +137 -0
- package/bundled-skills/apk-reverse/SKILL.md +438 -0
- package/bundled-skills/apk-reverse/references/android-advanced.md +365 -0
- package/bundled-skills/apk-reverse/references/apk-security-checklist.md +230 -0
- package/bundled-skills/apk-reverse/references/frida-bypass-kit.md +70 -0
- package/bundled-skills/apk-reverse/references/frida-cookbook.md +472 -0
- package/bundled-skills/attack-chain/SKILL.md +185 -0
- package/bundled-skills/attack-chain/references/attack-playbooks.md +126 -0
- package/bundled-skills/attack-chain/references/evasion-cheatsheet.md +133 -0
- package/bundled-skills/attack-chain/references/lifecycle-checklist.md +37 -0
- package/bundled-skills/attack-chain/references/phases.md +490 -0
- package/bundled-skills/binary-diff/SKILL.md +320 -0
- package/bundled-skills/binary-diff/references/prompt-template.md +173 -0
- package/bundled-skills/browser-extension-reverse/SKILL.md +99 -0
- package/bundled-skills/browser-extension-reverse/references/extension-analysis.md +10 -0
- package/bundled-skills/case-review/SKILL.md +167 -0
- package/bundled-skills/cloud-k8s/SKILL.md +124 -0
- package/bundled-skills/cloud-k8s/references/k8s-cloud-checklist.md +16 -0
- package/bundled-skills/code-audit/SKILL.md +92 -0
- package/bundled-skills/code-audit/references/sast-review-checklist.md +10 -0
- package/bundled-skills/database-security/SKILL.md +81 -0
- package/bundled-skills/database-security/references/db-misconfig-checklist.md +9 -0
- package/bundled-skills/diagram-generator/SKILL.md +199 -0
- package/bundled-skills/diagram-generator/references/README.md +3 -0
- package/bundled-skills/diagram-generator/references/diagram-patterns.md +254 -0
- package/bundled-skills/digital-forensics/SKILL.md +93 -0
- package/bundled-skills/digital-forensics/references/forensics-triage.md +10 -0
- package/bundled-skills/docs/integrations/jetski-cortex.md +3 -3
- package/bundled-skills/docs/integrations/jetski-gemini-loader/README.md +1 -1
- package/bundled-skills/docs/maintainers/repo-growth-seo.md +1 -1
- package/bundled-skills/docs/maintainers/skills-update-guide.md +1 -1
- package/bundled-skills/docs/sources/sources.md +9 -0
- package/bundled-skills/docs/users/aas-core.md +1 -1
- package/bundled-skills/docs/users/bundles.md +1 -1
- package/bundled-skills/docs/users/claude-code-skills.md +1 -1
- package/bundled-skills/docs/users/gemini-cli-skills.md +1 -1
- package/bundled-skills/docs/users/kiro-integration.md +1 -1
- package/bundled-skills/docs/users/usage.md +3 -3
- package/bundled-skills/docs/users/visual-guide.md +4 -4
- package/bundled-skills/docs-generator/SKILL.md +197 -0
- package/bundled-skills/docs-generator/references/security-report-templates.md +348 -0
- package/bundled-skills/docs-generator/references/templates.md +102 -0
- package/bundled-skills/docs-generator/references/vendor-report-rules.md +263 -0
- package/bundled-skills/dotnet-reverse/SKILL.md +197 -0
- package/bundled-skills/dotnet-reverse/references/common-workflow.md +171 -0
- package/bundled-skills/dotnet-reverse/references/obfuscators.md +145 -0
- package/bundled-skills/dotnet-reverse/references/sharp-tools.md +164 -0
- package/bundled-skills/edr-bypass-re/SKILL.md +248 -0
- package/bundled-skills/edr-bypass-re/references/hook-survey.md +226 -0
- package/bundled-skills/edr-bypass-re/references/telemetry-blinding.md +346 -0
- package/bundled-skills/edr-bypass-re/references/unhook-techniques.md +338 -0
- package/bundled-skills/email-security/SKILL.md +81 -0
- package/bundled-skills/email-security/references/email-auth-checklist.md +8 -0
- package/bundled-skills/firmware-pentest/SKILL.md +381 -0
- package/bundled-skills/firmware-pentest/references/emba-automated-analysis.md +192 -0
- package/bundled-skills/firmware-pentest/references/emulation-and-fuzz.md +337 -0
- package/bundled-skills/firmware-pentest/references/extraction-methodology.md +285 -0
- package/bundled-skills/ghidra-reverse/SKILL.md +98 -0
- package/bundled-skills/ghidra-reverse/references/ghidra-cheatsheet.md +12 -0
- package/bundled-skills/go-rust-reverse/SKILL.md +82 -0
- package/bundled-skills/go-rust-reverse/references/go-rust-notes.md +5 -0
- package/bundled-skills/hardware-security/SKILL.md +80 -0
- package/bundled-skills/hardware-security/references/debug-interface-triage.md +7 -0
- package/bundled-skills/ida-reverse/SKILL.md +401 -0
- package/bundled-skills/ida-reverse/references/LOCAL-SETUP.md +66 -0
- package/bundled-skills/ida-reverse/references/ida-mcp-cheatsheet.md +515 -0
- package/bundled-skills/identity-federation/SKILL.md +81 -0
- package/bundled-skills/identity-federation/references/sso-flow-checklist.md +9 -0
- package/bundled-skills/instructree/SKILL.md +94 -0
- package/bundled-skills/js-reverse/SKILL.md +239 -0
- package/bundled-skills/js-reverse/references/ast-deobfuscation.md +3 -0
- package/bundled-skills/js-reverse/references/automation-entry.md +12 -0
- package/bundled-skills/js-reverse/references/env-patching.md +6 -0
- package/bundled-skills/js-reverse/references/fallbacks.md +8 -0
- package/bundled-skills/js-reverse/references/instrumentation.md +9 -0
- package/bundled-skills/js-reverse/references/local-rebuild.md +11 -0
- package/bundled-skills/js-reverse/references/mcp-task-template.md +30 -0
- package/bundled-skills/js-reverse/references/node-env-rebuild.md +9 -0
- package/bundled-skills/js-reverse/references/output-contract.md +9 -0
- package/bundled-skills/js-reverse/references/task-artifacts.md +11 -0
- package/bundled-skills/js-reverse/references/task-input-template.md +11 -0
- package/bundled-skills/js-reverse/references/tool-defaults.md +7 -0
- package/bundled-skills/llm-security/SKILL.md +160 -0
- package/bundled-skills/llm-security/references/agent-obedience-engineering.md +243 -0
- package/bundled-skills/llm-security/references/agent-security-testing.md +116 -0
- package/bundled-skills/llm-security/references/owasp-llm-top10.md +48 -0
- package/bundled-skills/llm-security/references/prompt-injection-methodology.md +107 -0
- package/bundled-skills/loki-mode/examples/todo-app-generated/backend/package-lock.json +4 -4
- package/bundled-skills/loki-mode/examples/todo-app-generated/backend/package.json +1 -1
- package/bundled-skills/macos-reverse/SKILL.md +85 -0
- package/bundled-skills/macos-reverse/references/macho-triage.md +10 -0
- package/bundled-skills/malware-analysis/SKILL.md +311 -0
- package/bundled-skills/malware-analysis/references/anti-analysis-techniques.md +205 -0
- package/bundled-skills/malware-analysis/references/sandbox-orchestration.md +204 -0
- package/bundled-skills/malware-analysis/references/yara-sigma-rules.md +232 -0
- package/bundled-skills/mobile-reverse/SKILL.md +222 -0
- package/bundled-skills/mobile-reverse/references/anti-detection-bypass.md +182 -0
- package/bundled-skills/mobile-reverse/references/frida-objection-deep.md +218 -0
- package/bundled-skills/mobile-reverse/references/ios-reverse-guide.md +177 -0
- package/bundled-skills/muapi-media/SKILL.md +311 -0
- package/bundled-skills/ot-ics/SKILL.md +117 -0
- package/bundled-skills/ot-ics/references/ot-safe-assessment.md +10 -0
- package/bundled-skills/patch-diff-exploit/SKILL.md +278 -0
- package/bundled-skills/patch-diff-exploit/references/diff-tools-comparison.md +271 -0
- package/bundled-skills/patch-diff-exploit/references/patch-tuesday-workflow.md +253 -0
- package/bundled-skills/patch-diff-exploit/references/root-cause-and-poc.md +198 -0
- package/bundled-skills/pentest-tools/SKILL.md +346 -0
- package/bundled-skills/pentest-tools/references/ai-pentest-agents.md +148 -0
- package/bundled-skills/pentest-tools/references/ai-pentesting-landscape-2026.md +73 -0
- package/bundled-skills/pentest-tools/references/automation-loop-pattern.md +153 -0
- package/bundled-skills/pentest-tools/references/awesome-pentest-digest.md +175 -0
- package/bundled-skills/pentest-tools/references/burpsuite-mcp-guide.md +769 -0
- package/bundled-skills/pentest-tools/references/client-side-lab-playbook.md +155 -0
- package/bundled-skills/pentest-tools/references/kali-mcp-ecosystem.md +119 -0
- package/bundled-skills/pentest-tools/references/msf-protocol.md +169 -0
- package/bundled-skills/pentest-tools/references/network-attack-defense.md +350 -0
- package/bundled-skills/pentest-tools/references/nuclei-guide-2026.md +157 -0
- package/bundled-skills/pentest-tools/references/payloads.md +32 -0
- package/bundled-skills/pentest-tools/references/pentest-ai-agents-matrix.md +117 -0
- package/bundled-skills/pentest-tools/references/pentest-loop.md +270 -0
- package/bundled-skills/pentest-tools/references/recon-pipeline.md +154 -0
- package/bundled-skills/pentest-tools/references/templates/findings.md +21 -0
- package/bundled-skills/pentest-tools/references/templates/progress.md +17 -0
- package/bundled-skills/pentest-tools/references/templates/rules.md +35 -0
- package/bundled-skills/pentest-tools/references/templates/scope.md +29 -0
- package/bundled-skills/pentest-tools/references/templates/task_plan.md +27 -0
- package/bundled-skills/pentest-tools/references/web-attack-cheatsheet.md +387 -0
- package/bundled-skills/pentest-tools/src-hunter/SKILL.md +243 -0
- package/bundled-skills/pentest-tools/src-hunter/references/README.en.md +115 -0
- package/bundled-skills/pentest-tools/src-hunter/references/README.md +148 -0
- package/bundled-skills/pentest-tools/src-hunter/references/dictionaries/00-index.md +44 -0
- package/bundled-skills/pentest-tools/src-hunter/references/dictionaries/chinese-srcfingerprints.md +515 -0
- package/bundled-skills/pentest-tools/src-hunter/references/dictionaries/default-credentials-cn.md +274 -0
- package/bundled-skills/pentest-tools/src-hunter/references/industry/00-index.md +66 -0
- package/bundled-skills/pentest-tools/src-hunter/references/industry/banking-finance.md +338 -0
- package/bundled-skills/pentest-tools/src-hunter/references/industry/telecom-isp.md +315 -0
- package/bundled-skills/pentest-tools/src-hunter/references/methodology/00-index.md +68 -0
- package/bundled-skills/pentest-tools/src-hunter/references/methodology/01-attack-priority.md +143 -0
- package/bundled-skills/pentest-tools/src-hunter/references/methodology/02-bypass-toolkit.md +357 -0
- package/bundled-skills/pentest-tools/src-hunter/references/methodology/03-evidence-discipline.md +205 -0
- package/bundled-skills/pentest-tools/src-hunter/references/methodology/04-control-gap-hunting.md +238 -0
- package/bundled-skills/pentest-tools/src-hunter/references/methodology/05-srctimebox-priority.md +161 -0
- package/bundled-skills/pentest-tools/src-hunter/references/payloader/by-category/intranet/adcs/346/224/273/345/207/273.md +254 -0
- package/bundled-skills/pentest-tools/src-hunter/references/payloader/by-category/intranet/exchange/346/224/273/345/207/273.md +254 -0
- package/bundled-skills/pentest-tools/src-hunter/references/payloader/by-category/intranet/sharepoint/346/224/273/345/207/273.md +113 -0
- package/bundled-skills/pentest-tools/src-hunter/references/payloader/by-category/intranet//344/277/241/346/201/257/346/224/266/351/233/206.md +947 -0
- package/bundled-skills/pentest-tools/src-hunter/references/payloader/by-category/intranet//345/205/215/346/235/200/344/270/216/350/247/204/351/201/277.md +780 -0
- package/bundled-skills/pentest-tools/src-hunter/references/payloader/by-category/intranet//345/207/255/350/257/201/347/252/203/345/217/226.md +1259 -0
- package/bundled-skills/pentest-tools/src-hunter/references/payloader/by-category/intranet//345/237/237/346/270/227/351/200/217/346/224/273/345/207/273.md +753 -0
- package/bundled-skills/pentest-tools/src-hunter/references/payloader/by-category/intranet//346/235/203/351/231/220/346/217/220/345/215/207.md +819 -0
- package/bundled-skills/pentest-tools/src-hunter/references/payloader/by-category/intranet//346/235/203/351/231/220/347/273/264/346/214/201.md +577 -0
- package/bundled-skills/pentest-tools/src-hunter/references/payloader/by-category/intranet//346/250/252/345/220/221/347/247/273/345/212/250.md +838 -0
- package/bundled-skills/pentest-tools/src-hunter/references/payloader/by-category/intranet//351/232/247/351/201/223/344/273/243/347/220/206.md +604 -0
- package/bundled-skills/pentest-tools/src-hunter/references/payloader/by-category/web/ai/345/256/211/345/205/250.md +698 -0
- package/bundled-skills/pentest-tools/src-hunter/references/payloader/by-category/web/api/345/256/211/345/205/250.md +1935 -0
- package/bundled-skills/pentest-tools/src-hunter/references/payloader/by-category/web/csrf/350/267/250/347/253/231/350/257/267/346/261/202/344/274/252/351/200/240.md +952 -0
- package/bundled-skills/pentest-tools/src-hunter/references/payloader/by-category/web/jwt/345/256/211/345/205/250.md +496 -0
- package/bundled-skills/pentest-tools/src-hunter/references/payloader/by-category/web/lfi-rfi/346/226/207/344/273/266/345/214/205/345/220/253.md +1365 -0
- package/bundled-skills/pentest-tools/src-hunter/references/payloader/by-category/web/rce/350/277/234/347/250/213/344/273/243/347/240/201/346/211/247/350/241/214.md +1329 -0
- package/bundled-skills/pentest-tools/src-hunter/references/payloader/by-category/web/sql-nosql/346/263/250/345/205/245.md +1924 -0
- package/bundled-skills/pentest-tools/src-hunter/references/payloader/by-category/web/ssrf/346/234/215/345/212/241/347/253/257/350/257/267/346/261/202/344/274/252/351/200/240.md +1256 -0
- package/bundled-skills/pentest-tools/src-hunter/references/payloader/by-category/web/ssti/346/250/241/346/235/277/346/263/250/345/205/245.md +1151 -0
- package/bundled-skills/pentest-tools/src-hunter/references/payloader/by-category/web/websocket/345/256/211/345/205/250.md +487 -0
- package/bundled-skills/pentest-tools/src-hunter/references/payloader/by-category/web/xss/350/267/250/347/253/231/350/204/232/346/234/254.md +1465 -0
- package/bundled-skills/pentest-tools/src-hunter/references/payloader/by-category/web/xxe/345/256/236/344/275/223/346/263/250/345/205/245.md +815 -0
- package/bundled-skills/pentest-tools/src-hunter/references/payloader/by-category/web//344/270/232/345/212/241/351/200/273/350/276/221/346/274/217/346/264/236.md +594 -0
- package/bundled-skills/pentest-tools/src-hunter/references/payloader/by-category/web//344/272/221/345/256/211/345/205/250/346/274/217/346/264/236.md +561 -0
- package/bundled-skills/pentest-tools/src-hunter/references/payloader/by-category/web//344/276/233/345/272/224/351/223/276/346/224/273/345/207/273.md +399 -0
- package/bundled-skills/pentest-tools/src-hunter/references/payloader/by-category/web//345/216/237/345/236/213/351/223/276/346/261/241/346/237/223.md +401 -0
- package/bundled-skills/pentest-tools/src-hunter/references/payloader/by-category/web//345/274/200/346/224/276/351/207/215/345/256/232/345/220/221.md +396 -0
- package/bundled-skills/pentest-tools/src-hunter/references/payloader/by-category/web//346/226/207/344/273/266/346/274/217/346/264/236.md +0 -0
- package/bundled-skills/pentest-tools/src-hunter/references/payloader/by-category/web//346/241/206/346/236/266/346/274/217/346/264/236.md +2304 -0
- package/bundled-skills/pentest-tools/src-hunter/references/payloader/by-category/web//347/202/271/345/207/273/345/212/253/346/214/201.md +339 -0
- package/bundled-skills/pentest-tools/src-hunter/references/payloader/by-category/web//347/274/223/345/255/230/344/270/216cdn/345/256/211/345/205/250.md +497 -0
- package/bundled-skills/pentest-tools/src-hunter/references/payloader/by-category/web//350/256/244/350/257/201/346/274/217/346/264/236.md +1778 -0
- package/bundled-skills/pentest-tools/src-hunter/references/payloader/by-category/web//350/257/267/346/261/202/350/265/260/347/247/201.md +854 -0
- package/bundled-skills/pentest-tools/src-hunter/references/payloader/index.md +69 -0
- package/bundled-skills/pentest-tools/src-hunter/references/payloader/tools/web/346/270/227/351/200/217.md +662 -0
- package/bundled-skills/pentest-tools/src-hunter/references/payloader/tools/windows/346/270/227/351/200/217.md +100 -0
- package/bundled-skills/pentest-tools/src-hunter/references/payloader/tools//344/277/241/346/201/257/346/224/266/351/233/206.md +852 -0
- package/bundled-skills/pentest-tools/src-hunter/references/payloader/tools//345/206/205/347/275/221/346/270/227/351/200/217.md +873 -0
- package/bundled-skills/pentest-tools/src-hunter/references/payloader/tools//345/207/255/350/257/201/347/252/203/345/217/226.md +186 -0
- package/bundled-skills/pentest-tools/src-hunter/references/payloader/tools//345/237/237/346/270/227/351/200/217.md +50 -0
- package/bundled-skills/pentest-tools/src-hunter/references/payloader/tools//345/257/206/347/240/201/346/224/273/345/207/273.md +462 -0
- package/bundled-skills/pentest-tools/src-hunter/references/payloader/tools//346/235/203/351/231/220/346/217/220/345/215/207.md +168 -0
- package/bundled-skills/pentest-tools/src-hunter/references/payloader/tools//346/274/217/346/264/236/345/210/251/347/224/250.md +445 -0
- package/bundled-skills/pentest-tools/src-hunter/references/payloader/tools//347/263/273/347/273/237/345/221/275/344/273/244.md +410 -0
- package/bundled-skills/pentest-tools/src-hunter/references/payloader/tools//347/272/242/351/230/237/345/267/245/345/205/267.md +64 -0
- package/bundled-skills/pentest-tools/src-hunter/references/payloader/tools//347/274/226/347/240/201/350/247/243/347/240/201.md +226 -0
- package/bundled-skills/pentest-tools/src-hunter/references/payloader/tools//351/232/247/351/201/223/344/273/243/347/220/206.md +84 -0
- package/bundled-skills/pentest-tools/src-hunter/references/payloader/waf-bypass.md +6504 -0
- package/bundled-skills/pentest-tools/src-hunter/references/playbooks/00-index.md +57 -0
- package/bundled-skills/pentest-tools/src-hunter/references/playbooks/api-rest.md +2050 -0
- package/bundled-skills/pentest-tools/src-hunter/references/playbooks/arbitrary-x-authz.md +481 -0
- package/bundled-skills/pentest-tools/src-hunter/references/playbooks/dos.md +615 -0
- package/bundled-skills/pentest-tools/src-hunter/references/playbooks/file-upload.md +1365 -0
- package/bundled-skills/pentest-tools/src-hunter/references/playbooks/graphql.md +253 -0
- package/bundled-skills/pentest-tools/src-hunter/references/playbooks/http-smuggling.md +924 -0
- package/bundled-skills/pentest-tools/src-hunter/references/playbooks/info-disclosure.md +432 -0
- package/bundled-skills/pentest-tools/src-hunter/references/playbooks/intranet-postexp.md +4845 -0
- package/bundled-skills/pentest-tools/src-hunter/references/playbooks/llm-prompt-injection.md +1394 -0
- package/bundled-skills/pentest-tools/src-hunter/references/playbooks/logic-flaws.md +1796 -0
- package/bundled-skills/pentest-tools/src-hunter/references/playbooks/mobile.md +397 -0
- package/bundled-skills/pentest-tools/src-hunter/references/playbooks/oauth-saml-jwt.md +2504 -0
- package/bundled-skills/pentest-tools/src-hunter/references/playbooks/path-traversal.md +1297 -0
- package/bundled-skills/pentest-tools/src-hunter/references/playbooks/race-conditions.md +207 -0
- package/bundled-skills/pentest-tools/src-hunter/references/playbooks/rce.md +4829 -0
- package/bundled-skills/pentest-tools/src-hunter/references/playbooks/sqli.md +1620 -0
- package/bundled-skills/pentest-tools/src-hunter/references/playbooks/ssrf-cache-host.md +2098 -0
- package/bundled-skills/pentest-tools/src-hunter/references/playbooks/unauth-access.md +330 -0
- package/bundled-skills/pentest-tools/src-hunter/references/playbooks/xss.md +1159 -0
- package/bundled-skills/pentest-tools/src-hunter/references/templates/report-submission.md +346 -0
- package/bundled-skills/pentest-tools/src-hunter/references/tools/mcp-jshook.md +174 -0
- package/bundled-skills/protocol-reverse/SKILL.md +108 -0
- package/bundled-skills/protocol-reverse/references/protocol-workflow.md +29 -0
- package/bundled-skills/pwn-chain/SKILL.md +209 -0
- package/bundled-skills/pwn-chain/references/heap-pwn.md +283 -0
- package/bundled-skills/pwn-chain/references/kernel-pwn.md +370 -0
- package/bundled-skills/pwn-chain/references/stack-pwn.md +312 -0
- package/bundled-skills/radare2/SKILL.md +460 -0
- package/bundled-skills/radare2/references/cheatsheet.md +129 -0
- package/bundled-skills/radio-sdr/SKILL.md +77 -0
- package/bundled-skills/radio-sdr/references/sdr-lab-rules.md +6 -0
- package/bundled-skills/reverse-browser-automation/SKILL.md +249 -0
- package/bundled-skills/reverse-browser-automation/references/playwright-cheatsheet.md +425 -0
- package/bundled-skills/reverse-engineering/SKILL.md +213 -0
- package/bundled-skills/reverse-engineering/dsl-vm-reverse/SKILL.md +388 -0
- package/bundled-skills/reverse-engineering/references/ai-assisted-re.md +149 -0
- package/bundled-skills/reverse-engineering/references/anti-analysis.md +836 -0
- package/bundled-skills/reverse-engineering/references/awesome-re-resources.md +135 -0
- package/bundled-skills/reverse-engineering/references/crypto-decode-tools.md +220 -0
- package/bundled-skills/reverse-engineering/references/elf-analysis.md +296 -0
- package/bundled-skills/reverse-engineering/references/field-notes.md +540 -0
- package/bundled-skills/reverse-engineering/references/go-reverse.md +240 -0
- package/bundled-skills/reverse-engineering/references/kernel-driver-reverse.md +298 -0
- package/bundled-skills/reverse-engineering/references/languages-compiled.md +587 -0
- package/bundled-skills/reverse-engineering/references/languages-platforms.md +486 -0
- package/bundled-skills/reverse-engineering/references/languages.md +499 -0
- package/bundled-skills/reverse-engineering/references/nonpe-format-cookbook.md +301 -0
- package/bundled-skills/reverse-engineering/references/ollvm-deobfuscation.md +501 -0
- package/bundled-skills/reverse-engineering/references/patterns-ctf-2.md +397 -0
- package/bundled-skills/reverse-engineering/references/patterns-ctf-3.md +719 -0
- package/bundled-skills/reverse-engineering/references/patterns-ctf.md +532 -0
- package/bundled-skills/reverse-engineering/references/patterns.md +801 -0
- package/bundled-skills/reverse-engineering/references/platforms-hardware.md +304 -0
- package/bundled-skills/reverse-engineering/references/platforms.md +442 -0
- package/bundled-skills/reverse-engineering/references/re-agent-workflow.md +240 -0
- package/bundled-skills/reverse-engineering/references/tools-advanced.md +822 -0
- package/bundled-skills/reverse-engineering/references/tools-dynamic.md +846 -0
- package/bundled-skills/reverse-engineering/references/tools.md +546 -0
- package/bundled-skills/supply-chain-security/SKILL.md +180 -0
- package/bundled-skills/supply-chain-security/references/cicd-pipeline-security.md +137 -0
- package/bundled-skills/supply-chain-security/references/sbom-sca-methodology.md +74 -0
- package/bundled-skills/thick-client/SKILL.md +104 -0
- package/bundled-skills/thick-client/references/thick-client-checklist.md +9 -0
- package/bundled-skills/threat-hunting/SKILL.md +94 -0
- package/bundled-skills/threat-hunting/references/hunting-loop.md +5 -0
- package/bundled-skills/threat-intelligence/SKILL.md +176 -0
- package/bundled-skills/threat-intelligence/references/x-public-intelligence.md +93 -0
- package/bundled-skills/tree-ring-memory/SKILL.md +29 -9
- package/bundled-skills/wifi-wireless/SKILL.md +80 -0
- package/bundled-skills/wifi-wireless/references/wireless-lab-rules.md +6 -0
- package/bundled-skills/windows-ad/SKILL.md +109 -0
- package/bundled-skills/windows-ad/references/ad-attack-paths.md +12 -0
- package/package.json +1 -1
- package/skills_index.json +1214 -2
|
@@ -0,0 +1,769 @@
|
|
|
1
|
+
# BurpSuite MCP 完整使用指南
|
|
2
|
+
|
|
3
|
+
> 来源:PortSwigger 官方文档 + TrustedSec + InfoSec Write-ups(2026-05-24)
|
|
4
|
+
> 适用场景:Web 渗透测试中需要 AI 辅助分析流量、自动化攻击、生成报告
|
|
5
|
+
|
|
6
|
+
## 概述
|
|
7
|
+
|
|
8
|
+
BurpSuite MCP 将 Burp Suite 的所有核心功能暴露给 AI 客户端(Kiro/Claude/Cursor),实现:
|
|
9
|
+
- AI 自动读取代理历史,分析请求中的漏洞
|
|
10
|
+
- AI 自动构造攻击 payload 并通过 Intruder 枚举
|
|
11
|
+
- AI 自动将可疑请求发到 Repeater 验证
|
|
12
|
+
- AI 自动生成渗透测试报告
|
|
13
|
+
|
|
14
|
+
## 安装
|
|
15
|
+
|
|
16
|
+
### 前置条件
|
|
17
|
+
- BurpSuite Professional(社区版功能受限)
|
|
18
|
+
- 下载地址:https://portswigger.net/burp/releases (官方 PortSwigger,不要用破解包)
|
|
19
|
+
|
|
20
|
+
### 安装 MCP 扩展
|
|
21
|
+
|
|
22
|
+
**方法 A:使用本项目自带扩展(推荐,78 个工具全覆盖)**
|
|
23
|
+
|
|
24
|
+
Windows:
|
|
25
|
+
```
|
|
26
|
+
1. 打开 Burp Suite Pro
|
|
27
|
+
2. Extensions → Installed → Add
|
|
28
|
+
3. Extension Type: Java
|
|
29
|
+
4. Select file: <SKILL_ROOT>\burp-mcp-full\build\libs\burp-mcp-full.jar
|
|
30
|
+
5. 看到 [MCP] Server started on http://127.0.0.1:9876 即成功
|
|
31
|
+
```
|
|
32
|
+
|
|
33
|
+
Linux / Kali / macOS:
|
|
34
|
+
```
|
|
35
|
+
1. 先编译: cd <SKILL_ROOT>/burp-mcp-full && chmod +x build.sh && ./build.sh
|
|
36
|
+
2. 打开 Burp Suite Pro
|
|
37
|
+
3. Extensions → Installed → Add → Java
|
|
38
|
+
4. Select: <SKILL_ROOT>/burp-mcp-full/build/libs/burp-mcp-full.jar
|
|
39
|
+
5. 看到 [MCP] Server started 即成功
|
|
40
|
+
```
|
|
41
|
+
|
|
42
|
+
**方法 B:使用 PortSwigger 官方扩展(21 个工具)**
|
|
43
|
+
```
|
|
44
|
+
1. Extensions → BApp Store → 搜索 "MCP Server" → Install
|
|
45
|
+
2. 去 MCP tab → Enable
|
|
46
|
+
3. 端口默认 9876
|
|
47
|
+
```
|
|
48
|
+
|
|
49
|
+
### Kiro MCP 配置(已自动写入用户级别)
|
|
50
|
+
```json
|
|
51
|
+
{
|
|
52
|
+
"mcpServers": {
|
|
53
|
+
"burpsuite": {
|
|
54
|
+
"command": "node",
|
|
55
|
+
"args": ["D:\\reverse-skill-private-main\\burp-mcp-full\\mcp-bridge.js"]
|
|
56
|
+
}
|
|
57
|
+
}
|
|
58
|
+
}
|
|
59
|
+
```
|
|
60
|
+
|
|
61
|
+
适用于所有 MCP 客户端(Kiro / Claude Code / Cursor / Cline / Windsurf)。
|
|
62
|
+
|
|
63
|
+
### 跨平台 MCP 配置
|
|
64
|
+
|
|
65
|
+
**Windows**:
|
|
66
|
+
```json
|
|
67
|
+
{ "command": "node", "args": ["<SKILL_ROOT>\\burp-mcp-full\\mcp-bridge.js"] }
|
|
68
|
+
```
|
|
69
|
+
|
|
70
|
+
**Linux / Kali / macOS**:
|
|
71
|
+
```json
|
|
72
|
+
{ "command": "node", "args": ["<SKILL_ROOT>/burp-mcp-full/mcp-bridge.js"] }
|
|
73
|
+
```
|
|
74
|
+
|
|
75
|
+
> `<SKILL_ROOT>` 替换为本包的实际安装路径。AI 读取 RULES.md 时会自动检测并替换。
|
|
76
|
+
|
|
77
|
+
### 环境变量(可选)
|
|
78
|
+
|
|
79
|
+
| 变量 | 默认值 | 说明 |
|
|
80
|
+
|------|--------|------|
|
|
81
|
+
| `BURP_MCP_HOST` | `127.0.0.1` | Burp HTTP API 地址 |
|
|
82
|
+
| `BURP_MCP_PORT` | `9876` | Burp HTTP API 端口 |
|
|
83
|
+
|
|
84
|
+
如果 Burp 跑在远程机器或不同端口,设置这两个环境变量即可。
|
|
85
|
+
|
|
86
|
+
### 重要:协议说明
|
|
87
|
+
|
|
88
|
+
本扩展通过 **stdio MCP 桥接器**(`mcp-bridge.js`)实现标准 MCP JSON-RPC 2.0 协议:
|
|
89
|
+
- Burp 扩展监听 `127.0.0.1:9876`(自定义 HTTP API)
|
|
90
|
+
- `mcp-bridge.js` 将标准 MCP stdio 协议转发到 HTTP API
|
|
91
|
+
- 所有 MCP 客户端通过 stdio 与桥接器通信
|
|
92
|
+
|
|
93
|
+
**前提**:Burp Suite 必须在运行且扩展已加载。
|
|
94
|
+
|
|
95
|
+
**健康检查**:`GET http://127.0.0.1:9876/health`
|
|
96
|
+
**工具列表**:`GET http://127.0.0.1:9876/tools`
|
|
97
|
+
|
|
98
|
+
## 使用场景与工作流
|
|
99
|
+
|
|
100
|
+
### 场景 1:AI 辅助流量分析(最常用)
|
|
101
|
+
|
|
102
|
+
**何时使用**:浏览器挂 Burp 代理浏览目标网站后,让 AI 分析所有捕获的流量
|
|
103
|
+
|
|
104
|
+
**工作流**:
|
|
105
|
+
```
|
|
106
|
+
1. 浏览器设置 Burp 代理 (127.0.0.1:8080)
|
|
107
|
+
2. 正常浏览目标网站(登录、操作功能)
|
|
108
|
+
3. 告诉 AI:"分析 Burp 代理历史中的所有请求,找出安全问题"
|
|
109
|
+
4. AI 调用 proxy_history → 获取所有请求
|
|
110
|
+
5. AI 调用 proxy_detail → 查看可疑请求的完整内容
|
|
111
|
+
6. AI 调用 search_history → 用正则搜索敏感信息
|
|
112
|
+
7. AI 输出发现的漏洞列表
|
|
113
|
+
```
|
|
114
|
+
|
|
115
|
+
**示例 Prompt**:
|
|
116
|
+
```
|
|
117
|
+
分析我 Burp 代理历史中 personalblog.fun 的所有请求。
|
|
118
|
+
按 OWASP Top 10 分类,找出潜在漏洞。
|
|
119
|
+
对可疑端点,发到 Repeater 让我手动验证。
|
|
120
|
+
```
|
|
121
|
+
|
|
122
|
+
### 场景 2:自动化枚举攻击(Intruder)
|
|
123
|
+
|
|
124
|
+
**何时使用**:需要对参数做暴力枚举(验证码、ID、路径等)
|
|
125
|
+
|
|
126
|
+
**工作流**:
|
|
127
|
+
```
|
|
128
|
+
1. AI 调用 intruder_attack_async → 多线程数字范围枚举
|
|
129
|
+
2. 或 intruder_attack_wordlist → 字典攻击
|
|
130
|
+
3. 或 intruder_cluster_bomb → 多参数笛卡尔积
|
|
131
|
+
4. 通过 success_length_not 参数自动识别成功响应
|
|
132
|
+
5. AI 报告命中结果
|
|
133
|
+
```
|
|
134
|
+
|
|
135
|
+
**示例调用**:
|
|
136
|
+
```json
|
|
137
|
+
{
|
|
138
|
+
"tool": "intruder_attack_async",
|
|
139
|
+
"params": {
|
|
140
|
+
"url_template": "https://target.com/api/verify?code=@@",
|
|
141
|
+
"method": "POST",
|
|
142
|
+
"from": 0,
|
|
143
|
+
"to": 999999,
|
|
144
|
+
"pad_digits": 6,
|
|
145
|
+
"threads": 50,
|
|
146
|
+
"success_length_not": 176
|
|
147
|
+
}
|
|
148
|
+
}
|
|
149
|
+
```
|
|
150
|
+
|
|
151
|
+
### 场景 3:OOB 漏洞检测(Collaborator)
|
|
152
|
+
|
|
153
|
+
**何时使用**:测试 SSRF、XXE、盲注等需要外带数据的漏洞
|
|
154
|
+
|
|
155
|
+
**工作流**:
|
|
156
|
+
```
|
|
157
|
+
1. AI 调用 collaborator_generate → 生成 payload
|
|
158
|
+
2. AI 将 payload 注入到请求中发送
|
|
159
|
+
3. 等待几秒
|
|
160
|
+
4. AI 调用 collaborator_poll → 检查是否有回连
|
|
161
|
+
5. 有回连 = 漏洞确认
|
|
162
|
+
```
|
|
163
|
+
|
|
164
|
+
### 场景 4:请求修改与重放(Repeater)
|
|
165
|
+
|
|
166
|
+
**何时使用**:需要修改请求参数验证漏洞
|
|
167
|
+
|
|
168
|
+
**工作流**:
|
|
169
|
+
```
|
|
170
|
+
1. AI 调用 proxy_detail → 获取原始请求
|
|
171
|
+
2. AI 调用 repeater_modify_send → 修改 header/body 后重发
|
|
172
|
+
3. 分析响应差异
|
|
173
|
+
4. 确认漏洞
|
|
174
|
+
```
|
|
175
|
+
|
|
176
|
+
### 场景 5:自动化 DAST 扫描
|
|
177
|
+
|
|
178
|
+
**何时使用**:对目标做全面漏洞扫描
|
|
179
|
+
|
|
180
|
+
**工作流**:
|
|
181
|
+
```
|
|
182
|
+
1. AI 调用 add_to_scope → 添加目标到范围
|
|
183
|
+
2. AI 调用 crawl → 触发爬虫
|
|
184
|
+
3. 等待扫描完成
|
|
185
|
+
4. AI 调用 scan_results → 获取发现的漏洞
|
|
186
|
+
5. AI 调用 scan_issue_detail → 获取漏洞详情
|
|
187
|
+
6. AI 生成报告
|
|
188
|
+
```
|
|
189
|
+
|
|
190
|
+
### 场景 6:流量自动修改(HTTP Handler)
|
|
191
|
+
|
|
192
|
+
**何时使用**:需要自动给所有请求加 header、替换内容
|
|
193
|
+
|
|
194
|
+
**工作流**:
|
|
195
|
+
```
|
|
196
|
+
1. AI 调用 register_http_handler → 注册自动修改规则
|
|
197
|
+
- 自动添加认证 header
|
|
198
|
+
- 自动替换请求中的某些值
|
|
199
|
+
2. 所有经过 Burp 的请求自动被修改
|
|
200
|
+
3. 完成后调用 remove_http_handler 清除规则
|
|
201
|
+
```
|
|
202
|
+
|
|
203
|
+
### 场景 7:Cookie/Session 分析
|
|
204
|
+
|
|
205
|
+
**何时使用**:分析 session token 的随机性和安全性
|
|
206
|
+
|
|
207
|
+
**工作流**:
|
|
208
|
+
```
|
|
209
|
+
1. AI 调用 cookie_jar → 获取所有 cookie
|
|
210
|
+
2. AI 调用 token_analysis → 分析 token 熵值
|
|
211
|
+
3. AI 调用 sequencer → 批量分析 token 随机性
|
|
212
|
+
4. 判断 session 是否可预测
|
|
213
|
+
```
|
|
214
|
+
|
|
215
|
+
## 完整工具列表(78 个)
|
|
216
|
+
|
|
217
|
+
### Proxy 模块
|
|
218
|
+
| 工具 | 参数 | 说明 |
|
|
219
|
+
|------|------|------|
|
|
220
|
+
| `proxy_history` | limit, offset, url_filter, method_filter, status_filter | 获取代理历史 |
|
|
221
|
+
| `proxy_detail` | index | 获取指定条目完整请求/响应 |
|
|
222
|
+
| `proxy_websocket` | limit | WebSocket 消息历史 |
|
|
223
|
+
| `proxy_history_filtered` | has_notes, color, limit | 按注解/颜色过滤 |
|
|
224
|
+
| `proxy_clear` | — | 清空历史 |
|
|
225
|
+
|
|
226
|
+
### HTTP 请求
|
|
227
|
+
| 工具 | 参数 | 说明 |
|
|
228
|
+
|------|------|------|
|
|
229
|
+
| `send_request` | method, url, body, headers | 通过 Burp 发请求 |
|
|
230
|
+
| `repeater_send` | request, host, port, https | 发送并获取响应 |
|
|
231
|
+
| `repeater_modify_send` | request, host, replace_header, add_header, replace_body | 修改后重发 |
|
|
232
|
+
| `send_to_repeater` | request, tab_name | 发到 Repeater tab |
|
|
233
|
+
|
|
234
|
+
### Intruder 攻击
|
|
235
|
+
| 工具 | 参数 | 说明 |
|
|
236
|
+
|------|------|------|
|
|
237
|
+
| `send_to_intruder` | request | 发到 Intruder |
|
|
238
|
+
| `intruder_attack` | url_template, from, to, pad_digits, method, success_length_not | 数字枚举(同步) |
|
|
239
|
+
| `intruder_attack_async` | 同上 + threads | 多线程并发枚举 |
|
|
240
|
+
| `intruder_attack_wordlist` | url_template, wordlist, method | 字典攻击 |
|
|
241
|
+
| `intruder_pitchfork` | url_template, placeholders, method | 多参数并行 |
|
|
242
|
+
| `intruder_cluster_bomb` | url_template, placeholders, max_requests | 笛卡尔积 |
|
|
243
|
+
| `intruder_battering_ram` | url_template, wordlist, placeholder | 同 payload 填所有位置 |
|
|
244
|
+
| `intruder_with_options` | 同上 + throttle_ms, payload_encoding, grep_extract, record_time | 高级选项 |
|
|
245
|
+
|
|
246
|
+
### Scanner
|
|
247
|
+
| 工具 | 参数 | 说明 |
|
|
248
|
+
|------|------|------|
|
|
249
|
+
| `scan` | url | 扫描引导 |
|
|
250
|
+
| `scan_active` | request, host, port | 主动扫描指定请求 |
|
|
251
|
+
| `scan_results` | limit | 获取漏洞列表 |
|
|
252
|
+
| `scan_issue_detail` | index | 漏洞详情 |
|
|
253
|
+
| `crawl` | url | 爬虫 |
|
|
254
|
+
|
|
255
|
+
### Scope
|
|
256
|
+
| 工具 | 参数 | 说明 |
|
|
257
|
+
|------|------|------|
|
|
258
|
+
| `get_scope` | url | 查询是否在范围内 |
|
|
259
|
+
| `add_to_scope` | url | 添加 |
|
|
260
|
+
| `remove_from_scope` | url | 移除 |
|
|
261
|
+
|
|
262
|
+
### Collaborator
|
|
263
|
+
| 工具 | 参数 | 说明 |
|
|
264
|
+
|------|------|------|
|
|
265
|
+
| `collaborator_generate` | count | 生成 OOB payload |
|
|
266
|
+
| `collaborator_poll` | — | 轮询交互 |
|
|
267
|
+
|
|
268
|
+
### 编码/工具
|
|
269
|
+
| 工具 | 参数 | 说明 |
|
|
270
|
+
|------|------|------|
|
|
271
|
+
| `encode` | input, type(base64/url/hex) | 编码 |
|
|
272
|
+
| `decode` | input, type | 解码 |
|
|
273
|
+
| `payload_process` | input, operation | 高级处理(md5/sha1/sha256/reverse等) |
|
|
274
|
+
| `convert_request` | request, convert_to | 转换请求方法 |
|
|
275
|
+
| `export_request` | request, host, format(curl/python) | 导出为代码 |
|
|
276
|
+
| `generate_csrf_poc` | request, host | 生成 CSRF PoC |
|
|
277
|
+
| `extract_from_response` | index, regex | 正则提取响应内容 |
|
|
278
|
+
|
|
279
|
+
### 搜索/标注
|
|
280
|
+
| 工具 | 参数 | 说明 |
|
|
281
|
+
|------|------|------|
|
|
282
|
+
| `search_history` | regex, search_in(url/request/response), limit | 正则搜索 |
|
|
283
|
+
| `highlight` | index, color | 颜色标记 |
|
|
284
|
+
| `annotate` | index, note | 添加注释 |
|
|
285
|
+
| `compare` | index1, index2 | 响应对比 |
|
|
286
|
+
|
|
287
|
+
### 配置
|
|
288
|
+
| 工具 | 参数 | 说明 |
|
|
289
|
+
|------|------|------|
|
|
290
|
+
| `export_config` | — | 导出项目配置 |
|
|
291
|
+
| `import_config` | config | 导入配置 |
|
|
292
|
+
| `set_upstream_proxy` | proxy_host, proxy_port, type | 设置上游代理 |
|
|
293
|
+
| `set_dns_override` | hostname, ip | DNS 覆盖 |
|
|
294
|
+
| `set_http2` | enable | HTTP/2 开关 |
|
|
295
|
+
|
|
296
|
+
### Handler(自动修改)
|
|
297
|
+
| 工具 | 参数 | 说明 |
|
|
298
|
+
|------|------|------|
|
|
299
|
+
| `register_http_handler` | header_name, header_value 或 match, replace | 注册自动修改规则 |
|
|
300
|
+
| `remove_http_handler` | — | 清除规则 |
|
|
301
|
+
| `register_proxy_rule` | url_contains | 注册拦截规则 |
|
|
302
|
+
| `remove_proxy_rule` | — | 清除规则 |
|
|
303
|
+
|
|
304
|
+
### 分析
|
|
305
|
+
| 工具 | 参数 | 说明 |
|
|
306
|
+
|------|------|------|
|
|
307
|
+
| `cookie_jar` | limit, domain | Cookie 管理 |
|
|
308
|
+
| `token_analysis` | tokens(array) | Token 熵值分析 |
|
|
309
|
+
| `sequencer` | tokens(array) | 序列随机性分析 |
|
|
310
|
+
| `target_info` | url | 目标技术栈识别 |
|
|
311
|
+
|
|
312
|
+
### 系统
|
|
313
|
+
| 工具 | 参数 | 说明 |
|
|
314
|
+
|------|------|------|
|
|
315
|
+
| `burp_version` | — | Burp 版本信息 |
|
|
316
|
+
| `add_issue` | name, url, detail, severity | 手动添加漏洞 |
|
|
317
|
+
| `extensions_list` | — | 扩展信息 |
|
|
318
|
+
| `save_project` | — | 保存项目 |
|
|
319
|
+
| `log` | message, level | 写日志 |
|
|
320
|
+
|
|
321
|
+
## AI 渗透测试最佳实践 Prompt
|
|
322
|
+
|
|
323
|
+
### 全面分析 Prompt
|
|
324
|
+
```
|
|
325
|
+
你是一名高级渗透测试工程师。请分析 Burp 代理历史中的所有请求:
|
|
326
|
+
1. 按 OWASP Top 10 分类潜在漏洞
|
|
327
|
+
2. 对每个发现给出风险等级和利用方法
|
|
328
|
+
3. 将高风险请求发到 Repeater
|
|
329
|
+
4. 不要发送破坏性请求
|
|
330
|
+
5. 生成结构化报告
|
|
331
|
+
```
|
|
332
|
+
|
|
333
|
+
### 定向攻击 Prompt
|
|
334
|
+
```
|
|
335
|
+
目标:https://target.com/api/
|
|
336
|
+
1. 搜索代理历史中所有 API 端点
|
|
337
|
+
2. 识别认证/授权问题
|
|
338
|
+
3. 测试 IDOR(修改 ID 参数)
|
|
339
|
+
4. 测试 Mass Assignment(添加额外字段)
|
|
340
|
+
5. 报告所有发现
|
|
341
|
+
```
|
|
342
|
+
|
|
343
|
+
### 验证码爆破 Prompt
|
|
344
|
+
```
|
|
345
|
+
使用 intruder_attack_async 对以下端点进行 6 位数字验证码枚举:
|
|
346
|
+
URL: https://target.com/api/verify?code=@@
|
|
347
|
+
方法: POST
|
|
348
|
+
范围: 000000-999999
|
|
349
|
+
线程: 50
|
|
350
|
+
成功判断: 响应长度不等于 176
|
|
351
|
+
```
|
|
352
|
+
|
|
353
|
+
## 与技能路由的集成
|
|
354
|
+
|
|
355
|
+
### 触发条件
|
|
356
|
+
当用户提到以下关键词时,自动使用 BurpSuite MCP:
|
|
357
|
+
- "Burp 分析"、"代理历史"、"抓包分析"
|
|
358
|
+
- "Intruder 爆破"、"枚举攻击"
|
|
359
|
+
- "Repeater 重放"、"修改请求"
|
|
360
|
+
- "Collaborator"、"OOB 测试"
|
|
361
|
+
- "DAST 扫描"、"主动扫描"
|
|
362
|
+
|
|
363
|
+
### 前置检查
|
|
364
|
+
1. 确认 Burp 是否在运行:`GET http://127.0.0.1:9876/health`
|
|
365
|
+
2. 如果不在线 → 提示用户启动 Burp
|
|
366
|
+
3. 如果未安装 → 提供下载链接和安装步骤
|
|
367
|
+
|
|
368
|
+
### 与其他 skill 的配合
|
|
369
|
+
- `js-reverse` 发现加密逻辑 → Burp MCP 发送解密后的请求
|
|
370
|
+
- `pentest-tools` Nmap 发现 Web 服务 → Burp MCP 做深度测试
|
|
371
|
+
- `browser-automation` 自动化浏览 → Burp 捕获流量 → AI 分析
|
|
372
|
+
|
|
373
|
+
|
|
374
|
+
---
|
|
375
|
+
|
|
376
|
+
## 实战案例集(12 个场景)
|
|
377
|
+
|
|
378
|
+
### 案例 1:IDOR 漏洞自动发现
|
|
379
|
+
|
|
380
|
+
**场景**:目标网站有用户资料接口 `/api/user/123`,怀疑存在越权
|
|
381
|
+
|
|
382
|
+
**AI 操作流程**:
|
|
383
|
+
```
|
|
384
|
+
1. proxy_history → 过滤包含 /api/user/ 的请求
|
|
385
|
+
2. proxy_detail → 获取原始请求
|
|
386
|
+
3. repeater_modify_send → 修改 ID 参数(123→124→125)
|
|
387
|
+
4. compare → 对比不同 ID 的响应
|
|
388
|
+
5. 如果能看到其他用户数据 → 确认 IDOR
|
|
389
|
+
```
|
|
390
|
+
|
|
391
|
+
**Prompt 示例**:
|
|
392
|
+
```
|
|
393
|
+
从 Burp 代理历史中找到所有包含用户 ID 的 API 请求。
|
|
394
|
+
逐个修改 ID 参数(+1, -1, 0, 99999),对比响应。
|
|
395
|
+
如果能获取其他用户数据,标记为 IDOR 漏洞。
|
|
396
|
+
```
|
|
397
|
+
|
|
398
|
+
---
|
|
399
|
+
|
|
400
|
+
### 案例 2:JWT Token 安全分析
|
|
401
|
+
|
|
402
|
+
**场景**:目标使用 JWT 认证,需要分析 token 安全性
|
|
403
|
+
|
|
404
|
+
**AI 操作流程**:
|
|
405
|
+
```
|
|
406
|
+
1. search_history → 搜索 "Authorization: Bearer" 或 "token"
|
|
407
|
+
2. extract_from_response → 提取所有 JWT token
|
|
408
|
+
3. decode → Base64 解码 JWT header 和 payload
|
|
409
|
+
4. token_analysis → 分析 token 熵值
|
|
410
|
+
5. 检查算法(none/HS256 弱密钥/RS256→HS256 混淆)
|
|
411
|
+
```
|
|
412
|
+
|
|
413
|
+
**Prompt 示例**:
|
|
414
|
+
```
|
|
415
|
+
搜索代理历史中所有 JWT token。
|
|
416
|
+
解码分析:算法是否安全?是否有敏感信息泄露?
|
|
417
|
+
尝试 none 算法绕过和弱密钥爆破。
|
|
418
|
+
```
|
|
419
|
+
|
|
420
|
+
---
|
|
421
|
+
|
|
422
|
+
### 案例 3:API 端点全面发现与测试
|
|
423
|
+
|
|
424
|
+
**场景**:黑盒测试一个 SPA 应用,需要发现所有 API 端点
|
|
425
|
+
|
|
426
|
+
**AI 操作流程**:
|
|
427
|
+
```
|
|
428
|
+
1. 用户浏览器挂 Burp 代理正常使用网站
|
|
429
|
+
2. proxy_history → 获取所有请求
|
|
430
|
+
3. search_history → 正则提取 /api/ 开头的路径
|
|
431
|
+
4. 对每个端点:
|
|
432
|
+
- send_request → 测试未授权访问
|
|
433
|
+
- repeater_modify_send → 修改 HTTP 方法(GET→PUT/DELETE)
|
|
434
|
+
- intruder_attack_wordlist → 参数模糊测试
|
|
435
|
+
5. 汇总所有发现
|
|
436
|
+
```
|
|
437
|
+
|
|
438
|
+
**Prompt 示例**:
|
|
439
|
+
```
|
|
440
|
+
分析 Burp 代理历史,提取所有 API 端点。
|
|
441
|
+
对每个端点测试:
|
|
442
|
+
1. 去掉认证 header 看是否能访问(未授权)
|
|
443
|
+
2. 换 HTTP 方法(GET→POST→PUT→DELETE)
|
|
444
|
+
3. 添加 admin=true / role=admin 参数
|
|
445
|
+
报告所有异常响应。
|
|
446
|
+
```
|
|
447
|
+
|
|
448
|
+
---
|
|
449
|
+
|
|
450
|
+
### 案例 4:SSRF 漏洞检测(配合 Collaborator)
|
|
451
|
+
|
|
452
|
+
**场景**:目标有 URL 参数(如头像上传、webhook 配置),怀疑 SSRF
|
|
453
|
+
|
|
454
|
+
**AI 操作流程**:
|
|
455
|
+
```
|
|
456
|
+
1. collaborator_generate → 生成 5 个 OOB payload
|
|
457
|
+
2. search_history → 找到包含 URL 参数的请求
|
|
458
|
+
3. repeater_modify_send → 将 URL 参数替换为 Collaborator payload
|
|
459
|
+
4. 等待 10 秒
|
|
460
|
+
5. collaborator_poll → 检查是否有 DNS/HTTP 回连
|
|
461
|
+
6. 有回连 = SSRF 确认
|
|
462
|
+
```
|
|
463
|
+
|
|
464
|
+
**Prompt 示例**:
|
|
465
|
+
```
|
|
466
|
+
生成 Collaborator payload。
|
|
467
|
+
找到代理历史中所有包含 url=、redirect=、callback=、webhook= 参数的请求。
|
|
468
|
+
逐个替换为 Collaborator payload 并发送。
|
|
469
|
+
10 秒后检查是否有回连。
|
|
470
|
+
```
|
|
471
|
+
|
|
472
|
+
---
|
|
473
|
+
|
|
474
|
+
### 案例 5:SQL 注入检测
|
|
475
|
+
|
|
476
|
+
**场景**:目标有搜索/过滤功能,怀疑 SQL 注入
|
|
477
|
+
|
|
478
|
+
**AI 操作流程**:
|
|
479
|
+
```
|
|
480
|
+
1. search_history → 找到带参数的 GET/POST 请求
|
|
481
|
+
2. intruder_attack_wordlist → 用 SQLi payload 列表测试
|
|
482
|
+
wordlist: ["'", "' OR '1'='1", "1 UNION SELECT NULL--", "' AND SLEEP(5)--"]
|
|
483
|
+
3. 对比响应长度和时间
|
|
484
|
+
4. 时间盲注:intruder_with_options → record_time=true
|
|
485
|
+
5. 响应时间 >5s 的 = 可能存在时间盲注
|
|
486
|
+
```
|
|
487
|
+
|
|
488
|
+
**Prompt 示例**:
|
|
489
|
+
```
|
|
490
|
+
找到代理历史中所有带查询参数的请求。
|
|
491
|
+
对每个参数用以下 payload 测试 SQL 注入:
|
|
492
|
+
- 单引号报错
|
|
493
|
+
- OR 1=1 布尔盲注
|
|
494
|
+
- SLEEP(5) 时间盲注
|
|
495
|
+
- UNION SELECT 联合查询
|
|
496
|
+
记录响应时间,超过 5 秒的标记为疑似时间盲注。
|
|
497
|
+
```
|
|
498
|
+
|
|
499
|
+
---
|
|
500
|
+
|
|
501
|
+
### 案例 6:XSS 漏洞检测与验证
|
|
502
|
+
|
|
503
|
+
**场景**:目标有用户输入点(搜索框、评论、个人资料),测试 XSS
|
|
504
|
+
|
|
505
|
+
**AI 操作流程**:
|
|
506
|
+
```
|
|
507
|
+
1. search_history → 找到所有 POST 请求(表单提交)
|
|
508
|
+
2. intruder_attack_wordlist → 用 XSS payload 列表
|
|
509
|
+
wordlist: ["<script>alert(1)</script>", "<img src=x onerror=alert(1)>", "{{7*7}}"]
|
|
510
|
+
3. extract_from_response → 检查 payload 是否在响应中原样反射
|
|
511
|
+
4. 如果反射 → 确认反射型 XSS
|
|
512
|
+
5. 再次访问页面检查是否持久化 → 存储型 XSS
|
|
513
|
+
```
|
|
514
|
+
|
|
515
|
+
---
|
|
516
|
+
|
|
517
|
+
### 案例 7:认证绕过测试
|
|
518
|
+
|
|
519
|
+
**场景**:目标有管理后台,测试认证是否可绕过
|
|
520
|
+
|
|
521
|
+
**AI 操作流程**:
|
|
522
|
+
```
|
|
523
|
+
1. proxy_history → 找到管理端 API 请求
|
|
524
|
+
2. repeater_modify_send → 去掉 Cookie/Token header 重发
|
|
525
|
+
3. repeater_modify_send → 用普通用户 token 替换管理员 token
|
|
526
|
+
4. repeater_modify_send → 添加 X-Forwarded-For: 127.0.0.1
|
|
527
|
+
5. convert_request → 改 HTTP 方法绕过
|
|
528
|
+
6. 对比响应:如果返回 200 而非 401/403 → 认证绕过
|
|
529
|
+
```
|
|
530
|
+
|
|
531
|
+
**Prompt 示例**:
|
|
532
|
+
```
|
|
533
|
+
找到代理历史中所有返回 403 的管理端请求。
|
|
534
|
+
对每个请求尝试以下绕过:
|
|
535
|
+
1. 去掉认证 header
|
|
536
|
+
2. 添加 X-Forwarded-For: 127.0.0.1
|
|
537
|
+
3. 添加 X-Original-URL 或 X-Rewrite-URL
|
|
538
|
+
4. 改 HTTP 方法(GET→POST, POST→PUT)
|
|
539
|
+
5. 路径大小写变换(/Admin → /admin → /ADMIN)
|
|
540
|
+
6. 路径添加 ..;/ 或 %2e%2e/
|
|
541
|
+
报告所有返回非 403 的尝试。
|
|
542
|
+
```
|
|
543
|
+
|
|
544
|
+
---
|
|
545
|
+
|
|
546
|
+
### 案例 8:文件上传漏洞测试
|
|
547
|
+
|
|
548
|
+
**场景**:目标有文件上传功能,测试是否可上传 WebShell
|
|
549
|
+
|
|
550
|
+
**AI 操作流程**:
|
|
551
|
+
```
|
|
552
|
+
1. search_history → 找到文件上传请求(multipart/form-data)
|
|
553
|
+
2. proxy_detail → 获取原始上传请求
|
|
554
|
+
3. repeater_modify_send → 修改文件名和 Content-Type:
|
|
555
|
+
- test.php / test.jsp / test.aspx
|
|
556
|
+
- Content-Type: image/png(绕过 MIME 检查)
|
|
557
|
+
- 双扩展名:test.php.jpg
|
|
558
|
+
- 空字节:test.php%00.jpg
|
|
559
|
+
4. 检查响应中是否返回上传路径
|
|
560
|
+
5. send_request → 访问上传路径验证是否执行
|
|
561
|
+
```
|
|
562
|
+
|
|
563
|
+
---
|
|
564
|
+
|
|
565
|
+
### 案例 9:Mass Assignment 自动检测
|
|
566
|
+
|
|
567
|
+
**场景**:目标使用 REST API,测试是否存在批量赋值漏洞
|
|
568
|
+
|
|
569
|
+
**AI 操作流程**:
|
|
570
|
+
```
|
|
571
|
+
1. search_history → 找到所有 PUT/PATCH 请求
|
|
572
|
+
2. proxy_detail → 获取请求 body 结构
|
|
573
|
+
3. repeater_modify_send → 在 body 中添加额外字段:
|
|
574
|
+
- "role": "admin"
|
|
575
|
+
- "isAdmin": true
|
|
576
|
+
- "price": 0
|
|
577
|
+
- "verified": true
|
|
578
|
+
4. send_request → GET 用户信息验证字段是否被修改
|
|
579
|
+
```
|
|
580
|
+
|
|
581
|
+
**Prompt 示例**:
|
|
582
|
+
```
|
|
583
|
+
找到代理历史中所有 PUT/PATCH 请求。
|
|
584
|
+
对每个请求的 JSON body 添加以下字段后重发:
|
|
585
|
+
- role: admin
|
|
586
|
+
- isAdmin: true
|
|
587
|
+
- status: active
|
|
588
|
+
- balance: 99999
|
|
589
|
+
然后 GET 对应资源检查字段是否被修改。
|
|
590
|
+
```
|
|
591
|
+
|
|
592
|
+
---
|
|
593
|
+
|
|
594
|
+
### 案例 10:验证码/OTP 暴力破解
|
|
595
|
+
|
|
596
|
+
**场景**:目标有验证码验证接口,测试是否有速率限制
|
|
597
|
+
|
|
598
|
+
**AI 操作流程**:
|
|
599
|
+
```
|
|
600
|
+
1. search_history → 找到验证码验证请求
|
|
601
|
+
2. intruder_attack_async → 多线程枚举
|
|
602
|
+
- url_template: https://target.com/api/verify?code=@@
|
|
603
|
+
- from: 0, to: 999999, pad_digits: 6
|
|
604
|
+
- threads: 50
|
|
605
|
+
- success_length_not: <失败响应长度>
|
|
606
|
+
3. 如果没有被限速 → 漏洞确认
|
|
607
|
+
4. 如果命中 → 获取有效验证码
|
|
608
|
+
```
|
|
609
|
+
|
|
610
|
+
---
|
|
611
|
+
|
|
612
|
+
### 案例 11:CORS 配置错误利用
|
|
613
|
+
|
|
614
|
+
**场景**:测试目标的 CORS 配置是否允许任意来源
|
|
615
|
+
|
|
616
|
+
**AI 操作流程**:
|
|
617
|
+
```
|
|
618
|
+
1. proxy_detail → 获取一个认证后的 API 请求
|
|
619
|
+
2. repeater_modify_send → 添加 Origin: https://evil.com
|
|
620
|
+
3. extract_from_response → 检查 Access-Control-Allow-Origin
|
|
621
|
+
4. 如果返回 evil.com 或 * → CORS 配置错误
|
|
622
|
+
5. generate_csrf_poc → 生成利用 PoC
|
|
623
|
+
```
|
|
624
|
+
|
|
625
|
+
---
|
|
626
|
+
|
|
627
|
+
### 案例 12:完整渗透测试自动化流程
|
|
628
|
+
|
|
629
|
+
**场景**:对一个新目标做完整的 Web 渗透测试
|
|
630
|
+
|
|
631
|
+
**AI 完整操作流程**:
|
|
632
|
+
```
|
|
633
|
+
Phase 1: 信息收集
|
|
634
|
+
1. add_to_scope → 添加目标
|
|
635
|
+
2. crawl → 爬取站点
|
|
636
|
+
3. proxy_history → 获取所有发现的页面
|
|
637
|
+
4. target_info → 识别技术栈
|
|
638
|
+
5. search_history → 提取所有 API 端点
|
|
639
|
+
|
|
640
|
+
Phase 2: 漏洞扫描
|
|
641
|
+
6. scan_active → 对关键请求做主动扫描
|
|
642
|
+
7. scan_results → 获取自动发现的漏洞
|
|
643
|
+
8. 对每个端点做手动测试(SQLi/XSS/IDOR/SSRF)
|
|
644
|
+
|
|
645
|
+
Phase 3: 漏洞利用
|
|
646
|
+
9. intruder_attack → 对确认的漏洞做深度利用
|
|
647
|
+
10. collaborator_generate + collaborator_poll → OOB 验证
|
|
648
|
+
11. repeater_modify_send → 手动验证和 PoC 构造
|
|
649
|
+
|
|
650
|
+
Phase 4: 报告
|
|
651
|
+
12. scan_results + proxy_history → 汇总所有发现
|
|
652
|
+
13. export_request → 导出关键请求为 curl 命令
|
|
653
|
+
14. generate_csrf_poc → 生成 PoC
|
|
654
|
+
15. AI 生成完整渗透测试报告
|
|
655
|
+
```
|
|
656
|
+
|
|
657
|
+
---
|
|
658
|
+
|
|
659
|
+
## 与其他 Skill 的联动场景
|
|
660
|
+
|
|
661
|
+
### JS 逆向 + Burp MCP
|
|
662
|
+
```
|
|
663
|
+
场景:前端 JS 加密了请求参数
|
|
664
|
+
1. js-reverse skill → 分析加密逻辑,提取密钥
|
|
665
|
+
2. register_http_handler → 注册自动解密/加密规则
|
|
666
|
+
3. 之后所有经过 Burp 的请求自动被处理
|
|
667
|
+
4. Intruder/Repeater 可以直接操作明文参数
|
|
668
|
+
```
|
|
669
|
+
|
|
670
|
+
### APK 逆向 + Burp MCP
|
|
671
|
+
```
|
|
672
|
+
场景:Android APP 的 API 需要签名
|
|
673
|
+
1. apk-reverse skill → 逆向签名算法
|
|
674
|
+
2. register_http_handler → 注册自动签名规则
|
|
675
|
+
3. 所有请求自动带正确签名
|
|
676
|
+
4. 可以自由修改参数做测试
|
|
677
|
+
```
|
|
678
|
+
|
|
679
|
+
### 浏览器自动化 + Burp MCP
|
|
680
|
+
```
|
|
681
|
+
场景:需要自动化浏览网站同时分析流量
|
|
682
|
+
1. browser-automation skill → Playwright 自动浏览
|
|
683
|
+
2. 浏览器设置 Burp 代理
|
|
684
|
+
3. 自动化完成后 → proxy_history 获取所有流量
|
|
685
|
+
4. AI 分析所有请求找漏洞
|
|
686
|
+
```
|
|
687
|
+
|
|
688
|
+
### IDA 逆向 + Burp MCP
|
|
689
|
+
```
|
|
690
|
+
场景:分析一个 Web 应用的后端二进制
|
|
691
|
+
1. 通过 Burp 抓到 API 请求格式
|
|
692
|
+
2. ida-reverse skill → 逆向后端处理逻辑
|
|
693
|
+
3. 发现内存溢出/逻辑漏洞
|
|
694
|
+
4. 回到 Burp → 构造利用 payload
|
|
695
|
+
```
|
|
696
|
+
|
|
697
|
+
---
|
|
698
|
+
|
|
699
|
+
## 用户未安装 BurpSuite 时的引导
|
|
700
|
+
|
|
701
|
+
当 AI 检测到 `http://127.0.0.1:9876/health` 无响应时,输出以下引导:
|
|
702
|
+
|
|
703
|
+
```markdown
|
|
704
|
+
⚠️ **BurpSuite MCP 服务不可用**
|
|
705
|
+
|
|
706
|
+
**下载安装 BurpSuite**:
|
|
707
|
+
- 官方:https://portswigger.net/burp/releases
|
|
708
|
+
- Linux / Kali:`sudo apt install burpsuite` 或官方 .jar
|
|
709
|
+
- macOS:官方 .dmg
|
|
710
|
+
- **禁止**引导破解包 / 汉化一键启动版
|
|
711
|
+
|
|
712
|
+
**安装步骤(Windows)**:
|
|
713
|
+
1. 从 PortSwigger 安装 Professional 或 Community
|
|
714
|
+
2. 用官方启动器启动
|
|
715
|
+
|
|
716
|
+
**安装步骤(Linux/Kali)**:
|
|
717
|
+
1. `java -jar burpsuite_pro.jar` 启动
|
|
718
|
+
2. 或使用 Kali 预装版:Applications → Web Application Analysis → Burp Suite
|
|
719
|
+
|
|
720
|
+
**加载 MCP 扩展**:
|
|
721
|
+
1. 编译(仅首次):
|
|
722
|
+
- Windows: 双击 `<SKILL_ROOT>\burp-mcp-full\build.bat`
|
|
723
|
+
- Linux/macOS: `cd <SKILL_ROOT>/burp-mcp-full && chmod +x build.sh && ./build.sh`
|
|
724
|
+
2. 打开 Burp → Extensions → Installed → Add
|
|
725
|
+
3. Extension Type: Java
|
|
726
|
+
4. Select file: `<SKILL_ROOT>/burp-mcp-full/build/libs/burp-mcp-full.jar`
|
|
727
|
+
5. 看到 `[MCP] Server started on http://127.0.0.1:9876` 即成功
|
|
728
|
+
|
|
729
|
+
**配置 MCP 客户端**:
|
|
730
|
+
在你的 AI 客户端 MCP 配置中添加:
|
|
731
|
+
```json
|
|
732
|
+
{
|
|
733
|
+
"mcpServers": {
|
|
734
|
+
"burpsuite": {
|
|
735
|
+
"command": "node",
|
|
736
|
+
"args": ["<SKILL_ROOT>/burp-mcp-full/mcp-bridge.js"]
|
|
737
|
+
}
|
|
738
|
+
}
|
|
739
|
+
}
|
|
740
|
+
```
|
|
741
|
+
> 将 `<SKILL_ROOT>` 替换为本包实际路径。Windows 用 `\\`,Linux/macOS 用 `/`。
|
|
742
|
+
|
|
743
|
+
**验证**:
|
|
744
|
+
```bash
|
|
745
|
+
curl http://127.0.0.1:9876/health
|
|
746
|
+
# 应返回 {"status":"ok","version":"2.0.0","tools":[...]}
|
|
747
|
+
```
|
|
748
|
+
|
|
749
|
+
**安装完成后告诉我,我继续当前任务。**
|
|
750
|
+
```
|
|
751
|
+
|
|
752
|
+
---
|
|
753
|
+
|
|
754
|
+
## 常见问题
|
|
755
|
+
|
|
756
|
+
### Q: 端口 9876 被占用怎么办?
|
|
757
|
+
修改 `BurpMcpExtension.java` 中的端口号,重新编译。或关闭占用端口的程序。
|
|
758
|
+
|
|
759
|
+
### Q: 扩展加载失败?
|
|
760
|
+
确认 Burp 使用的 Java 版本 ≥ 21。本扩展用 JDK 21 编译。
|
|
761
|
+
|
|
762
|
+
### Q: 响应是加密的怎么办?
|
|
763
|
+
用 `extract_from_response` + 外部解密脚本处理。或在 `register_http_handler` 中注册自动解密规则。
|
|
764
|
+
|
|
765
|
+
### Q: Intruder 攻击太慢?
|
|
766
|
+
使用 `intruder_attack_async` 并设置 `threads: 100+`。注意不要打崩目标。
|
|
767
|
+
|
|
768
|
+
### Q: 如何配合代理池使用?
|
|
769
|
+
调用 `set_upstream_proxy` 设置上游代理为 ProxyCat 的端口,实现 IP 轮换。
|