opencode-skills-collection 4.0.43 → 4.0.44

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (270) hide show
  1. package/bundled-skills/.antigravity-install-manifest.json +47 -1
  2. package/bundled-skills/api-rate-limit-handler/SKILL.md +282 -0
  3. package/bundled-skills/api-security/SKILL.md +205 -0
  4. package/bundled-skills/api-security/references/jwt-oauth-testing.md +123 -0
  5. package/bundled-skills/api-security/references/rest-graphql-testing.md +137 -0
  6. package/bundled-skills/apk-reverse/SKILL.md +438 -0
  7. package/bundled-skills/apk-reverse/references/android-advanced.md +365 -0
  8. package/bundled-skills/apk-reverse/references/apk-security-checklist.md +230 -0
  9. package/bundled-skills/apk-reverse/references/frida-bypass-kit.md +70 -0
  10. package/bundled-skills/apk-reverse/references/frida-cookbook.md +472 -0
  11. package/bundled-skills/attack-chain/SKILL.md +185 -0
  12. package/bundled-skills/attack-chain/references/attack-playbooks.md +126 -0
  13. package/bundled-skills/attack-chain/references/evasion-cheatsheet.md +133 -0
  14. package/bundled-skills/attack-chain/references/lifecycle-checklist.md +37 -0
  15. package/bundled-skills/attack-chain/references/phases.md +490 -0
  16. package/bundled-skills/binary-diff/SKILL.md +320 -0
  17. package/bundled-skills/binary-diff/references/prompt-template.md +173 -0
  18. package/bundled-skills/browser-extension-reverse/SKILL.md +99 -0
  19. package/bundled-skills/browser-extension-reverse/references/extension-analysis.md +10 -0
  20. package/bundled-skills/case-review/SKILL.md +167 -0
  21. package/bundled-skills/cloud-k8s/SKILL.md +124 -0
  22. package/bundled-skills/cloud-k8s/references/k8s-cloud-checklist.md +16 -0
  23. package/bundled-skills/code-audit/SKILL.md +92 -0
  24. package/bundled-skills/code-audit/references/sast-review-checklist.md +10 -0
  25. package/bundled-skills/database-security/SKILL.md +81 -0
  26. package/bundled-skills/database-security/references/db-misconfig-checklist.md +9 -0
  27. package/bundled-skills/diagram-generator/SKILL.md +199 -0
  28. package/bundled-skills/diagram-generator/references/README.md +3 -0
  29. package/bundled-skills/diagram-generator/references/diagram-patterns.md +254 -0
  30. package/bundled-skills/digital-forensics/SKILL.md +93 -0
  31. package/bundled-skills/digital-forensics/references/forensics-triage.md +10 -0
  32. package/bundled-skills/docs/integrations/jetski-cortex.md +3 -3
  33. package/bundled-skills/docs/integrations/jetski-gemini-loader/README.md +1 -1
  34. package/bundled-skills/docs/maintainers/repo-growth-seo.md +1 -1
  35. package/bundled-skills/docs/maintainers/skills-update-guide.md +1 -1
  36. package/bundled-skills/docs/sources/sources.md +9 -0
  37. package/bundled-skills/docs/users/aas-core.md +1 -1
  38. package/bundled-skills/docs/users/bundles.md +1 -1
  39. package/bundled-skills/docs/users/claude-code-skills.md +1 -1
  40. package/bundled-skills/docs/users/gemini-cli-skills.md +1 -1
  41. package/bundled-skills/docs/users/kiro-integration.md +1 -1
  42. package/bundled-skills/docs/users/usage.md +3 -3
  43. package/bundled-skills/docs/users/visual-guide.md +4 -4
  44. package/bundled-skills/docs-generator/SKILL.md +197 -0
  45. package/bundled-skills/docs-generator/references/security-report-templates.md +348 -0
  46. package/bundled-skills/docs-generator/references/templates.md +102 -0
  47. package/bundled-skills/docs-generator/references/vendor-report-rules.md +263 -0
  48. package/bundled-skills/dotnet-reverse/SKILL.md +197 -0
  49. package/bundled-skills/dotnet-reverse/references/common-workflow.md +171 -0
  50. package/bundled-skills/dotnet-reverse/references/obfuscators.md +145 -0
  51. package/bundled-skills/dotnet-reverse/references/sharp-tools.md +164 -0
  52. package/bundled-skills/edr-bypass-re/SKILL.md +248 -0
  53. package/bundled-skills/edr-bypass-re/references/hook-survey.md +226 -0
  54. package/bundled-skills/edr-bypass-re/references/telemetry-blinding.md +346 -0
  55. package/bundled-skills/edr-bypass-re/references/unhook-techniques.md +338 -0
  56. package/bundled-skills/email-security/SKILL.md +81 -0
  57. package/bundled-skills/email-security/references/email-auth-checklist.md +8 -0
  58. package/bundled-skills/firmware-pentest/SKILL.md +381 -0
  59. package/bundled-skills/firmware-pentest/references/emba-automated-analysis.md +192 -0
  60. package/bundled-skills/firmware-pentest/references/emulation-and-fuzz.md +337 -0
  61. package/bundled-skills/firmware-pentest/references/extraction-methodology.md +285 -0
  62. package/bundled-skills/ghidra-reverse/SKILL.md +98 -0
  63. package/bundled-skills/ghidra-reverse/references/ghidra-cheatsheet.md +12 -0
  64. package/bundled-skills/go-rust-reverse/SKILL.md +82 -0
  65. package/bundled-skills/go-rust-reverse/references/go-rust-notes.md +5 -0
  66. package/bundled-skills/hardware-security/SKILL.md +80 -0
  67. package/bundled-skills/hardware-security/references/debug-interface-triage.md +7 -0
  68. package/bundled-skills/ida-reverse/SKILL.md +401 -0
  69. package/bundled-skills/ida-reverse/references/LOCAL-SETUP.md +66 -0
  70. package/bundled-skills/ida-reverse/references/ida-mcp-cheatsheet.md +515 -0
  71. package/bundled-skills/identity-federation/SKILL.md +81 -0
  72. package/bundled-skills/identity-federation/references/sso-flow-checklist.md +9 -0
  73. package/bundled-skills/instructree/SKILL.md +94 -0
  74. package/bundled-skills/js-reverse/SKILL.md +239 -0
  75. package/bundled-skills/js-reverse/references/ast-deobfuscation.md +3 -0
  76. package/bundled-skills/js-reverse/references/automation-entry.md +12 -0
  77. package/bundled-skills/js-reverse/references/env-patching.md +6 -0
  78. package/bundled-skills/js-reverse/references/fallbacks.md +8 -0
  79. package/bundled-skills/js-reverse/references/instrumentation.md +9 -0
  80. package/bundled-skills/js-reverse/references/local-rebuild.md +11 -0
  81. package/bundled-skills/js-reverse/references/mcp-task-template.md +30 -0
  82. package/bundled-skills/js-reverse/references/node-env-rebuild.md +9 -0
  83. package/bundled-skills/js-reverse/references/output-contract.md +9 -0
  84. package/bundled-skills/js-reverse/references/task-artifacts.md +11 -0
  85. package/bundled-skills/js-reverse/references/task-input-template.md +11 -0
  86. package/bundled-skills/js-reverse/references/tool-defaults.md +7 -0
  87. package/bundled-skills/llm-security/SKILL.md +160 -0
  88. package/bundled-skills/llm-security/references/agent-obedience-engineering.md +243 -0
  89. package/bundled-skills/llm-security/references/agent-security-testing.md +116 -0
  90. package/bundled-skills/llm-security/references/owasp-llm-top10.md +48 -0
  91. package/bundled-skills/llm-security/references/prompt-injection-methodology.md +107 -0
  92. package/bundled-skills/loki-mode/examples/todo-app-generated/backend/package-lock.json +4 -4
  93. package/bundled-skills/loki-mode/examples/todo-app-generated/backend/package.json +1 -1
  94. package/bundled-skills/macos-reverse/SKILL.md +85 -0
  95. package/bundled-skills/macos-reverse/references/macho-triage.md +10 -0
  96. package/bundled-skills/malware-analysis/SKILL.md +311 -0
  97. package/bundled-skills/malware-analysis/references/anti-analysis-techniques.md +205 -0
  98. package/bundled-skills/malware-analysis/references/sandbox-orchestration.md +204 -0
  99. package/bundled-skills/malware-analysis/references/yara-sigma-rules.md +232 -0
  100. package/bundled-skills/mobile-reverse/SKILL.md +222 -0
  101. package/bundled-skills/mobile-reverse/references/anti-detection-bypass.md +182 -0
  102. package/bundled-skills/mobile-reverse/references/frida-objection-deep.md +218 -0
  103. package/bundled-skills/mobile-reverse/references/ios-reverse-guide.md +177 -0
  104. package/bundled-skills/muapi-media/SKILL.md +311 -0
  105. package/bundled-skills/ot-ics/SKILL.md +117 -0
  106. package/bundled-skills/ot-ics/references/ot-safe-assessment.md +10 -0
  107. package/bundled-skills/patch-diff-exploit/SKILL.md +278 -0
  108. package/bundled-skills/patch-diff-exploit/references/diff-tools-comparison.md +271 -0
  109. package/bundled-skills/patch-diff-exploit/references/patch-tuesday-workflow.md +253 -0
  110. package/bundled-skills/patch-diff-exploit/references/root-cause-and-poc.md +198 -0
  111. package/bundled-skills/pentest-tools/SKILL.md +346 -0
  112. package/bundled-skills/pentest-tools/references/ai-pentest-agents.md +148 -0
  113. package/bundled-skills/pentest-tools/references/ai-pentesting-landscape-2026.md +73 -0
  114. package/bundled-skills/pentest-tools/references/automation-loop-pattern.md +153 -0
  115. package/bundled-skills/pentest-tools/references/awesome-pentest-digest.md +175 -0
  116. package/bundled-skills/pentest-tools/references/burpsuite-mcp-guide.md +769 -0
  117. package/bundled-skills/pentest-tools/references/client-side-lab-playbook.md +155 -0
  118. package/bundled-skills/pentest-tools/references/kali-mcp-ecosystem.md +119 -0
  119. package/bundled-skills/pentest-tools/references/msf-protocol.md +169 -0
  120. package/bundled-skills/pentest-tools/references/network-attack-defense.md +350 -0
  121. package/bundled-skills/pentest-tools/references/nuclei-guide-2026.md +157 -0
  122. package/bundled-skills/pentest-tools/references/payloads.md +32 -0
  123. package/bundled-skills/pentest-tools/references/pentest-ai-agents-matrix.md +117 -0
  124. package/bundled-skills/pentest-tools/references/pentest-loop.md +270 -0
  125. package/bundled-skills/pentest-tools/references/recon-pipeline.md +154 -0
  126. package/bundled-skills/pentest-tools/references/templates/findings.md +21 -0
  127. package/bundled-skills/pentest-tools/references/templates/progress.md +17 -0
  128. package/bundled-skills/pentest-tools/references/templates/rules.md +35 -0
  129. package/bundled-skills/pentest-tools/references/templates/scope.md +29 -0
  130. package/bundled-skills/pentest-tools/references/templates/task_plan.md +27 -0
  131. package/bundled-skills/pentest-tools/references/web-attack-cheatsheet.md +387 -0
  132. package/bundled-skills/pentest-tools/src-hunter/SKILL.md +243 -0
  133. package/bundled-skills/pentest-tools/src-hunter/references/README.en.md +115 -0
  134. package/bundled-skills/pentest-tools/src-hunter/references/README.md +148 -0
  135. package/bundled-skills/pentest-tools/src-hunter/references/dictionaries/00-index.md +44 -0
  136. package/bundled-skills/pentest-tools/src-hunter/references/dictionaries/chinese-srcfingerprints.md +515 -0
  137. package/bundled-skills/pentest-tools/src-hunter/references/dictionaries/default-credentials-cn.md +274 -0
  138. package/bundled-skills/pentest-tools/src-hunter/references/industry/00-index.md +66 -0
  139. package/bundled-skills/pentest-tools/src-hunter/references/industry/banking-finance.md +338 -0
  140. package/bundled-skills/pentest-tools/src-hunter/references/industry/telecom-isp.md +315 -0
  141. package/bundled-skills/pentest-tools/src-hunter/references/methodology/00-index.md +68 -0
  142. package/bundled-skills/pentest-tools/src-hunter/references/methodology/01-attack-priority.md +143 -0
  143. package/bundled-skills/pentest-tools/src-hunter/references/methodology/02-bypass-toolkit.md +357 -0
  144. package/bundled-skills/pentest-tools/src-hunter/references/methodology/03-evidence-discipline.md +205 -0
  145. package/bundled-skills/pentest-tools/src-hunter/references/methodology/04-control-gap-hunting.md +238 -0
  146. package/bundled-skills/pentest-tools/src-hunter/references/methodology/05-srctimebox-priority.md +161 -0
  147. package/bundled-skills/pentest-tools/src-hunter/references/payloader/by-category/intranet/adcs/346/224/273/345/207/273.md +254 -0
  148. package/bundled-skills/pentest-tools/src-hunter/references/payloader/by-category/intranet/exchange/346/224/273/345/207/273.md +254 -0
  149. package/bundled-skills/pentest-tools/src-hunter/references/payloader/by-category/intranet/sharepoint/346/224/273/345/207/273.md +113 -0
  150. 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
  151. 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
  152. 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
  153. 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
  154. 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
  155. 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
  156. 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
  157. 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
  158. package/bundled-skills/pentest-tools/src-hunter/references/payloader/by-category/web/ai/345/256/211/345/205/250.md +698 -0
  159. package/bundled-skills/pentest-tools/src-hunter/references/payloader/by-category/web/api/345/256/211/345/205/250.md +1935 -0
  160. 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
  161. package/bundled-skills/pentest-tools/src-hunter/references/payloader/by-category/web/jwt/345/256/211/345/205/250.md +496 -0
  162. 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
  163. 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
  164. package/bundled-skills/pentest-tools/src-hunter/references/payloader/by-category/web/sql-nosql/346/263/250/345/205/245.md +1924 -0
  165. 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
  166. 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
  167. package/bundled-skills/pentest-tools/src-hunter/references/payloader/by-category/web/websocket/345/256/211/345/205/250.md +487 -0
  168. 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
  169. 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
  170. 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
  171. 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
  172. 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
  173. 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
  174. 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
  175. 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
  176. 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
  177. 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
  178. 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
  179. 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
  180. 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
  181. package/bundled-skills/pentest-tools/src-hunter/references/payloader/index.md +69 -0
  182. package/bundled-skills/pentest-tools/src-hunter/references/payloader/tools/web/346/270/227/351/200/217.md +662 -0
  183. package/bundled-skills/pentest-tools/src-hunter/references/payloader/tools/windows/346/270/227/351/200/217.md +100 -0
  184. 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
  185. 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
  186. 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
  187. package/bundled-skills/pentest-tools/src-hunter/references/payloader/tools//345/237/237/346/270/227/351/200/217.md +50 -0
  188. 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
  189. 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
  190. 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
  191. 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
  192. 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
  193. 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
  194. 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
  195. package/bundled-skills/pentest-tools/src-hunter/references/payloader/waf-bypass.md +6504 -0
  196. package/bundled-skills/pentest-tools/src-hunter/references/playbooks/00-index.md +57 -0
  197. package/bundled-skills/pentest-tools/src-hunter/references/playbooks/api-rest.md +2050 -0
  198. package/bundled-skills/pentest-tools/src-hunter/references/playbooks/arbitrary-x-authz.md +481 -0
  199. package/bundled-skills/pentest-tools/src-hunter/references/playbooks/dos.md +615 -0
  200. package/bundled-skills/pentest-tools/src-hunter/references/playbooks/file-upload.md +1365 -0
  201. package/bundled-skills/pentest-tools/src-hunter/references/playbooks/graphql.md +253 -0
  202. package/bundled-skills/pentest-tools/src-hunter/references/playbooks/http-smuggling.md +924 -0
  203. package/bundled-skills/pentest-tools/src-hunter/references/playbooks/info-disclosure.md +432 -0
  204. package/bundled-skills/pentest-tools/src-hunter/references/playbooks/intranet-postexp.md +4845 -0
  205. package/bundled-skills/pentest-tools/src-hunter/references/playbooks/llm-prompt-injection.md +1394 -0
  206. package/bundled-skills/pentest-tools/src-hunter/references/playbooks/logic-flaws.md +1796 -0
  207. package/bundled-skills/pentest-tools/src-hunter/references/playbooks/mobile.md +397 -0
  208. package/bundled-skills/pentest-tools/src-hunter/references/playbooks/oauth-saml-jwt.md +2504 -0
  209. package/bundled-skills/pentest-tools/src-hunter/references/playbooks/path-traversal.md +1297 -0
  210. package/bundled-skills/pentest-tools/src-hunter/references/playbooks/race-conditions.md +207 -0
  211. package/bundled-skills/pentest-tools/src-hunter/references/playbooks/rce.md +4829 -0
  212. package/bundled-skills/pentest-tools/src-hunter/references/playbooks/sqli.md +1620 -0
  213. package/bundled-skills/pentest-tools/src-hunter/references/playbooks/ssrf-cache-host.md +2098 -0
  214. package/bundled-skills/pentest-tools/src-hunter/references/playbooks/unauth-access.md +330 -0
  215. package/bundled-skills/pentest-tools/src-hunter/references/playbooks/xss.md +1159 -0
  216. package/bundled-skills/pentest-tools/src-hunter/references/templates/report-submission.md +346 -0
  217. package/bundled-skills/pentest-tools/src-hunter/references/tools/mcp-jshook.md +174 -0
  218. package/bundled-skills/protocol-reverse/SKILL.md +108 -0
  219. package/bundled-skills/protocol-reverse/references/protocol-workflow.md +29 -0
  220. package/bundled-skills/pwn-chain/SKILL.md +209 -0
  221. package/bundled-skills/pwn-chain/references/heap-pwn.md +283 -0
  222. package/bundled-skills/pwn-chain/references/kernel-pwn.md +370 -0
  223. package/bundled-skills/pwn-chain/references/stack-pwn.md +312 -0
  224. package/bundled-skills/radare2/SKILL.md +460 -0
  225. package/bundled-skills/radare2/references/cheatsheet.md +129 -0
  226. package/bundled-skills/radio-sdr/SKILL.md +77 -0
  227. package/bundled-skills/radio-sdr/references/sdr-lab-rules.md +6 -0
  228. package/bundled-skills/reverse-browser-automation/SKILL.md +249 -0
  229. package/bundled-skills/reverse-browser-automation/references/playwright-cheatsheet.md +425 -0
  230. package/bundled-skills/reverse-engineering/SKILL.md +213 -0
  231. package/bundled-skills/reverse-engineering/dsl-vm-reverse/SKILL.md +388 -0
  232. package/bundled-skills/reverse-engineering/references/ai-assisted-re.md +149 -0
  233. package/bundled-skills/reverse-engineering/references/anti-analysis.md +836 -0
  234. package/bundled-skills/reverse-engineering/references/awesome-re-resources.md +135 -0
  235. package/bundled-skills/reverse-engineering/references/crypto-decode-tools.md +220 -0
  236. package/bundled-skills/reverse-engineering/references/elf-analysis.md +296 -0
  237. package/bundled-skills/reverse-engineering/references/field-notes.md +540 -0
  238. package/bundled-skills/reverse-engineering/references/go-reverse.md +240 -0
  239. package/bundled-skills/reverse-engineering/references/kernel-driver-reverse.md +298 -0
  240. package/bundled-skills/reverse-engineering/references/languages-compiled.md +587 -0
  241. package/bundled-skills/reverse-engineering/references/languages-platforms.md +486 -0
  242. package/bundled-skills/reverse-engineering/references/languages.md +499 -0
  243. package/bundled-skills/reverse-engineering/references/nonpe-format-cookbook.md +301 -0
  244. package/bundled-skills/reverse-engineering/references/ollvm-deobfuscation.md +501 -0
  245. package/bundled-skills/reverse-engineering/references/patterns-ctf-2.md +397 -0
  246. package/bundled-skills/reverse-engineering/references/patterns-ctf-3.md +719 -0
  247. package/bundled-skills/reverse-engineering/references/patterns-ctf.md +532 -0
  248. package/bundled-skills/reverse-engineering/references/patterns.md +801 -0
  249. package/bundled-skills/reverse-engineering/references/platforms-hardware.md +304 -0
  250. package/bundled-skills/reverse-engineering/references/platforms.md +442 -0
  251. package/bundled-skills/reverse-engineering/references/re-agent-workflow.md +240 -0
  252. package/bundled-skills/reverse-engineering/references/tools-advanced.md +822 -0
  253. package/bundled-skills/reverse-engineering/references/tools-dynamic.md +846 -0
  254. package/bundled-skills/reverse-engineering/references/tools.md +546 -0
  255. package/bundled-skills/supply-chain-security/SKILL.md +180 -0
  256. package/bundled-skills/supply-chain-security/references/cicd-pipeline-security.md +137 -0
  257. package/bundled-skills/supply-chain-security/references/sbom-sca-methodology.md +74 -0
  258. package/bundled-skills/thick-client/SKILL.md +104 -0
  259. package/bundled-skills/thick-client/references/thick-client-checklist.md +9 -0
  260. package/bundled-skills/threat-hunting/SKILL.md +94 -0
  261. package/bundled-skills/threat-hunting/references/hunting-loop.md +5 -0
  262. package/bundled-skills/threat-intelligence/SKILL.md +176 -0
  263. package/bundled-skills/threat-intelligence/references/x-public-intelligence.md +93 -0
  264. package/bundled-skills/tree-ring-memory/SKILL.md +29 -9
  265. package/bundled-skills/wifi-wireless/SKILL.md +80 -0
  266. package/bundled-skills/wifi-wireless/references/wireless-lab-rules.md +6 -0
  267. package/bundled-skills/windows-ad/SKILL.md +109 -0
  268. package/bundled-skills/windows-ad/references/ad-attack-paths.md +12 -0
  269. package/package.json +1 -1
  270. package/skills_index.json +1214 -2
