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
package/bundled-skills/pentest-tools/src-hunter/references/dictionaries/chinese-srcfingerprints.md
ADDED
|
@@ -0,0 +1,515 @@
|
|
|
1
|
+
# 国产组件指纹 + 路径 + 高频参数字典
|
|
2
|
+
|
|
3
|
+
> 区别于 H1 / SecLists / OWASP 等英文字典——本目录补 CN 战场缺口:
|
|
4
|
+
> 1. 国产 OA / CMS / 中间件指纹(如何识别)
|
|
5
|
+
> 2. 国产编辑器 / OA / 网管的高危默认路径
|
|
6
|
+
> 3. 27,732 个 WooYun SQLi 案例提炼的高频参数 = 国产 SRC 参数字典
|
|
7
|
+
|
|
8
|
+
---
|
|
9
|
+
|
|
10
|
+
## 1. 国产 OA / 中间件指纹
|
|
11
|
+
|
|
12
|
+
### 1.1 致远 OA(Seeyon)
|
|
13
|
+
|
|
14
|
+
```
|
|
15
|
+
HTTP 头:
|
|
16
|
+
Server: SEEYON-OA
|
|
17
|
+
Set-Cookie: JSESSIONID=...
|
|
18
|
+
X-Powered-By: SEEYON
|
|
19
|
+
|
|
20
|
+
URL 特征:
|
|
21
|
+
/seeyon/ 默认根路径
|
|
22
|
+
/seeyon/main.do 登录后主页
|
|
23
|
+
/seeyon/management/index.jsp 管理控制台
|
|
24
|
+
/seeyon/htmlofficeservlet A8 RCE 端点
|
|
25
|
+
/seeyon/common/ 公共资源
|
|
26
|
+
|
|
27
|
+
页面特征:
|
|
28
|
+
<title>致远协同管理软件</title>
|
|
29
|
+
COMMON.NEED_LOGIN
|
|
30
|
+
ctp.* 命名空间
|
|
31
|
+
|
|
32
|
+
日志泄露:
|
|
33
|
+
/ctp.log(23 例命中)
|
|
34
|
+
/seeyon/logs/ctp.log
|
|
35
|
+
```
|
|
36
|
+
|
|
37
|
+
### 1.2 通达 OA(Tongda)
|
|
38
|
+
|
|
39
|
+
```
|
|
40
|
+
URL 特征:
|
|
41
|
+
/general/ 默认根路径
|
|
42
|
+
/general/login.php 登录入口
|
|
43
|
+
/mobile/auth_mobi.php 移动端鉴权
|
|
44
|
+
/ispirit/ 早期版本根路径
|
|
45
|
+
/Pda/ 移动 PDA 接口
|
|
46
|
+
|
|
47
|
+
页面特征:
|
|
48
|
+
<title>通达OA</title>
|
|
49
|
+
Set-Cookie: PHPSESSID=...
|
|
50
|
+
历史漏洞:/ispirit/interface/gateway.php
|
|
51
|
+
|
|
52
|
+
文件结构:
|
|
53
|
+
/general/skin/ 皮肤资源
|
|
54
|
+
/general/templates/ 模板
|
|
55
|
+
```
|
|
56
|
+
|
|
57
|
+
### 1.3 万户 ezOffice(Wanhu)
|
|
58
|
+
|
|
59
|
+
```
|
|
60
|
+
URL 特征:
|
|
61
|
+
/defaultroot/ 根路径
|
|
62
|
+
/defaultroot/login.jsp 登录
|
|
63
|
+
/defaultroot/dragpage/ 任意上传点
|
|
64
|
+
/defaultroot/codesettree.jsp 信息泄露
|
|
65
|
+
/defaultroot/upload.jsp 上传接口
|
|
66
|
+
|
|
67
|
+
页面特征:
|
|
68
|
+
<title>万户ezOFFICE</title>
|
|
69
|
+
万户网络 logo
|
|
70
|
+
```
|
|
71
|
+
|
|
72
|
+
### 1.4 泛微 e-cology / e-office(Weaver)
|
|
73
|
+
|
|
74
|
+
```
|
|
75
|
+
URL 特征:
|
|
76
|
+
/login/Login.jsp e-cology 登录
|
|
77
|
+
/weaver/bsh.servlet.BshServlet BeanShell RCE 端点
|
|
78
|
+
/mobile/ 移动端
|
|
79
|
+
/api/ API 网关
|
|
80
|
+
/workflow/ 工作流
|
|
81
|
+
|
|
82
|
+
页面特征:
|
|
83
|
+
e-cology 字样
|
|
84
|
+
Set-Cookie: JSESSIONID=...; ecology_JSessionId=...
|
|
85
|
+
```
|
|
86
|
+
|
|
87
|
+
### 1.5 用友 / 金蝶 / 蓝凌
|
|
88
|
+
|
|
89
|
+
```
|
|
90
|
+
用友 NC:
|
|
91
|
+
/nc/ 根路径
|
|
92
|
+
/nc/servlet/ servlet 路径
|
|
93
|
+
/portal/ 门户
|
|
94
|
+
指纹: <title>用友NC</title>
|
|
95
|
+
|
|
96
|
+
用友 协作 OA:
|
|
97
|
+
/oaerp/
|
|
98
|
+
/oaerp/ui/sync/excelUpload.jsp 任意上传
|
|
99
|
+
|
|
100
|
+
金蝶 GSiS / EAS:
|
|
101
|
+
/kdgs/ 根路径
|
|
102
|
+
/kdgs/core/upload/ 上传点
|
|
103
|
+
/eas/ EAS 主路径
|
|
104
|
+
指纹: KingdeeApp / kdgs
|
|
105
|
+
|
|
106
|
+
蓝凌 LandrayOA:
|
|
107
|
+
/sys/login/login.do
|
|
108
|
+
/sys/web/index.jsp
|
|
109
|
+
指纹: 蓝凌
|
|
110
|
+
```
|
|
111
|
+
|
|
112
|
+
### 1.6 国产中间件 / 框架
|
|
113
|
+
|
|
114
|
+
```
|
|
115
|
+
Druid(阿里):
|
|
116
|
+
/druid/index.html 监控面板
|
|
117
|
+
/druid/sql.html SQL 监控
|
|
118
|
+
/druid/weburi.html URL 监控
|
|
119
|
+
/druid/login.html 登录
|
|
120
|
+
指纹: <title>Druid</title>
|
|
121
|
+
|
|
122
|
+
Apache Dubbo Admin:
|
|
123
|
+
/dubbo-admin/ 管理面板
|
|
124
|
+
指纹: dubbo
|
|
125
|
+
|
|
126
|
+
Nacos:
|
|
127
|
+
/nacos/v1/auth/users 用户接口
|
|
128
|
+
/nacos/ 控制台
|
|
129
|
+
指纹: <title>Nacos</title>
|
|
130
|
+
|
|
131
|
+
XXL-JOB:
|
|
132
|
+
/xxl-job-admin/ 调度中心
|
|
133
|
+
指纹: <title>任务调度中心</title>
|
|
134
|
+
|
|
135
|
+
Apollo 配置中心:
|
|
136
|
+
/portal/ 门户
|
|
137
|
+
/eureka/apps 服务列表
|
|
138
|
+
指纹: apollo / Apollo
|
|
139
|
+
|
|
140
|
+
Skywalking:
|
|
141
|
+
/graphql GraphQL 接口
|
|
142
|
+
/ UI
|
|
143
|
+
指纹: <title>SkyWalking</title>
|
|
144
|
+
|
|
145
|
+
RuoYi / JeecgBoot:
|
|
146
|
+
/login 通用登录
|
|
147
|
+
/system/user 用户管理
|
|
148
|
+
/jeecg-boot/ JeecgBoot 前缀
|
|
149
|
+
指纹: ruoyi / jeecg-boot
|
|
150
|
+
```
|
|
151
|
+
|
|
152
|
+
---
|
|
153
|
+
|
|
154
|
+
## 2. 国产高危默认路径
|
|
155
|
+
|
|
156
|
+
### 2.1 OA / 协同(高频文件上传 / SQL 注入入口)
|
|
157
|
+
|
|
158
|
+
| 路径 | 系统 | 漏洞类型 |
|
|
159
|
+
|------|------|---------|
|
|
160
|
+
| `/seeyon/htmlofficeservlet` | 致远 OA | RCE |
|
|
161
|
+
| `/seeyon/thirdpartyController.do` | 致远 OA | SSRF / 信息泄露 |
|
|
162
|
+
| `/general/login.php` | 通达 OA | 弱口令 |
|
|
163
|
+
| `/mobile/auth_mobi.php` | 通达 OA | 任意用户登录 |
|
|
164
|
+
| `/ispirit/interface/gateway.php` | 通达 OA | RCE(历史漏洞)|
|
|
165
|
+
| `/defaultroot/dragpage/upload.jsp` | 万户 OA | 任意文件上传 |
|
|
166
|
+
| `/weaver/bsh.servlet.BshServlet` | 泛微 e-cology | RCE |
|
|
167
|
+
| `/oaerp/ui/sync/excelUpload.jsp` | 用友协作 | 任意文件上传 |
|
|
168
|
+
| `/kdgs/core/upload/upload.jsp` | 金蝶 GSiS | 任意文件上传 |
|
|
169
|
+
|
|
170
|
+
### 2.2 富文本编辑器(占文件上传案例 42% 案例)
|
|
171
|
+
|
|
172
|
+
```
|
|
173
|
+
FCKeditor(占 48%):
|
|
174
|
+
/FCKeditor/editor/filemanager/browser/default/connectors/test.html
|
|
175
|
+
/FCKeditor/editor/filemanager/browser/default/connectors/jsp/connector
|
|
176
|
+
/FCKeditor/editor/filemanager/upload/test.html
|
|
177
|
+
/FCKeditor/UserFiles/ ← 上传后路径
|
|
178
|
+
|
|
179
|
+
eWebEditor(占 28%):
|
|
180
|
+
/ewebeditor/admin/default.jsp
|
|
181
|
+
/ewebeditor/admin_login.asp
|
|
182
|
+
/ewebeditor/admin_uploadfile.asp
|
|
183
|
+
/ewebeditor/php/upload.php
|
|
184
|
+
/ewebeditor/uploadfile/ ← 上传后路径
|
|
185
|
+
|
|
186
|
+
UEditor(占 12%):
|
|
187
|
+
/ueditor/controller.jsp?action=config
|
|
188
|
+
/ueditor/jsp/controller.jsp
|
|
189
|
+
/ueditor/net/controller.ashx
|
|
190
|
+
/ueditor/php/controller.php
|
|
191
|
+
/ueditor/php/upload/ ← 上传后路径
|
|
192
|
+
|
|
193
|
+
KindEditor(占 8%):
|
|
194
|
+
/kindeditor/php/upload_json.php
|
|
195
|
+
/kindeditor/jsp/upload_json.jsp
|
|
196
|
+
/kindeditor/asp/upload_json.asp
|
|
197
|
+
/kindeditor/attached/ ← 上传后路径
|
|
198
|
+
```
|
|
199
|
+
|
|
200
|
+
### 2.3 信息泄露专用路径(按 WooYun 案例命中率)
|
|
201
|
+
|
|
202
|
+
```
|
|
203
|
+
版本控制泄露(560 例):
|
|
204
|
+
/.git/config Git 远程地址
|
|
205
|
+
/.git/HEAD 分支
|
|
206
|
+
/.git/index 索引
|
|
207
|
+
/.svn/entries SVN 1.6
|
|
208
|
+
/.svn/wc.db SVN 1.7+
|
|
209
|
+
|
|
210
|
+
备份压缩包(530 例 wwwroot.rar):
|
|
211
|
+
/wwwroot.rar /wwwroot.zip /www.zip
|
|
212
|
+
/web.rar /web.zip /backup.zip
|
|
213
|
+
/site.tar.gz /db.sql.gz /{域名}.zip
|
|
214
|
+
/{域名}.rar /backup.sql.gz
|
|
215
|
+
|
|
216
|
+
SQL 备份(136 例 backup.sql):
|
|
217
|
+
/backup.sql /database.sql /db.sql
|
|
218
|
+
/dump.sql /{库名}.sql /data.sql
|
|
219
|
+
|
|
220
|
+
配置备份(101 例 config.php.bak):
|
|
221
|
+
/config.php.bak /web.config.bak /.env.bak
|
|
222
|
+
/config_global.php.bak /uc_server/data/config.inc.php.bak
|
|
223
|
+
|
|
224
|
+
PHP 探针(47/38/34 例):
|
|
225
|
+
/phpinfo.php /info.php /test.php
|
|
226
|
+
/1.php /t.php /probe.php
|
|
227
|
+
/i.php /debug.php
|
|
228
|
+
|
|
229
|
+
日志(23 例致远 ctp.log):
|
|
230
|
+
/ctp.log /logs/ctp.log /debug.log
|
|
231
|
+
/error.log /access.log /application.log
|
|
232
|
+
/runtime/logs/ /storage/logs/
|
|
233
|
+
|
|
234
|
+
.NET 配置(36 例 web.config):
|
|
235
|
+
/web.config /App_Data/ /bin/
|
|
236
|
+
/connectionStrings.config
|
|
237
|
+
```
|
|
238
|
+
|
|
239
|
+
### 2.4 国产中间件管理面(弱口令必扫)
|
|
240
|
+
|
|
241
|
+
```
|
|
242
|
+
Druid 监控:
|
|
243
|
+
/druid/index.html /druid/sql.html
|
|
244
|
+
/druid/weburi.html /druid/login.html
|
|
245
|
+
|
|
246
|
+
Nacos:
|
|
247
|
+
/nacos/ /nacos/v1/auth/users
|
|
248
|
+
|
|
249
|
+
Apollo:
|
|
250
|
+
/portal/ /openapi/
|
|
251
|
+
|
|
252
|
+
Sentinel:
|
|
253
|
+
/ /resource/machineResource.json
|
|
254
|
+
|
|
255
|
+
XXL-JOB:
|
|
256
|
+
/xxl-job-admin/ /xxl-job-admin/jobinfo
|
|
257
|
+
|
|
258
|
+
DolphinScheduler:
|
|
259
|
+
/dolphinscheduler/ui/ /dolphinscheduler/login
|
|
260
|
+
|
|
261
|
+
RuoYi(必爆破,几乎裸奔):
|
|
262
|
+
/admin/ /system/user
|
|
263
|
+
/monitor/ /tool/swagger
|
|
264
|
+
|
|
265
|
+
JeecgBoot:
|
|
266
|
+
/jeecg-boot/ /sys/user
|
|
267
|
+
|
|
268
|
+
阿里云 SLS / 腾讯 CLS 控制台(云上 SaaS 偶有自部署):
|
|
269
|
+
/cls/ /sls/
|
|
270
|
+
```
|
|
271
|
+
|
|
272
|
+
### 2.5 网管 / 运营商系统
|
|
273
|
+
|
|
274
|
+
```
|
|
275
|
+
华为:
|
|
276
|
+
/web/ /eMaster/ /U2000/
|
|
277
|
+
/uweb/ /system/login.do
|
|
278
|
+
|
|
279
|
+
中兴:
|
|
280
|
+
/netnumen/ /web-portal/
|
|
281
|
+
|
|
282
|
+
烽火:
|
|
283
|
+
/OTNM2000_ch/ /OTNM2000/
|
|
284
|
+
|
|
285
|
+
电信营业系统:
|
|
286
|
+
/BOSS/ /CRM/ /AAA/
|
|
287
|
+
/CSM/ /partner/
|
|
288
|
+
|
|
289
|
+
省分公司接入:
|
|
290
|
+
/webCompAction.do 参数 PARENTTYPEID
|
|
291
|
+
/sso-server/
|
|
292
|
+
/LoginLBS/
|
|
293
|
+
```
|
|
294
|
+
|
|
295
|
+
### 2.6 监控 / 工单 / 内部系统
|
|
296
|
+
|
|
297
|
+
```
|
|
298
|
+
zabbix:
|
|
299
|
+
/zabbix/ /zabbix/api_jsonrpc.php
|
|
300
|
+
|
|
301
|
+
蓝鲸智云(腾讯):
|
|
302
|
+
/console/ /uac/login
|
|
303
|
+
|
|
304
|
+
Grafana:
|
|
305
|
+
/login /api/datasources
|
|
306
|
+
|
|
307
|
+
Prometheus:
|
|
308
|
+
/ /metrics
|
|
309
|
+
|
|
310
|
+
Jaeger / Skywalking:
|
|
311
|
+
/jaeger/ /api/
|
|
312
|
+
|
|
313
|
+
国产工单:
|
|
314
|
+
/smartbi/ SmartBI 报表
|
|
315
|
+
/finereport/ 帆软 FineReport
|
|
316
|
+
/webroot/decision/ FineReport 决策平台
|
|
317
|
+
```
|
|
318
|
+
|
|
319
|
+
---
|
|
320
|
+
|
|
321
|
+
## 3. 高频参数字典(基于 27,732 SQLi + 业务案例)
|
|
322
|
+
|
|
323
|
+
### 3.1 SQL 注入高频参数(直接抄入 fuzz 字典)
|
|
324
|
+
|
|
325
|
+
```
|
|
326
|
+
id (12 例) action (5 例) aid (3 例) typeid (2 例)
|
|
327
|
+
typeId (2 例) username (2 例) act (2 例) m (2 例)
|
|
328
|
+
y (2 例) a (2 例) method (1 例) bid (1 例)
|
|
329
|
+
mid (1 例) out_trade_no (1 例)
|
|
330
|
+
fileName (1 例) siteId (1 例) dir (1 例) systemID (1 例)
|
|
331
|
+
PARENTTYPEID (1 例) Channel (1 例) sameName (1 例) selfilePath (1 例)
|
|
332
|
+
token (1 例) ObjName (1 例) MODE (1 例) Target (1 例)
|
|
333
|
+
Title (1 例) rd (1 例) version (1 例) newsid (1 例)
|
|
334
|
+
categoryid (1 例) puid (1 例) c (1 例) k (1 例)
|
|
335
|
+
o (1 例) cmd (1 例) trueName (1 例)
|
|
336
|
+
```
|
|
337
|
+
|
|
338
|
+
> 用法:把以上参数名灌入 sqlmap `--param-filter` 或自写 fuzzer 优先扫。命中率比通用 `id/name/q` 高一档。
|
|
339
|
+
|
|
340
|
+
### 3.2 业务逻辑高频参数
|
|
341
|
+
|
|
342
|
+
```
|
|
343
|
+
密码重置:
|
|
344
|
+
phone / mobile / username / userName / userAccount
|
|
345
|
+
code / smsCode / verifyCode / captcha / authCode
|
|
346
|
+
token / step / reset_token
|
|
347
|
+
|
|
348
|
+
越权 / IDOR:
|
|
349
|
+
id / uid / userId / user_id / oid / orderId / order_id
|
|
350
|
+
addrid / hotelid / file_id / msg_id / doc_id
|
|
351
|
+
account_id / tenant_id / cust_id / employeeid
|
|
352
|
+
|
|
353
|
+
支付 / 订单:
|
|
354
|
+
amount / price / total / fee / total_fee
|
|
355
|
+
quantity / count / num
|
|
356
|
+
productId / sku / goodsId
|
|
357
|
+
status / payStatus / orderStatus
|
|
358
|
+
out_trade_no / trade_no / nonce_str
|
|
359
|
+
mch_id / appid / sign / signature
|
|
360
|
+
notify_url / return_url / callback_url
|
|
361
|
+
|
|
362
|
+
授权篡改:
|
|
363
|
+
role / role_id / isAdmin / is_admin / level
|
|
364
|
+
permissions / authorities / aid
|
|
365
|
+
|
|
366
|
+
回调 / 重定向:
|
|
367
|
+
url / redirect / redirect_uri / callback
|
|
368
|
+
jumpurl / next / continue / returnUrl
|
|
369
|
+
|
|
370
|
+
文件操作:
|
|
371
|
+
fileName / file / path / dir / filepath
|
|
372
|
+
filename / file_path / fileLocation
|
|
373
|
+
|
|
374
|
+
电信特化:
|
|
375
|
+
phone / mobile / mob / acc_nbr
|
|
376
|
+
cust_id / serv_id / pkg_id
|
|
377
|
+
cardId / iccid / imsi / imei
|
|
378
|
+
|
|
379
|
+
日志 / 调试:
|
|
380
|
+
debug / test / sandbox / env
|
|
381
|
+
```
|
|
382
|
+
|
|
383
|
+
### 3.3 任意 X 子授权高频字段
|
|
384
|
+
|
|
385
|
+
```
|
|
386
|
+
注册时塞 admin:
|
|
387
|
+
role=admin is_admin=true admin=1
|
|
388
|
+
level=9 role_id=1 permissions=["*"]
|
|
389
|
+
authorities=["ROLE_ADMIN"] userType=0
|
|
390
|
+
|
|
391
|
+
登录时改账号:
|
|
392
|
+
username=admin userAccount=admin
|
|
393
|
+
X-User-Id: 1 X-Real-User: admin X-Original-User: admin
|
|
394
|
+
Cookie: userId=1; isAdmin=1; role=admin
|
|
395
|
+
|
|
396
|
+
签名绕过:
|
|
397
|
+
sign="" sign=null sign 字段删除
|
|
398
|
+
signature=00000000 signature=anything
|
|
399
|
+
|
|
400
|
+
伪造内网:
|
|
401
|
+
X-Forwarded-For: 127.0.0.1
|
|
402
|
+
X-Real-IP: 127.0.0.1
|
|
403
|
+
X-Originating-IP: 127.0.0.1
|
|
404
|
+
X-Client-IP: 127.0.0.1
|
|
405
|
+
X-Remote-IP: 127.0.0.1
|
|
406
|
+
Forwarded: for=127.0.0.1
|
|
407
|
+
```
|
|
408
|
+
|
|
409
|
+
---
|
|
410
|
+
|
|
411
|
+
## 4. 高频 URL 路径模式(fuzzing 字典)
|
|
412
|
+
|
|
413
|
+
### 4.1 后台路径(中文站常见)
|
|
414
|
+
|
|
415
|
+
```
|
|
416
|
+
/admin/ /admin.php /admin/index.php
|
|
417
|
+
/manage/ /manage.php /manager/
|
|
418
|
+
/houtai/ /admincp/ /system/login
|
|
419
|
+
/console/ /web-console/ /jmx-console/
|
|
420
|
+
/admin_login.aspx /admin/Login.aspx /Admin/Default.aspx
|
|
421
|
+
/login.do /Login.jsp /index.jsp?login
|
|
422
|
+
/web/login /api/admin/login
|
|
423
|
+
|
|
424
|
+
中文常见但易被忽略的:
|
|
425
|
+
/houtai /guanli /backstage
|
|
426
|
+
/bgmanage /control /portal/admin
|
|
427
|
+
/agent/ /shop/admin /merchant/
|
|
428
|
+
/dealer/ /partner/login
|
|
429
|
+
```
|
|
430
|
+
|
|
431
|
+
### 4.2 API 文档 / 调试
|
|
432
|
+
|
|
433
|
+
```
|
|
434
|
+
/swagger-ui.html /swagger-ui/ /v2/api-docs
|
|
435
|
+
/v3/api-docs /api-docs /openapi.json
|
|
436
|
+
/swagger/ /swagger.json
|
|
437
|
+
/api/swagger
|
|
438
|
+
/druid/ /actuator/ /debug/
|
|
439
|
+
/test/ /dev/ /staging/
|
|
440
|
+
/api/v1/admin_is_login /api/configs
|
|
441
|
+
/api/debug /api/version
|
|
442
|
+
```
|
|
443
|
+
|
|
444
|
+
### 4.3 国产移动端 H5 / 小程序接入
|
|
445
|
+
|
|
446
|
+
```
|
|
447
|
+
/wechat/ /weixin/ /mp/
|
|
448
|
+
/applet/ /miniapp/ /xcx/
|
|
449
|
+
/h5/ /m/ /mobile/
|
|
450
|
+
/app/ /api/app/ /api/h5/
|
|
451
|
+
/wxLogin /wx/login /wechat/auth
|
|
452
|
+
/openid /unionid
|
|
453
|
+
```
|
|
454
|
+
|
|
455
|
+
### 4.4 SP / CP / 物联网(电信特化)
|
|
456
|
+
|
|
457
|
+
```
|
|
458
|
+
/sp/ /cp/ /sp-cp/
|
|
459
|
+
/sms/ /smsgw/ /sendSms
|
|
460
|
+
/iot/ /m2m/ /iot-card/
|
|
461
|
+
/billing/ /recharge/ /payment/
|
|
462
|
+
/order/charge /api/charge
|
|
463
|
+
|
|
464
|
+
参数:phone / mobile / iccid / imsi / cardId / spid / appid
|
|
465
|
+
```
|
|
466
|
+
|
|
467
|
+
---
|
|
468
|
+
|
|
469
|
+
## 5. 文件指纹检测一行命令
|
|
470
|
+
|
|
471
|
+
```bash
|
|
472
|
+
# 检 OA / 中间件指纹
|
|
473
|
+
for path in /seeyon/ /general/login.php /defaultroot/login.jsp \
|
|
474
|
+
/login/Login.jsp /oaerp/ /kdgs/ /sys/login/login.do \
|
|
475
|
+
/druid/index.html /nacos/ /xxl-job-admin/ \
|
|
476
|
+
/jeecg-boot/ /admin/ ; do
|
|
477
|
+
curl -s -o /dev/null -w "%{http_code} $path\n" http://target$path
|
|
478
|
+
done
|
|
479
|
+
|
|
480
|
+
# 检信息泄露
|
|
481
|
+
for path in /.git/config /.svn/entries /wwwroot.rar /backup.sql \
|
|
482
|
+
/config.php.bak /phpinfo.php /web.config.bak /ctp.log ; do
|
|
483
|
+
curl -s -o /dev/null -w "%{http_code} $path\n" http://target$path
|
|
484
|
+
done
|
|
485
|
+
|
|
486
|
+
# 检编辑器
|
|
487
|
+
for path in /FCKeditor/editor/filemanager/browser/default/connectors/test.html \
|
|
488
|
+
/ewebeditor/admin/default.jsp \
|
|
489
|
+
/ueditor/controller.jsp?action=config \
|
|
490
|
+
/kindeditor/php/upload_json.php ; do
|
|
491
|
+
curl -s -o /dev/null -w "%{http_code} $path\n" http://target$path
|
|
492
|
+
done
|
|
493
|
+
```
|
|
494
|
+
|
|
495
|
+
---
|
|
496
|
+
|
|
497
|
+
## 6. 与 playbook / industry 链接
|
|
498
|
+
|
|
499
|
+
```
|
|
500
|
+
playbooks/file-upload.md → 本字典补充国产编辑器 / OA 上传路径
|
|
501
|
+
playbooks/info-disclosure.md → 本字典补充国产命中率最高的备份/日志路径
|
|
502
|
+
playbooks/sqli.md → 本字典补充 27,732 SQLi 案例的高频参数
|
|
503
|
+
playbooks/unauth-access.md → 本字典补充国产中间件 / OA 默认路径
|
|
504
|
+
industry/banking-finance.md → 金融常用 OA 指纹(致远 / 用友 / 金蝶)
|
|
505
|
+
industry/telecom-isp.md → 电信常用网管 / SP 平台路径
|
|
506
|
+
```
|
|
507
|
+
|
|
508
|
+
---
|
|
509
|
+
|
|
510
|
+
## 7. 红线
|
|
511
|
+
|
|
512
|
+
- **指纹 ≠ 漏洞**。识别出致远 OA 不等于直接打 RCE,仍需走对应 playbook 走完证据链。
|
|
513
|
+
- **路径请求** 速率 ≤ 5 rps,避免 fuzzing 触发 WAF / SOC。
|
|
514
|
+
- **登录后** 不进行写操作(建用户、上传文件、调命令)。
|
|
515
|
+
- **指纹库** 不做大规模互联网爆扫——仅在 SRC 授权资产 / HVV 演练范围内使用。
|