opencode-skills-collection 4.0.43 → 4.0.45
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,115 @@
|
|
|
1
|
+
[中文](README.md) · **English**
|
|
2
|
+
|
|
3
|
+
# src-hunter
|
|
4
|
+
|
|
5
|
+
A Claude Code skill for SRC / bug-bounty / pentest workflows. Loads automatically when you mention things like *bug bounty*, *hackerone*, *waf bypass*, or *任意账号*, and walks Claude through a five-phase hunt: intake → recon → enum → hunt → report.
|
|
6
|
+
|
|
7
|
+
It bundles a knowledge base built from public sources: nineteen attack-class playbooks, three hundred-odd structured payloads with WAF/EDR bypass variants, the full HackerOne hacktivity feed (High and Critical, disclosed) at the time of build, and statistical residue from the old WooYun corpus.
|
|
8
|
+
|
|
9
|
+
## Install
|
|
10
|
+
|
|
11
|
+
Marketplace:
|
|
12
|
+
|
|
13
|
+
```
|
|
14
|
+
/plugin marketplace add MyuriKanao/src-hunter-skill
|
|
15
|
+
/plugin install src-hunter@src-hunter
|
|
16
|
+
```
|
|
17
|
+
|
|
18
|
+
Plain git:
|
|
19
|
+
|
|
20
|
+
```
|
|
21
|
+
git clone https://github.com/MyuriKanao/src-hunter-skill.git ~/.claude/skills/src-hunter
|
|
22
|
+
```
|
|
23
|
+
|
|
24
|
+
## What's in here
|
|
25
|
+
|
|
26
|
+
```
|
|
27
|
+
references/
|
|
28
|
+
methodology/ five-phase workflow, attack-priority, bypass toolkit, evidence rules
|
|
29
|
+
playbooks/ one file per attack class — each ends with real H1 cases and a payload library
|
|
30
|
+
industry/ banking/finance and telecom/ISP verticals
|
|
31
|
+
dictionaries/ default credentials and component fingerprints (Chinese stack)
|
|
32
|
+
templates/ submission template (CVSS 4.0)
|
|
33
|
+
h1-reports/ 2887 disclosed reports, raw + grouped by weakness
|
|
34
|
+
payloader/ 305 structured payloads, 263 WAF/EDR bypass steps, 114 tool cheats
|
|
35
|
+
```
|
|
36
|
+
|
|
37
|
+
The playbooks are the entry point. They're written from a black-box hunter's perspective — assume you only have a URL — and each one carries the same shape: where to look, what to throw, what response shapes to watch for, how to escalate, and the legal lines.
|
|
38
|
+
|
|
39
|
+
## MCP integration
|
|
40
|
+
|
|
41
|
+
The skill wires in a local MCP server as a tool layer so Claude can drive browser automation, CDP debugging, network interception, JS hooks, AST deobfuscation, Frida memory verification, WASM reversing, source-map reconstruction, Android adb bridging, and SSL-pinning bypass directly during the hunt phase.
|
|
42
|
+
|
|
43
|
+
**Current pick**: [jshookmcp](https://github.com/vmoranv/jshookmcp) 0.3.0 (134 curated / 386 full / 36 domains). The full index and scenario→tool map lives in [`references/tools/mcp-jshook.md`](references/tools/mcp-jshook.md).
|
|
44
|
+
|
|
45
|
+
Seven high-affinity playbooks (`xss` / `rce` / `ssrf-cache-host` / `mobile` / `oauth-saml-jwt` / `api-rest` / `file-upload`) carry a `## 相关 MCP 工具` trailer block telling Claude which jshook tools to reach for and when.
|
|
46
|
+
|
|
47
|
+
## TODO
|
|
48
|
+
|
|
49
|
+
- Support more MCP tools
|
|
50
|
+
- Multi-agent execution workflow
|
|
51
|
+
|
|
52
|
+
## Triggers
|
|
53
|
+
|
|
54
|
+
The skill loads on any of these (and a few more spelled out in `SKILL.md`):
|
|
55
|
+
|
|
56
|
+
- bug bounty, hackerone, src 挖洞, 漏洞赏金, 众测
|
|
57
|
+
- waf bypass / 绕过 WAF
|
|
58
|
+
- "how do I test this endpoint / API / parameter"
|
|
59
|
+
- 任意账号 / 任意修改 / 任意删除, 密码重置 / 找回密码
|
|
60
|
+
- 默认凭据, Actuator, exposed admin, etc.
|
|
61
|
+
|
|
62
|
+
Or invoke explicitly: `/src-hunter <target>`.
|
|
63
|
+
|
|
64
|
+
## Playbook list
|
|
65
|
+
|
|
66
|
+
| Playbook | H1 cases bundled |
|
|
67
|
+
|---|---:|
|
|
68
|
+
| arbitrary-x-authz (IDOR / account takeover / privesc) | 465 |
|
|
69
|
+
| rce (deserialization / SSTI / XXE / framework) | 385 |
|
|
70
|
+
| xss | 335 |
|
|
71
|
+
| info-disclosure | 319 |
|
|
72
|
+
| oauth-saml-jwt | 240 |
|
|
73
|
+
| logic-flaws (CSRF, clickjacking, payment) | 234 |
|
|
74
|
+
| path-traversal / LFI / RFI | 163 |
|
|
75
|
+
| sqli | 147 |
|
|
76
|
+
| dos | 138 |
|
|
77
|
+
| ssrf-cache-host | 108 |
|
|
78
|
+
| unauth-access (default creds, Actuator, exposed services) | 46 |
|
|
79
|
+
| http-smuggling / CRLF | 38 |
|
|
80
|
+
| api-rest / WebSocket | 15 |
|
|
81
|
+
| file-upload | 8 |
|
|
82
|
+
| mobile (Android / iOS) | 8 |
|
|
83
|
+
| race-conditions | 5 |
|
|
84
|
+
| llm-prompt-injection | 1 |
|
|
85
|
+
| graphql | 1 |
|
|
86
|
+
| intranet-postexp (post-exploitation reference) | — |
|
|
87
|
+
|
|
88
|
+
## Sources
|
|
89
|
+
|
|
90
|
+
- HackerOne hacktivity feed — 2887 disclosed High/Critical reports, fetched directly. Public data.
|
|
91
|
+
- WooYun historical archive — 88,636 cases. Only parameter-frequency tables, case IDs, and bypass patterns are retained. The platform is defunct; data is unrecoverable elsewhere.
|
|
92
|
+
- Payloader — 305 structured payloads, 263 WAF/EDR bypass steps, 114 tool cheats from the open-source `3516634930/Payloader` repo.
|
|
93
|
+
|
|
94
|
+
This project re-organizes and translates these sources into a hunter-oriented skill. No proprietary data, no scraping of authenticated content.
|
|
95
|
+
|
|
96
|
+
## Rules of engagement
|
|
97
|
+
|
|
98
|
+
Each playbook spells out concrete limits. The most-commonly-stepped-on ones:
|
|
99
|
+
|
|
100
|
+
- **Sample size**: for SQLi, proving the database name / version is enough — don't dump rows. For IDOR / Mongo / ES exfil, 1–3 samples is the cap.
|
|
101
|
+
- **Self-account testing**: authz bypass, password reset, JWT forgery, redirect_uri abuse, blind XSS — all on two accounts you registered yourself. Never on a stranger's account, even if you can.
|
|
102
|
+
- **Read, don't write**: with RCE, only `id` / `whoami` / `uname -a`. With unauth Redis / Mongo, only `info` / `ping` / `db.version()`. With LFI, stop at `root:x:` — don't read `/etc/shadow`.
|
|
103
|
+
- **No real side effects**: no real SMS, no real charges, no real emails, no real refunds, no overwriting files, no editing global announcements / mail templates. Stop once the endpoint returns 200.
|
|
104
|
+
- **DoS / concurrency**: each repro ≤ 60 s, serial, 5 reps total. Race conditions: 50–100 concurrent, never 1000+. Rate-limit bugs: 5–10 hits to your own number, not 1000.
|
|
105
|
+
- **Don't keep loot**: webshells, heapdumps, backups, dumped source — local only, deleted once the report lands. Never push to GitHub or third-party storage.
|
|
106
|
+
- **Credentials, don't use**: leaked AWS / Stripe / DB creds get one validation call (`sts get-caller-identity`, banner grab) — never spend, send, or connect.
|
|
107
|
+
- **Redact PII in reports**: phone numbers, emails, usernames, tokens, cookies — keep first-2 + last-2, optionally a sha256 fingerprint to prove you had it.
|
|
108
|
+
- **OOB infrastructure**: don't hit public DNSLog services. Use the vendor-provided SSRF testing platform if they offer one, or self-host interactsh / your own DNSLog.
|
|
109
|
+
- **No capture, no finding**: every claim needs an HTTP capture, screenshot, or video. Don't submit "this should work."
|
|
110
|
+
|
|
111
|
+
The per-playbook rules are tighter (DoS is the most sensitive, file-upload bans webshells, file-read takes one sample). See the last section of each playbook.
|
|
112
|
+
|
|
113
|
+
## License
|
|
114
|
+
|
|
115
|
+
MIT. Data sources are public; this project's contribution is the organization, translation to a black-box perspective, and the merge.
|
|
@@ -0,0 +1,148 @@
|
|
|
1
|
+
**中文** · [English](README.en.md)
|
|
2
|
+
|
|
3
|
+
# src-hunter
|
|
4
|
+
|
|
5
|
+
这是一个给 SRC、众测和 Bug bounty 用的 Claude Code skill。
|
|
6
|
+
|
|
7
|
+
简单说,就是你给它一个目标,它会按一套固定流程帮你推进漏洞挖掘:先确认目标范围,再做信息收集和资产枚举,然后进入漏洞测试,最后整理报告。
|
|
8
|
+
|
|
9
|
+
```text
|
|
10
|
+
intake → recon → enum → hunt → report
|
|
11
|
+
```
|
|
12
|
+
|
|
13
|
+
项目内置了一批从公开来源整理的知识库,包括:
|
|
14
|
+
|
|
15
|
+
- 19 类攻击 playbook
|
|
16
|
+
- 305 个结构化 payload
|
|
17
|
+
- WAF / EDR 绕过变体
|
|
18
|
+
- HackerOne 已披露 High / Critical hacktivity 数据
|
|
19
|
+
- WooYun 历史案例统计残余
|
|
20
|
+
- 常见国产组件指纹和默认凭据
|
|
21
|
+
|
|
22
|
+
## 安装
|
|
23
|
+
|
|
24
|
+
Marketplace:
|
|
25
|
+
|
|
26
|
+
```bash
|
|
27
|
+
/plugin marketplace add MyuriKanao/src-hunter-skill
|
|
28
|
+
/plugin install src-hunter@src-hunter
|
|
29
|
+
```
|
|
30
|
+
|
|
31
|
+
Git:
|
|
32
|
+
|
|
33
|
+
```bash
|
|
34
|
+
git clone https://github.com/MyuriKanao/src-hunter-skill.git ~/.claude/skills/src-hunter
|
|
35
|
+
```
|
|
36
|
+
|
|
37
|
+
## 目录结构
|
|
38
|
+
|
|
39
|
+
```text
|
|
40
|
+
references/
|
|
41
|
+
methodology/ 五阶段流程、攻击优先级、绕过工具集、证据规则
|
|
42
|
+
playbooks/ 每类漏洞一个文件,包含真实 H1 案例和 payload
|
|
43
|
+
industry/ 银行/金融、电信/ISP 垂直场景 playbook
|
|
44
|
+
dictionaries/ 国产组件指纹和默认凭据
|
|
45
|
+
templates/ CVSS 4.0 报告模板
|
|
46
|
+
h1-reports/ 2887 份已披露报告原始数据,并按 weakness 分组
|
|
47
|
+
payloader/ 305 个结构化 payload、263 个 WAF/EDR 绕过步骤、114 个工具命令
|
|
48
|
+
```
|
|
49
|
+
|
|
50
|
+
playbook 是主要入口。所有 playbook 都按黑盒视角编写,默认你只有 URL,没有源码。
|
|
51
|
+
|
|
52
|
+
每个 playbook 都围绕同一套问题展开:
|
|
53
|
+
|
|
54
|
+
- 去哪里找入口
|
|
55
|
+
- 用什么 payload 测
|
|
56
|
+
- 观察哪些响应特征
|
|
57
|
+
- 如何判断影响
|
|
58
|
+
- 如何提高漏洞价值
|
|
59
|
+
- 哪些行为不能做
|
|
60
|
+
|
|
61
|
+
整体思路不是堆 payload,而是把测试动作、证据留存和报告输出串起来。
|
|
62
|
+
|
|
63
|
+
## MCP 工具集成
|
|
64
|
+
|
|
65
|
+
本 skill 集成本地 MCP 服务器作为工具层,让 Claude 在 hunt 阶段能直接调用浏览器自动化、CDP 调试、网络拦截、JS hook、AST 反混淆、Frida 内存验证、WASM 逆向、Source map 重构、Android adb 桥接、SSL pinning 绕过等能力。
|
|
66
|
+
|
|
67
|
+
**当前主选**:[jshookmcp](https://github.com/vmoranv/jshookmcp) 0.3.0(134 工具精选 / 386 全集 / 36 域),完整索引与场景映射见 [`references/tools/mcp-jshook.md`](references/tools/mcp-jshook.md)。
|
|
68
|
+
|
|
69
|
+
7 个高关联 playbook(`xss` / `rce` / `ssrf-cache-host` / `mobile` / `oauth-saml-jwt` / `api-rest` / `file-upload`)末尾各有 `## 相关 MCP 工具` 反向锚点,指明该攻击面下应该调哪些 jshook 工具、何时调。
|
|
70
|
+
|
|
71
|
+
## TODO
|
|
72
|
+
|
|
73
|
+
- 支持引入更多 tools
|
|
74
|
+
- 多 agent 执行工作流
|
|
75
|
+
|
|
76
|
+
## 触发关键词
|
|
77
|
+
|
|
78
|
+
skill 内置触发词包括:
|
|
79
|
+
|
|
80
|
+
- bug bounty、HackerOne、SRC 挖洞、漏洞赏金、众测
|
|
81
|
+
- WAF bypass、绕过 WAF
|
|
82
|
+
- 如何测试某个 endpoint / API / 参数
|
|
83
|
+
- 任意账号、任意修改、任意删除
|
|
84
|
+
- 密码重置、找回密码
|
|
85
|
+
- 默认凭据、Actuator、暴露的管理后台
|
|
86
|
+
|
|
87
|
+
也可以显式调用:
|
|
88
|
+
|
|
89
|
+
```text
|
|
90
|
+
/src-hunter <target>
|
|
91
|
+
```
|
|
92
|
+
|
|
93
|
+
## Playbook 列表
|
|
94
|
+
|
|
95
|
+
| Playbook | 嵌入 H1 案例数 |
|
|
96
|
+
|---|---:|
|
|
97
|
+
| arbitrary-x-authz(IDOR / 任意账户 / 提权) | 465 |
|
|
98
|
+
| rce(反序列化 / SSTI / XXE / 框架) | 385 |
|
|
99
|
+
| xss | 335 |
|
|
100
|
+
| info-disclosure | 319 |
|
|
101
|
+
| oauth-saml-jwt | 240 |
|
|
102
|
+
| logic-flaws(CSRF / 点击劫持 / 支付) | 234 |
|
|
103
|
+
| path-traversal / LFI / RFI | 163 |
|
|
104
|
+
| sqli | 147 |
|
|
105
|
+
| dos | 138 |
|
|
106
|
+
| ssrf-cache-host | 108 |
|
|
107
|
+
| unauth-access(默认凭据 / Actuator / 暴露服务) | 46 |
|
|
108
|
+
| http-smuggling / CRLF | 38 |
|
|
109
|
+
| api-rest / WebSocket | 15 |
|
|
110
|
+
| file-upload | 8 |
|
|
111
|
+
| mobile(Android / iOS) | 8 |
|
|
112
|
+
| race-conditions | 5 |
|
|
113
|
+
| llm-prompt-injection | 1 |
|
|
114
|
+
| graphql | 1 |
|
|
115
|
+
| intranet-postexp(内网 / 后渗透速查) | — |
|
|
116
|
+
|
|
117
|
+
## 数据来源
|
|
118
|
+
|
|
119
|
+
- HackerOne hacktivity feed:2887 份已披露 High / Critical 报告,来源为公开数据。
|
|
120
|
+
- WooYun 历史档案:覆盖 88,636 条案例,仅保留参数频率、案例 ID 和 bypass 模式等统计残余。
|
|
121
|
+
- Payloader:305 条结构化 payload + 263 个 WAF / EDR 绕过步骤 + 114 条工具命令,原仓库为 `3516634930/Payloader`。
|
|
122
|
+
|
|
123
|
+
本项目只整理、翻译和重组公开资料,不包含专有数据,也不抓取需要认证的内容。
|
|
124
|
+
|
|
125
|
+
## 红线
|
|
126
|
+
|
|
127
|
+
每个 playbook 末尾都写了具体的边界,下面是抽出来的几个最常踩的点:
|
|
128
|
+
|
|
129
|
+
- **样本控制**:SQLi 探测到库名 / 版本即可证明,不要 dump 数据;IDOR、Mongo / ES 拉数据 1–3 条样本就够,别全量。
|
|
130
|
+
- **测试账号自演**:越权、密码重置、JWT 伪造、redirect_uri、XSS 盲打全部用自己注册的两个号互测,**不要碰陌生人的账号**——即使能。
|
|
131
|
+
- **只读,不写**:拿到 RCE 只跑 `id` / `whoami` / `uname -a`;Redis / Mongo 默认未授权只 `info` / `ping` / `db.version()`;任意文件读看到 `root:x:` 一行即停,不读 `/etc/shadow`。
|
|
132
|
+
- **不真做副作用动作**:不真发短信、不真扣款、不真发邮件、不真退款、不真覆盖文件、不真改公告 / 邮件模板。证明接口能调通 + 200 即停。
|
|
133
|
+
- **DoS / 并发**:单次复现 ≤ 60s,串行做 5 次足够。竞态并发 50–100,绝不 1000+。短信 / 邮件不限速这种,发到自己手机 5–10 次为止。
|
|
134
|
+
- **不留物**:webshell、heapdump、备份、dump 出来的源码——本地保存,报告后立即删除,不要 push 到 GitHub / 第三方网盘。
|
|
135
|
+
- **凭据:拿到不用**:泄露的 AWS / Stripe / 数据库凭据,仅 `sts get-caller-identity` / 看 banner 验证,绝不用来扣款 / 发邮件 / 连接生产库。
|
|
136
|
+
- **报告里所有 PII 脱敏**:手机号、邮箱、用户名、token、cookie 留前 2 + 后 2,必要时附 sha256 指纹证明拿到过原文。
|
|
137
|
+
- **OOB 验证**:不要使用公开的公共 DNSLog 平台,使用厂商提供的 SSRF 测试平台,或自架 interactsh / 自有 DNSLog。
|
|
138
|
+
- **没抓包就没发现**:所有断言都要有 HTTP 包 / 截图 / 视频,不要凭"应该"提交。
|
|
139
|
+
|
|
140
|
+
具体到每类漏洞还有更细的限制(DoS 类最敏感、上传不留 webshell、读类只读 1 条样本等),看对应 playbook 的最后一节。
|
|
141
|
+
|
|
142
|
+
## 友情链接
|
|
143
|
+
[linuxdo](https://linux.do/)
|
|
144
|
+
## License
|
|
145
|
+
|
|
146
|
+
MIT。
|
|
147
|
+
|
|
148
|
+
数据来源均为公开资料。本项目主要做资料整理、翻译、归类,并封装成适合黑盒漏洞挖掘使用的 Claude Code skill。
|
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
# 字典 / 凭据 / 指纹合集
|
|
2
|
+
|
|
3
|
+
> 区别于国际化的 H1 字典——本目录是**国产 SRC 战场**专用:CN 厂商默认凭据、CN 中间件 / OA / CMS 指纹与路径、CN 高频参数。
|
|
4
|
+
> 与 `playbooks/`、`industry/` 的关系:playbook 教方法,industry 教定向,dictionaries/ 给"开包即用"的弹药。
|
|
5
|
+
|
|
6
|
+
---
|
|
7
|
+
|
|
8
|
+
## 文件目录
|
|
9
|
+
|
|
10
|
+
| 文件 | 用途 | 适用场景 |
|
|
11
|
+
|------|------|---------|
|
|
12
|
+
| `default-credentials-cn.md` | 国产服务 / OA / CMS / 网络设备的默认凭据 + 路径 | 弱口令 / 默认配置探测 |
|
|
13
|
+
| `chinese-srcfingerprints.md` | 国产组件指纹 + 默认路径 + 高频参数字典 | 资产识别 / fuzzing / IDOR 参数枚举 |
|
|
14
|
+
|
|
15
|
+
---
|
|
16
|
+
|
|
17
|
+
## 与方法论 / playbook 的对应
|
|
18
|
+
|
|
19
|
+
```
|
|
20
|
+
playbooks/unauth-access.md §2 → 本目录补充"国产中间件 / OA / 网管"维度
|
|
21
|
+
playbooks/info-disclosure.md → 本目录补充"国产备份路径 / 日志路径"
|
|
22
|
+
playbooks/sqli.md → 本目录补充"国产高频注入参数"
|
|
23
|
+
playbooks/file-upload.md → 本目录补充"国产编辑器 / OA 上传路径"
|
|
24
|
+
industry/banking-finance.md → 本目录的金融组件指纹(致远 / 用友 / 金蝶)
|
|
25
|
+
industry/telecom-isp.md → 本目录的电信组件指纹(U2000 / OTNM2000 / SP 平台)
|
|
26
|
+
```
|
|
27
|
+
|
|
28
|
+
---
|
|
29
|
+
|
|
30
|
+
## 使用边界
|
|
31
|
+
|
|
32
|
+
1. **限速**:default-credentials 用于爆破时,单目标 ≤ 4 并发,≤ 50 次/小时。SRC 平台多数对"高频爆破"零容忍。
|
|
33
|
+
2. **证据**:命中默认凭据后,**仅截图登录界面 + 看到核心功能名称**即停,不进入业务操作。
|
|
34
|
+
3. **数据**:发现指纹 ≠ 发现漏洞——指纹只是入口,仍需走 playbook 完整证明利用 + 业务影响。
|
|
35
|
+
4. **更新**:本目录的指纹基于 2010–2016 真实案例。某些组件(如 ActiveX、IE 控件、Flash 编辑器)已退役,不再可作主战场——仅在政企 / 老国企 / 老 OA 仍有残余。
|
|
36
|
+
|
|
37
|
+
---
|
|
38
|
+
|
|
39
|
+
## 字典扩展原则
|
|
40
|
+
|
|
41
|
+
- **不抄国际字典**:H1 / SecLists 已经覆盖。本目录只补 CN 战场缺口。
|
|
42
|
+
- **统计驱动**:每个条目尽量带"案例数"或"出现频率"。
|
|
43
|
+
- **可执行**:每个条目要么是路径、要么是凭据、要么是参数——拿来直接用。
|
|
44
|
+
- **不冗长**:不写解释、不写故事,只列表。
|