@@ -0,0 +1,274 @@
1
+ # 国产服务 / OA / CMS / 网络设备默认凭据
2
+
3
+ > 区别于国际通用字典(如 SecLists `default-passwords`),本表面向**国内 SRC 战场**:政企 OA、运营商网管、国产 CMS、国产监控、国产中间件。
4
+ > 数据基于 22,132 个 WooYun 真实案例 + 公开厂商手册整理。
5
+ > 使用:每条尝试 ≤ 5 次,单目标 ≤ 4 并发,≤ 50 次/小时——避免被风控锁号。
6
+
7
+ ---
8
+
9
+ ## 1. 国产 OA / 协同办公(核心战场)
10
+
11
+ ### 1.1 致远 OA(Seeyon)
12
+
13
+ | 路径 | 默认凭据 | 备注 |
14
+ |------|---------|------|
15
+ | `/seeyon/` | system / system | 致远 V5/V8 系统账号 |
16
+ | `/seeyon/management/index.jsp` | `WLCCYBD@SEEYON` | 管理控制台超级密码 |
17
+ | `/seeyon/main.do` | admin / 123456 / 000000 | 普通管理员 |
18
+ | `/seeyon/htmlofficeservlet` | — | A8 RCE 路径(CVE-2020-...) |
19
+ | `/seeyon/m/login` | 工号 / 工号 | 移动端登录 |
20
+
21
+ **指纹**:响应头 `Server: SEEYON-OA`、登录页 logo、`/seeyon/common/`。
22
+
23
+ **真实案例**:某单位致远 session 泄露 / 全公司通讯录 wooyun-2015-0157444、wooyun-2015-0163955。
24
+
25
+ ### 1.2 通达 OA(Tongda)
26
+
27
+ | 路径 | 默认凭据 | 备注 |
28
+ |------|---------|------|
29
+ | `/general/` | admin / admin | 默认管理员 |
30
+ | `/general/login.php` | hr / 123456 | 人事账号 |
31
+ | `/general/login.php` | jhadmin / 123456 | 集合管理员 |
32
+ | `/mobile/auth_mobi.php` | — | 任意用户登录路径(历史漏洞)|
33
+
34
+ **指纹**:`/general/login.php`、页面 `通达OA`、Cookie `PHPSESSID`。
35
+
36
+ ### 1.3 万户 ezOffice(Wanhu)
37
+
38
+ | 路径 | 默认凭据 | 备注 |
39
+ |------|---------|------|
40
+ | `/defaultroot/login.jsp` | admin / 123456 | 默认管理员 |
41
+ | `/defaultroot/dragpage/upload.jsp` | — | 任意文件上传(截断) |
42
+ | `/defaultroot/codesettree.jsp` | — | 信息泄露 |
43
+
44
+ **真实案例**:万户 OA 截断绕过 wooyun-2014-064031、wooyun-2015-0126541。
45
+
46
+ ### 1.4 泛微 e-cology(Weaver)
47
+
48
+ | 路径 | 默认凭据 | 备注 |
49
+ |------|---------|------|
50
+ | `/login/Login.jsp` | sysadmin / 1 | 系统管理员 |
51
+ | `/login/Login.jsp` | admin / 123456 | 普通管理员 |
52
+ | `/weaver/bsh.servlet.BshServlet` | — | BeanShell RCE 端点 |
53
+
54
+ **指纹**:响应包含 `e-cology`、`Weaver`、`/login/Login.jsp` 跳转。
55
+
56
+ ### 1.5 用友(Yonyou)协作平台 / NC
57
+
58
+ | 路径 | 默认凭据 | 备注 |
59
+ |------|---------|------|
60
+ | `/oaerp/` | admin / 123456 | 协作 OA |
61
+ | `/oaerp/ui/sync/excelUpload.jsp` | — | 任意文件上传 |
62
+ | `/nc/` | system / 1 | 用友 NC ERP |
63
+
64
+ ### 1.6 金蝶 GSiS / Apusic
65
+
66
+ | 路径 | 默认凭据 | 备注 |
67
+ |------|---------|------|
68
+ | `/kdgs/` | admin / 888888 | 金蝶 GSiS |
69
+ | `/kdgs/core/upload/upload.jsp` | — | 任意上传(注册即可) |
70
+ | `/admin/login` | apusic / apusic | Apusic 中间件 |
71
+
72
+ ### 1.7 蓝凌 OA(Landray)
73
+
74
+ | 路径 | 默认凭据 | 备注 |
75
+ |------|---------|------|
76
+ | `/sys/login/login.do` | sysadmin / landray | 系统管理 |
77
+ | `/sys/login/login.do` | admin / admin | 默认管理员 |
78
+
79
+ ---
80
+
81
+ ## 2. 国产中间件 / 数据库管理
82
+
83
+ | 服务 | 默认端口 | 路径 | 凭据 |
84
+ |------|---------|------|------|
85
+ | Druid(阿里巴巴)| 8080 | `/druid/login.html` | admin / admin |
86
+ | Druid(无认证)| 8080 | `/druid/sql.html` | — 直接访问 |
87
+ | Apache Skywalking | 12800 | `/graphql` | — |
88
+ | Nacos | 8848 | `/nacos/` | nacos / nacos |
89
+ | Apollo 配置中心 | 8080 | `/portal/` | apollo / admin |
90
+ | Sentinel Dashboard | 8080 | `/` | sentinel / sentinel |
91
+ | XXL-JOB | 8080 | `/xxl-job-admin/` | admin / 123456 |
92
+ | RuoYi 后台 | 80/8080 | `/login` | admin / admin123 |
93
+ | JeeCG-Boot | 8080 | `/login` | jeecg / jeecg / admin / 123456 |
94
+ | 若依 RuoYi-Cloud | 8080 | `/` | admin / 123456 / ry / admin123 |
95
+ | Eureka | 8761 | `/` | — / `eureka:eureka` |
96
+ | Apache DolphinScheduler | 12345 | `/dolphinscheduler/ui/` | admin / dolphinscheduler123 |
97
+
98
+ ---
99
+
100
+ ## 3. 国产监控 / 工单 / IT 运维
101
+
102
+ | 系统 | 默认凭据 |
103
+ |------|---------|
104
+ | 蓝鲸智云(腾讯)| admin / blueking |
105
+ | 网御星云 SOC | admin / leadsec.com.cn |
106
+ | 启明天清 SOC | admin / venus.com.cn |
107
+ | 安恒 EDR | admin / dbappsecurity |
108
+ | 锐捷云桌面 | admin / ruijie / ruijie@123 |
109
+ | H3C iMC | admin / admin |
110
+ | H3C IRF / 设备 | admin / h3capadmin |
111
+ | 网神 SecGate | admin / firewall |
112
+ | 东软 NetEye | admin / neusoft |
113
+ | 360 天擎 | admin / 360@admin |
114
+ | 卡巴斯基中国版 | admin / kaspersky |
115
+
116
+ ---
117
+
118
+ ## 4. 国产 CMS
119
+
120
+ | CMS | 默认凭据 | 备注 |
121
+ |-----|---------|------|
122
+ | DedeCMS | admin / admin | 老 PHP CMS |
123
+ | PHPCMS | phpcms / phpcms | 教育站常见 |
124
+ | 帝国 CMS(EmpireCMS)| admin / admin | 政府站常见 |
125
+ | 海洋 CMS | admin / admin | 视频站 |
126
+ | ECshop | admin / admin / consumer | 电商 |
127
+ | 织梦 / DedeCMS | admin / admin | 默认 |
128
+ | FineCMS | admin / admin123 | 竞争条件上传案例 wooyun-2014-063369 |
129
+ | Jeecms | admin / password | wooyun 多次案例 |
130
+ | Discuz! | admin / admin / 123456 | 论坛 |
131
+ | MetInfo | admin / admin / 123456 | 企业站 |
132
+ | ThinkCMF | admin / 123456 | 框架 CMS |
133
+ | YzmCMS | admin / 123456 | 青苗 |
134
+ | 赣企建站系统 | — | 统一密钥 `lstate=515csmxSi1aTO9ysxvJ1Gpmnj7hHuPxjMdfZdEP49lJZ`(wooyun-2014-062247) |
135
+ | 逐浪 CMS | admin / admin123 | 后门 wooyun-2014-062607 |
136
+
137
+ ---
138
+
139
+ ## 5. 国产网络设备 / 网管系统(运营商场景)
140
+
141
+ | 设备 / 系统 | 默认凭据 |
142
+ |------------|---------|
143
+ | 华为路由 / 交换 NE 系列 | admin / Admin@huawei / huawei / Huawei@123 |
144
+ | 华为防火墙 USG | admin / Admin@123 |
145
+ | 华为 iManager U2000 | admin / Changeme_123 |
146
+ | 华为家庭网关(电信定制)| telecomadmin / nE7jA%5m |
147
+ | 华为家庭网关(移动定制)| CMCCAdmin / aDm8H%MdA |
148
+ | 华为家庭网关(联通定制)| CUAdmin / CUAdmin |
149
+ | 华为 Echolife(光猫)| useradmin / useradmin |
150
+ | 中兴路由 ZXR10 | admin / zxr10 |
151
+ | 中兴 NetNumen | netnumen / netnumen |
152
+ | 烽火 OTNM2000 | admin / admin |
153
+ | 上海贝尔 5620 SAM | admin / 5620sam |
154
+ | H3C 系列 | admin / h3capadmin |
155
+ | 锐捷路由 | admin / admin |
156
+ | 思科 IOS | admin / cisco / cisco / cisco |
157
+ | 飞塔 FortiGate | admin / "" / admin / fortinet |
158
+ | 深信服 SSL VPN | admin / admin / sangfor |
159
+ | 启明 SSL VPN | admin / venus / 123456 |
160
+ | 安恒 SSL VPN | admin / dbappsecurity |
161
+
162
+ ---
163
+
164
+ ## 6. 国产数据库 / 缓存
165
+
166
+ | 服务 | 端口 | 默认凭据 |
167
+ |------|------|---------|
168
+ | 达梦(DM)| 5236 | SYSDBA / SYSDBA |
169
+ | 人大金仓(KingbaseES)| 54321 | system / 123456 |
170
+ | 神舟通用(OSCAR)| 2003 | SYSDBA / szoscar55 |
171
+ | 南大通用(GBase)| 5258 | gbasedba / gbase20110531 |
172
+ | 阿里 PolarDB | 3306 | root / "" |
173
+ | 腾讯 TDSQL | 3306 | mysql / "" |
174
+ | GoldenDB | 3306 | admin / 123456 |
175
+ | 国产时序数据库 TDengine | 6030 | root / taosdata |
176
+ | Apache Pulsar | 6650 | — |
177
+ | RocketMQ Console | 8080 | — / admin / admin |
178
+
179
+ ---
180
+
181
+ ## 7. 国产摄像头 / 物联网
182
+
183
+ | 厂商 | 默认凭据 |
184
+ |------|---------|
185
+ | 海康威视 | admin / 12345 |
186
+ | 大华 | admin / admin |
187
+ | 宇视 | admin / 123456 |
188
+ | 雄迈 | admin / "" |
189
+ | 萤石(海康)| admin / Hik12345+ |
190
+ | 普通 IPC(白牌)| admin / admin / admin / 123456 / root / admin |
191
+ | 工业 PLC(西门子 S7)| — / "" / 100 |
192
+ | 工业 HMI(昆仑通态)| admin / 123456 |
193
+
194
+ ---
195
+
196
+ ## 8. 国产开发 / 部署工具
197
+
198
+ | 工具 | 默认凭据 |
199
+ |------|---------|
200
+ | Apache DolphinScheduler | admin / dolphinscheduler123 |
201
+ | 阿里 Sentinel | sentinel / sentinel |
202
+ | 阿里 Druid | admin / admin |
203
+ | 蚂蚁 SOFAStack | admin / admin |
204
+ | Tencent TARS | admin / tars |
205
+ | 网易 Yanxuan PaaS | admin / admin |
206
+ | 腾讯 Coding 旧版 | admin / admin |
207
+ | 极狐 GitLab CN | root / 5iveL!fe(GitLab 通用) |
208
+ | 国产 SonarQube 镜像 | admin / admin |
209
+ | GoCD(极狐定制)| admin / badger |
210
+
211
+ ---
212
+
213
+ ## 9. 国产堡垒机 / 跳板
214
+
215
+ | 堡垒机 | 默认凭据 |
216
+ |--------|---------|
217
+ | JumpServer | admin / admin |
218
+ | 齐治堡垒机 | shterm / shterm |
219
+ | 行云管家堡垒机 | admin / Admin@123 |
220
+ | 梆梆安全堡垒机 | admin / bangcle |
221
+ | 帕拉迪堡垒机 | admin / admin |
222
+
223
+ ---
224
+
225
+ ## 10. 国产手机银行 / 金融工具运维端
226
+
227
+ > 银行后台默认凭据通常严格修改——以下为运维 / 测试环境常见,**仅在 SRC 授权资产中使用**。
228
+
229
+ | 系统 | 默认凭据 |
230
+ |------|---------|
231
+ | 申万宏源统一认证 | hysec / 000000(wooyun-2015-0119587) |
232
+ | 网银管理后台(多家股份制)| admin / 123456 / Admin@123 |
233
+ | Pos 商户终端管理 | admin / pos@123456 |
234
+ | 银联商务 ChinaUMS | admin / 12345678 |
235
+ | TIPS(直联认证)| tips / tips |
236
+
237
+ ---
238
+
239
+ ## 11. 使用流程模板
240
+
241
+ ```bash
242
+ # 1. 端口指纹
243
+ nmap -sV -p 80,443,8080,8848,8761,12345,12800,8443,7001 target
244
+
245
+ # 2. 路径指纹(先看返回内容判断厂商)
246
+ curl -s http://target/ | grep -iE "(seeyon|tongda|weaver|yongyou|kingdee|landray|jeecg|ruoyi|nacos|druid)"
247
+
248
+ # 3. 命中后只跑该厂商的默认凭据(不要无脑撒所有字典)
249
+ hydra -l <user> -P <pass-list-for-vendor>.txt -t 4 -W 2 target http-post-form ...
250
+
251
+ # 4. 命中后立即停 + 截图 + 不进入业务操作
252
+ ```
253
+
254
+ ---
255
+
256
+ ## 12. 与 playbook 的链接
257
+
258
+ ```
259
+ playbooks/unauth-access.md → 国际通用部分(Tomcat/Redis/Mongo/Actuator)
260
+ playbooks/file-upload.md → 本字典补充 OA 上传路径(万户、用友、金蝶)
261
+ playbooks/sqli.md → 本字典补充 OA SQL 注入入口
262
+ playbooks/info-disclosure.md → 本字典补充国产组件信息泄露
263
+ industry/banking-finance.md → 本字典补充金融运维默认凭据
264
+ industry/telecom-isp.md → 本字典补充网管 / 网元 / 家庭网关凭据
265
+ ```
266
+
267
+ ---
268
+
269
+ ## 13. 红线
270
+
271
+ - **禁**:用国际字典里的"暴力撞库"模式打国产系统。国产 SOC / 风控敏感度高,撞库会立即触发账号锁定。
272
+ - **禁**:登录后做任何写操作(建用户、改配置、跑命令)。仅截图证明可登录 + 看到核心功能。
273
+ - **禁**:在政府 / 国企 / 银行 / 运营商系统使用本字典而无 SRC 授权。这些行业属于关键基础设施。
274
+ - **限速**:单目标 ≤ 4 并发、≤ 50 次/小时;命中即停。
@@ -0,0 +1,66 @@
1
+ # 行业垂直 playbook 总目录
2
+
3
+ > 按行业组织的"目标定向"playbook,对应不同行业的资产清单 + 高价值漏洞分布。
4
+ > 与 `playbooks/` 的关系:
5
+ > - `playbooks/` 按**漏洞类型**组织(IDOR / RCE / SSRF / …)。
6
+ > - `industry/` 按**目标行业**组织(银行 / 电信 / …)→ 拿到目标先看本目录定打法,再翻对应类型 playbook。
7
+
8
+ ---
9
+
10
+ ## 怎么用
11
+
12
+ ```
13
+ 拿到目标 → 判断行业 → 打开对应 industry playbook
14
+
15
+ ├─ 攻击面分层图(资产清单)
16
+ ├─ 行业特有的高价值漏洞类型
17
+ └─ 行业特有的探测路径
18
+
19
+ 目标资产已在攻击面图上 → 跳到对应类型 playbook 落实利用
20
+ 目标资产不在 → 子产品测绘扩面(GitHub / APP / 微信小程序 / 子域)
21
+ ```
22
+
23
+ ---
24
+
25
+ ## 行业目录
26
+
27
+ | 文件 | 主要资产 | 主打漏洞类型 | 高危占比段 |
28
+ |------|---------|-------------|----------|
29
+ | `banking-finance.md` | 网银 / 手机银行 / 微信银行 / 直销银行 / 信用卡中心 / 第三方支付 / 聚合支付 | 金额篡改 (83%) / 支付绕过 (68.7%) / 密码重置 (88%) | 顶段 |
30
+ | `telecom-isp.md` | 网厅 / 掌厅 / BOSS / SP-CP 平台 / 短信网关 / 物联网卡平台 / 网管(NMS) | 越权 (62.3%) / 弱口令 (58.2%) / 未授权访问 / 边界设备 | 中–高段 |
31
+
32
+ ---
33
+
34
+ ## 行业打法的共同骨架
35
+
36
+ 每个行业 playbook 都按这个结构写:
37
+
38
+ ```
39
+ 1. 攻击面分层模型(互联网 / 接口通道 / 内部系统 三层资产)
40
+ 2. 行业特有高危漏洞类型(带 WooYun 案例数)
41
+ 3. 行业特有的攻击面(不易在 OWASP / H1 通用 playbook 上找到的)
42
+ 4. GetShell / 横向移动路径(按优先级)
43
+ 5. 实战 Checklist(信息收集 / 漏洞发现 / 深度利用)
44
+ ```
45
+
46
+ ---
47
+
48
+ ## 与 SRC 平台的关系
49
+
50
+ | 行业 | 对应 SRC 入口 |
51
+ |------|--------------|
52
+ | 银行 / 金融 | 各行 SRC(招行 / 建行 / 平安 / 蚂蚁 / 支付宝 / 银联 / 财付通) + 补天金融专项 + HVV 金融行业 |
53
+ | 电信 / ISP | 各运营商 SRC(移动 / 联通 / 电信 / 广电)+ HVV 运营商行业 |
54
+
55
+ **红线**:金融、电信都属于关键基础设施,证据纪律比通用 SRC 更严格——不写、不删、不改、不留 webshell。详见 `methodology/03-evidence-discipline.md`。
56
+
57
+ ---
58
+
59
+ ## 与方法论 / 字典的关联
60
+
61
+ ```
62
+ methodology/05-srctimebox-priority.md → 按时间盒选行业内的优先漏洞
63
+ playbooks/<具体类型>.md → 落实漏洞类型的探测/利用
64
+ dictionaries/default-credentials-cn.md → 行业内 CN 厂商默认凭据
65
+ dictionaries/chinese-srcfingerprints.md → 行业组件指纹与默认路径
66
+ ```
@@ -0,0 +1,338 @@
1
+ # 银行 / 金融行业渗透 playbook
2
+
3
+ > 视角:黑盒,针对国内银行(国有/股份制/城商/民营)+ 第三方支付 + 聚合支付 + 互金平台。
4
+ > 数据基础:金融领域 2,919 个真实案例,68%–88% 高危占比。
5
+
6
+ ---
7
+
8
+ ## 1. 一句话定位
9
+
10
+ 银行/金融业的漏洞特点:**资金类漏洞占比小但单发价值高**,**鉴权层 + 接口层是主战场**。一个支付绕过的赏金可以等于普通 SaaS 一年的全部收益。
11
+
12
+ 不要盯着"网银 RCE"——那是十年前的玩法。今天值钱的是:
13
+ - 第三方支付 / 聚合支付的接口签名缺陷
14
+ - 手机银行 APP 的接口(鉴权往往比 Web 弱)
15
+ - 直销银行 / 微信银行的"轻量化"业务系统
16
+ - 信贷 / 风控管理后台的越权
17
+
18
+ ---
19
+
20
+ ## 2. 攻击面分层模型
21
+
22
+ ```
23
+ ┌─────────────────────────────────────────────────────────────────────────┐
24
+ │ 第一层:互联网边界 │
25
+ ├─────────────────────────────────────────────────────────────────────────┤
26
+ │ 网银系统 │ 手机银行 │ 微信银行 │ 直销银行 │ 信用卡中心 │ 官网/活动页 │
27
+ │ 小程序 │ APP │ H5 │ 公众号 │ 营销活动 │ 客服系统 │
28
+ └─────────────────────────────────────────────────────────────────────────┘
29
+
30
+ ┌─────────────────────────────────────────────────────────────────────────┐
31
+ │ 第二层:接口/通道层 │
32
+ ├─────────────────────────────────────────────────────────────────────────┤
33
+ │ 支付接口 │ 银联通道 │ 快捷支付 │ 代扣代付 │ 聚合支付 │ 开放银行 API │
34
+ │ 发卡接口 │ 风控接口 │ 短信网关 │ 二次认证 │ 数字证书 │ 人脸识别 │
35
+ └─────────────────────────────────────────────────────────────────────────┘
36
+
37
+ ┌─────────────────────────────────────────────────────────────────────────┐
38
+ │ 第三层:内部系统层 │
39
+ ├─────────────────────────────────────────────────────────────────────────┤
40
+ │ 核心银行 │ 信贷系统 │ 风控系统 │ 反洗钱 │ 客户管理 CRM │ 报表系统 │
41
+ │ 对账系统 │ 清算系统 │ 票据系统 │ 衍生品 │ 内部 OA │ 邮件系统 │
42
+ └─────────────────────────────────────────────────────────────────────────┘
43
+ ```
44
+
45
+ ---
46
+
47
+ ## 3. 高危漏洞类型分布(金融特化)
48
+
49
+ ### 3.1 第一梯队:资金类(68%–88% 高危)
50
+
51
+ | 漏洞类型 | 高危占比 | 银行特有场景 | 主要 playbook |
52
+ |---------|---------|-------------|--------------|
53
+ | 密码重置 | 88.0% | 网银/手机银行登录密码、交易密码、支付密码 | `logic-flaws.md` §3.1 |
54
+ | 提现 | 83.1% | 转账限额绕过、提现校验缺陷 | 本篇 §4.3 |
55
+ | 金额篡改 | 83.0% | 转账金额、理财金额、还款金额 | `logic-flaws.md` §3.4 |
56
+ | 余额篡改 | 77.9% | 账户余额、积分、虚拟卡 | 本篇 §4.4 |
57
+ | 订单篡改 | 74.2% | 信用卡订单、理财下单 | `logic-flaws.md` §3.4 |
58
+ | 价格篡改 | 74.3% | 理财产品价格、增值服务 | `logic-flaws.md` §3.4 |
59
+ | 支付绕过 | 68.7% | 快捷支付、代扣代付、跨行转账 | 本篇 §4.1 |
60
+
61
+ ### 3.2 第二梯队:鉴权 / 信息类
62
+
63
+ | 漏洞类型 | 案例数 | 银行特化场景 |
64
+ |---------|-------|------------|
65
+ | 弱口令 | 7,513 | 网银运维后台、ATM 监控、行内 OA |
66
+ | 越权 | 1,705 | 查看他人账户 / 流水 / 客户信息 |
67
+ | 验证码 | 334 | 登录、转账、密码重置、人脸识别 |
68
+ | 信息泄露 | 4,858 | 客户 PII / 交易记录 / 信贷资料 |
69
+
70
+ ### 3.3 第三梯队:客户端 / 移动端
71
+
72
+ 银行特有,通用 SRC 库少有覆盖:
73
+
74
+ - **手机银行 APP 加固绕过**:Frida / Objection 反调试
75
+ - **SSL Pinning 绕过**:Frida hook
76
+ - **本地存储敏感数据**:sqlite / sharedPrefs / 内存中的明文密码
77
+ - **签名算法逆向**:交易请求签名(HMAC / RSA)
78
+ - **小程序密钥硬编码**:微信小程序包内的 AppSecret / 签名 key
79
+
80
+ ---
81
+
82
+ ## 4. 银行特有攻击场景
83
+
84
+ ### 4.1 第三方/聚合支付接口(重点矿区)
85
+
86
+ ```
87
+ 攻击面:
88
+ ├── 商户密钥泄露(GitHub/Gitee/外包代码)
89
+ ├── 异步通知(notify_url)签名缺陷
90
+ ├── 同步回调(return_url)参数可控
91
+ ├── 金额二次校验缺失
92
+ ├── 商户号越权(A 商户的 mch_id 用 B 商户密钥)
93
+ └── 测试支付网关凭据(沙箱密钥用于生产)
94
+ ```
95
+
96
+ **探针清单**:
97
+
98
+ ```bash
99
+ # 1. notify_url 重放
100
+ curl -X POST https://target/pay/notify \
101
+ -d "out_trade_no=ORDER001&total_fee=100&trade_status=SUCCESS&sign=XXX"
102
+ # 看是否多次发货
103
+
104
+ # 2. 签名校验缺失测试
105
+ # 删除 sign / 置空 sign / 用错误 sign
106
+ curl -X POST https://target/pay/notify -d "out_trade_no=ORDER001&trade_status=SUCCESS"
107
+
108
+ # 3. 修改 total_fee 但保持 sign
109
+ # (多数实现是先校 sign 再处理金额,但有少数实现把 sign 算法暴露在前端)
110
+ ```
111
+
112
+ **关键参数**:`amount` / `total_fee` / `price` / `total` / `out_trade_no` / `trade_no` / `mch_id` / `sign` / `signature` / `appid` / `nonce_str` / `notify_url` / `return_url` / `attach`。
113
+
114
+ ### 4.2 手机银行 APP
115
+
116
+ ```
117
+ APP 渗透流程:
118
+ 1. 抓包突破:绕过 SSL Pinning(Frida / Objection)
119
+ 2. 逆向分析:脱壳 → jadx 反编译 → 签名算法逆向 → 密钥提取
120
+ 3. Hook 测试:绕过人脸/指纹/手势校验、修改限额检测
121
+ 4. 接口比对:APP 接口 vs Web 接口的差异(APP 接口往往鉴权更弱)
122
+ 5. 内部 SDK:埋点/推送/客服 IM 的 SDK 是否暴露内部接口
123
+ ```
124
+
125
+ **APP 鉴权常见缺陷**:
126
+ - APP 接口仅校验 token,不校验角色
127
+ - APP 接口跳过 Web 的 WAF / 风控
128
+ - APP 接口的 user-agent / 客户端类型 校验可绕过(仿造 `User-Agent: BankApp/1.0`)
129
+
130
+ 详见 `playbooks/mobile.md`。
131
+
132
+ ### 4.3 提现 / 转账(83.1% 高危)
133
+
134
+ ```
135
+ 转账接口测试矩阵:
136
+ 1. 金额向负
137
+ amount = -1000 → 收款方扣款,发款方加款
138
+ 2. 限额绕过
139
+ - 改 amount 数据类型:number → string ("100")
140
+ - 用科学计数:1e10
141
+ - 用极小小数:0.001 × 1000 次(凑齐限额)
142
+ 3. 双花 / 竞态
143
+ 并发提现 N 次余额额度
144
+ 4. 改收款方 (to_account / payee_id)
145
+ 把转账目标改成攻击者控制的账户
146
+ 5. 状态机
147
+ - 改 status=SUCCESS(伪造已成功)
148
+ - 重放成功的转账回调
149
+ ```
150
+
151
+ **红线**:
152
+ - 不实际向陌生账户转账。所有金额测试用研究员自有账号 → 自有账号。
153
+ - 极小金额(0.01 元)即停。
154
+ - 任何"返还" / "撤回"操作都要立即截图存证,便于后续对账。
155
+
156
+ ### 4.4 余额 / 积分 / 卡券
157
+
158
+ | 攻击 | 方法 |
159
+ |------|------|
160
+ | 负向转账 | `amount=-100` |
161
+ | 余额计算绕过 | 客户端请求中改 `balance` 参数 |
162
+ | 小数精度漏洞 | 提现 0.001 × 10000 次(舍入累积)|
163
+ | 卡券生成 | 任意调发卡接口 |
164
+ | 积分汇率 | 兑换接口里改"1 积分 = X 元"的值 |
165
+
166
+ 真实案例:
167
+ - 神舟专车充值流程免输信用卡交易密码(套现绕过)
168
+ - 鱼泡泡 APP 任意用户登录可影响余额(sign 绕过)
169
+ - 宁波银行直销银行看任意卡余额
170
+ - 中国平安某处验证逻辑问题导致管理商品价格
171
+
172
+ ### 4.5 验证绕过(金融行业特别版)
173
+
174
+ #### 短信验证码
175
+
176
+ ```
177
+ ├── 爆破:4–6 位数字 + 100 线程,30 秒爆完
178
+ ├── 并发:绕过频率限制
179
+ ├── 复用:同一验证码用多次
180
+ ├── 回显:响应中泄露
181
+ ├── 万能:测试期 0000 / 1234
182
+ └── 跨流程:注册流程的码用于重置
183
+ ```
184
+
185
+ #### 人脸识别
186
+
187
+ ```
188
+ ├── 照片攻击:纸照 / 屏幕回放
189
+ ├── 视频攻击:眨眼 / 摇头视频
190
+ ├── Hook 返回值:Frida hook 人脸校验函数
191
+ ├── 接口重放:重放成功的人脸 API 响应
192
+ └── 替换人脸数据:抓包修改 face_data 字段
193
+ ```
194
+
195
+ #### U 盾 / 数字证书
196
+
197
+ > 大多数 U 盾相关攻击在 2020 年后已被生物识别+硬件 TEE 取代,仅在企业网银仍少量在线。
198
+
199
+ #### 交易签名
200
+
201
+ ```
202
+ ├── 签名密钥硬编码 / 通过 GitHub 找到
203
+ ├── 关键字段未参与签名(如改 amount,sign 不变也通过)
204
+ ├── 签名校验可选(删 sign 字段直接通过)
205
+ └── 签名算法降级(RSA → HMAC → MD5 → 无)
206
+ ```
207
+
208
+ ---
209
+
210
+ ## 5. 高价值目标资产
211
+
212
+ | 目标系统 | 价值 | 黑盒可见度 |
213
+ |---------|-----|-----------|
214
+ | 核心银行系统 | ⭐⭐⭐⭐⭐ | 极低(内网) |
215
+ | 信贷系统 | ⭐⭐⭐⭐ | 中(部分对外暴露审批/查询接口) |
216
+ | 风控系统 | ⭐⭐⭐⭐ | 低 |
217
+ | 反洗钱系统 | ⭐⭐⭐⭐ | 低 |
218
+ | CRM / KYC | ⭐⭐⭐ | 中 |
219
+ | 客服 / 工单系统 | ⭐⭐ | 高(最容易突破) |
220
+ | 营销活动 / H5 | ⭐⭐ | 极高(最常见入口) |
221
+ | 信用卡中心 | ⭐⭐⭐⭐ | 中 |
222
+
223
+ **实战路径**:从营销活动 H5 / 客服系统 → 撞库 / 越权 → 客户 PII → 联动信用卡中心 → 信贷系统。
224
+
225
+ ---
226
+
227
+ ## 6. GetShell / 横向移动
228
+
229
+ ### 6.1 边界设备
230
+
231
+ ```
232
+ VPN / 网关漏洞:
233
+ ├── Pulse Secure CVE-2019-11510
234
+ ├── Fortinet CVE-2018-13379
235
+ ├── Citrix CVE-2019-19781
236
+ ├── 深信服 VPN 任意密码重置
237
+ └── 安恒 / 启明 / 天融信 设备弱口令
238
+
239
+ CDN 回源:
240
+ ├── 找真实 IP(fofa "icon_hash" / 历史 DNS)
241
+ ├── 直接打回源
242
+ └── 配置层:Host 头注入
243
+ ```
244
+
245
+ ### 6.2 第三方外包 / 供应链
246
+
247
+ ```
248
+ 供应链路径:
249
+ ├── 外包公司 → 开发测试环境 → 正式环境
250
+ ├── 设备供应商 → 预置账号
251
+ ├── 服务提供商 → 短信 / 身份核验 / 反欺诈 SDK
252
+ └── 印刷厂 / 卡商 → 卡号 / 加密密钥
253
+ ```
254
+
255
+ ### 6.3 GetShell 优先级(金融场景)
256
+
257
+ ```
258
+ 1. Struts2 RCE(S2-045/046/048/052/057/059)── 银行老系统常见
259
+ 2. WebLogic 反序列化(CVE-2017-10271 / 2019-2725 / 2020-14882)
260
+ 3. Shiro 反序列化(rememberMe)── 国产 OA / 工单系统常见
261
+ 4. Fastjson RCE 1.2.x ── 接口层常见
262
+ 5. Log4Shell ── 内部日志框架
263
+ 6. 文件上传绕过 ── OA / CMS 编辑器
264
+ ```
265
+
266
+ 详见 `playbooks/rce.md` 和 `playbooks/file-upload.md`。
267
+
268
+ ---
269
+
270
+ ## 7. 实战 Checklist
271
+
272
+ ### 7.1 信息收集
273
+ - [ ] 子域枚举(含 ipv6)
274
+ - [ ] APP / 小程序 / 公众号下载分析
275
+ - [ ] GitHub / Gitee / 码云代码搜索(公司名 + commitor 邮箱)
276
+ - [ ] 历史接口 Wayback Machine
277
+ - [ ] 微信小程序 + 公众号底部菜单的 H5
278
+ - [ ] 营销活动页 / 双 11 / 春节红包活动页
279
+ - [ ] 客服系统 / 工单系统的子域
280
+ - [ ] 信用卡中心独立子站
281
+
282
+ ### 7.2 漏洞探测
283
+ - [ ] 弱口令(运维后台 / OA / 邮件)
284
+ - [ ] 业务逻辑(支付 / 转账 / 密码重置 / 信用卡分期)
285
+ - [ ] 越权(横向 / 纵向)
286
+ - [ ] 接口安全(签名 / 加密 / 重放)
287
+ - [ ] APP 客户端安全(脱壳 / Pinning / 本地存储)
288
+ - [ ] 第三方支付 notify_url 缺陷
289
+ - [ ] 验证码(短信 / 图形 / 人脸)
290
+ - [ ] 任意 X 子授权(任意账号 / 任意操作)
291
+
292
+ ### 7.3 深度利用
293
+ - [ ] 支付金额篡改(自账→自账)
294
+ - [ ] 验证码并发爆破
295
+ - [ ] 人脸识别接口重放
296
+ - [ ] 并发条件竞争(提现 / 优惠券)
297
+ - [ ] 内部接口越权(仅限可证明)
298
+
299
+ ---
300
+
301
+ ## 8. 真实案例指纹(金融)
302
+
303
+ | 案例 | 一句话指纹 | 漏洞分类 |
304
+ |------|----------|---------|
305
+ | 中原银行 GetShell(影响财付通 / 支付宝)| 边界 Web RCE → 内网 | 边界 RCE |
306
+ | 通联支付文件遍历读取(Oracle EBS)| `/oracle.../read?path=` | 任意文件读 |
307
+ | 某第三方支付机构 SOAP 注入(DBA + 9 库)| WSDL 暴露 + WS 注入 | SQLi |
308
+ | 神舟专车充值免交易密码 | 客户端跳过 PIN | 支付绕过 |
309
+ | 鱼泡泡 APP 任意账号 | sign 字段空值绕过 | 任意账号 |
310
+ | 宁波银行直销银行看任意卡余额 | API 不校验账户归属 | IDOR |
311
+ | 百姓大药房 2000W PII + 余额 | 弱口令 + 后台越权 | 弱口令 |
312
+ | 中国平安 100W PII + 价格管理 | 鉴权 + 价格校验缺失 | 越权 |
313
+
314
+ ---
315
+
316
+ ## 9. 红线(金融行业 SRC 特别版)
317
+
318
+ - **绝不**:转账给陌生账户。研究员账号自转自即停。
319
+ - **绝不**:实测信用卡盗刷 / 套现 / 实物兑换。
320
+ - **绝不**:使用真实客户的身份证 / 银行卡 / 手机号测试。准备 5+ 个研究员名下的测试卡。
321
+ - **绝不**:扫描银行公开 IP 段(涉嫌违反《关键信息基础设施安全保护条例》)。仅扫漏洞奖励计划明确授权的资产。
322
+ - **绝不**:在生产环境留 webshell / cron / SSH 公钥。证明到 RCE 即停,立即清理 + 在报告中说明清理时间。
323
+ - **绝不**:数据外泄(即使是给厂方)。报告中只贴 1–3 条脱敏样本。
324
+
325
+ ---
326
+
327
+ ## 10. 与方法论 / 字典链接
328
+
329
+ ```
330
+ methodology/05-srctimebox-priority.md → 金融行业的 88% / 83% 重点漏洞
331
+ playbooks/logic-flaws.md → 支付 / 订单 / 密码重置详细
332
+ playbooks/arbitrary-x-authz.md → 任意账号(86.4%)/ 任意操作
333
+ playbooks/oauth-saml-jwt.md → SSO / JWT / 联邦身份
334
+ playbooks/mobile.md → 手机银行 APP
335
+ playbooks/race-conditions.md → 并发提现 / 优惠券
336
+ dictionaries/default-credentials-cn.md → 网银 / OA / 监控的国产默认凭据
337
+ dictionaries/chinese-srcfingerprints.md → 金融常见组件指纹(致远 OA / 用友 / 金蝶等)
338
+ ```