opencode-skills-collection 4.0.42 → 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.
- package/bundled-skills/.antigravity-install-manifest.json +49 -1
- package/bundled-skills/api-rate-limit-handler/SKILL.md +282 -0
- package/bundled-skills/api-security/SKILL.md +205 -0
- package/bundled-skills/api-security/references/jwt-oauth-testing.md +123 -0
- package/bundled-skills/api-security/references/rest-graphql-testing.md +137 -0
- package/bundled-skills/apk-reverse/SKILL.md +438 -0
- package/bundled-skills/apk-reverse/references/android-advanced.md +365 -0
- package/bundled-skills/apk-reverse/references/apk-security-checklist.md +230 -0
- package/bundled-skills/apk-reverse/references/frida-bypass-kit.md +70 -0
- package/bundled-skills/apk-reverse/references/frida-cookbook.md +472 -0
- package/bundled-skills/attack-chain/SKILL.md +185 -0
- package/bundled-skills/attack-chain/references/attack-playbooks.md +126 -0
- package/bundled-skills/attack-chain/references/evasion-cheatsheet.md +133 -0
- package/bundled-skills/attack-chain/references/lifecycle-checklist.md +37 -0
- package/bundled-skills/attack-chain/references/phases.md +490 -0
- package/bundled-skills/binary-diff/SKILL.md +320 -0
- package/bundled-skills/binary-diff/references/prompt-template.md +173 -0
- package/bundled-skills/browser-extension-reverse/SKILL.md +99 -0
- package/bundled-skills/browser-extension-reverse/references/extension-analysis.md +10 -0
- package/bundled-skills/case-review/SKILL.md +167 -0
- package/bundled-skills/cloud-k8s/SKILL.md +124 -0
- package/bundled-skills/cloud-k8s/references/k8s-cloud-checklist.md +16 -0
- package/bundled-skills/code-audit/SKILL.md +92 -0
- package/bundled-skills/code-audit/references/sast-review-checklist.md +10 -0
- package/bundled-skills/database-security/SKILL.md +81 -0
- package/bundled-skills/database-security/references/db-misconfig-checklist.md +9 -0
- package/bundled-skills/diagram-generator/SKILL.md +199 -0
- package/bundled-skills/diagram-generator/references/README.md +3 -0
- package/bundled-skills/diagram-generator/references/diagram-patterns.md +254 -0
- package/bundled-skills/digital-forensics/SKILL.md +93 -0
- package/bundled-skills/digital-forensics/references/forensics-triage.md +10 -0
- package/bundled-skills/docs/integrations/jetski-cortex.md +3 -3
- package/bundled-skills/docs/integrations/jetski-gemini-loader/README.md +1 -1
- package/bundled-skills/docs/maintainers/repo-growth-seo.md +1 -1
- package/bundled-skills/docs/maintainers/skills-update-guide.md +1 -1
- package/bundled-skills/docs/sources/sources.md +9 -0
- package/bundled-skills/docs/users/aas-core.md +1 -1
- package/bundled-skills/docs/users/bundles.md +1 -1
- package/bundled-skills/docs/users/claude-code-skills.md +1 -1
- package/bundled-skills/docs/users/gemini-cli-skills.md +1 -1
- package/bundled-skills/docs/users/kiro-integration.md +1 -1
- package/bundled-skills/docs/users/usage.md +3 -3
- package/bundled-skills/docs/users/visual-guide.md +4 -4
- package/bundled-skills/docs-generator/SKILL.md +197 -0
- package/bundled-skills/docs-generator/references/security-report-templates.md +348 -0
- package/bundled-skills/docs-generator/references/templates.md +102 -0
- package/bundled-skills/docs-generator/references/vendor-report-rules.md +263 -0
- package/bundled-skills/dotnet-reverse/SKILL.md +197 -0
- package/bundled-skills/dotnet-reverse/references/common-workflow.md +171 -0
- package/bundled-skills/dotnet-reverse/references/obfuscators.md +145 -0
- package/bundled-skills/dotnet-reverse/references/sharp-tools.md +164 -0
- package/bundled-skills/edr-bypass-re/SKILL.md +248 -0
- package/bundled-skills/edr-bypass-re/references/hook-survey.md +226 -0
- package/bundled-skills/edr-bypass-re/references/telemetry-blinding.md +346 -0
- package/bundled-skills/edr-bypass-re/references/unhook-techniques.md +338 -0
- package/bundled-skills/email-security/SKILL.md +81 -0
- package/bundled-skills/email-security/references/email-auth-checklist.md +8 -0
- package/bundled-skills/firmware-pentest/SKILL.md +381 -0
- package/bundled-skills/firmware-pentest/references/emba-automated-analysis.md +192 -0
- package/bundled-skills/firmware-pentest/references/emulation-and-fuzz.md +337 -0
- package/bundled-skills/firmware-pentest/references/extraction-methodology.md +285 -0
- package/bundled-skills/ghidra-reverse/SKILL.md +98 -0
- package/bundled-skills/ghidra-reverse/references/ghidra-cheatsheet.md +12 -0
- package/bundled-skills/go-rust-reverse/SKILL.md +82 -0
- package/bundled-skills/go-rust-reverse/references/go-rust-notes.md +5 -0
- package/bundled-skills/hardware-security/SKILL.md +80 -0
- package/bundled-skills/hardware-security/references/debug-interface-triage.md +7 -0
- package/bundled-skills/ida-reverse/SKILL.md +401 -0
- package/bundled-skills/ida-reverse/references/LOCAL-SETUP.md +66 -0
- package/bundled-skills/ida-reverse/references/ida-mcp-cheatsheet.md +515 -0
- package/bundled-skills/identity-federation/SKILL.md +81 -0
- package/bundled-skills/identity-federation/references/sso-flow-checklist.md +9 -0
- package/bundled-skills/instructree/SKILL.md +94 -0
- package/bundled-skills/js-reverse/SKILL.md +239 -0
- package/bundled-skills/js-reverse/references/ast-deobfuscation.md +3 -0
- package/bundled-skills/js-reverse/references/automation-entry.md +12 -0
- package/bundled-skills/js-reverse/references/env-patching.md +6 -0
- package/bundled-skills/js-reverse/references/fallbacks.md +8 -0
- package/bundled-skills/js-reverse/references/instrumentation.md +9 -0
- package/bundled-skills/js-reverse/references/local-rebuild.md +11 -0
- package/bundled-skills/js-reverse/references/mcp-task-template.md +30 -0
- package/bundled-skills/js-reverse/references/node-env-rebuild.md +9 -0
- package/bundled-skills/js-reverse/references/output-contract.md +9 -0
- package/bundled-skills/js-reverse/references/task-artifacts.md +11 -0
- package/bundled-skills/js-reverse/references/task-input-template.md +11 -0
- package/bundled-skills/js-reverse/references/tool-defaults.md +7 -0
- package/bundled-skills/llm-security/SKILL.md +160 -0
- package/bundled-skills/llm-security/references/agent-obedience-engineering.md +243 -0
- package/bundled-skills/llm-security/references/agent-security-testing.md +116 -0
- package/bundled-skills/llm-security/references/owasp-llm-top10.md +48 -0
- package/bundled-skills/llm-security/references/prompt-injection-methodology.md +107 -0
- package/bundled-skills/loki-mode/examples/todo-app-generated/backend/package-lock.json +4 -4
- package/bundled-skills/loki-mode/examples/todo-app-generated/backend/package.json +1 -1
- package/bundled-skills/lore/SKILL.md +104 -298
- package/bundled-skills/lore/references/audit-template.md +21 -4
- package/bundled-skills/lore/references/compatibility.md +51 -121
- package/bundled-skills/lore/references/config.md +22 -23
- package/bundled-skills/lore/references/entry-format.md +33 -3
- package/bundled-skills/lore/references/history-command.md +98 -2
- package/bundled-skills/lore/references/platform-mirrors.md +45 -16
- package/bundled-skills/lore/references/stale-new-markers.md +10 -8
- package/bundled-skills/lore/references/summary-template.md +8 -1
- package/bundled-skills/lore/references/workflows.md +192 -0
- package/bundled-skills/lore/scripts/README.md +14 -13
- package/bundled-skills/lore/scripts/README.zh-CN.md +14 -13
- package/bundled-skills/lore/scripts/find_duplicates.py +14 -4
- package/bundled-skills/lore/scripts/find_stale.py +68 -16
- package/bundled-skills/lore/scripts/history.py +235 -23
- package/bundled-skills/lore/scripts/id_hash.py +7 -4
- package/bundled-skills/lore/scripts/list_entries.py +82 -13
- package/bundled-skills/macos-reverse/SKILL.md +85 -0
- package/bundled-skills/macos-reverse/references/macho-triage.md +10 -0
- package/bundled-skills/malware-analysis/SKILL.md +311 -0
- package/bundled-skills/malware-analysis/references/anti-analysis-techniques.md +205 -0
- package/bundled-skills/malware-analysis/references/sandbox-orchestration.md +204 -0
- package/bundled-skills/malware-analysis/references/yara-sigma-rules.md +232 -0
- package/bundled-skills/mobile-reverse/SKILL.md +222 -0
- package/bundled-skills/mobile-reverse/references/anti-detection-bypass.md +182 -0
- package/bundled-skills/mobile-reverse/references/frida-objection-deep.md +218 -0
- package/bundled-skills/mobile-reverse/references/ios-reverse-guide.md +177 -0
- package/bundled-skills/muapi-media/SKILL.md +311 -0
- package/bundled-skills/ot-ics/SKILL.md +117 -0
- package/bundled-skills/ot-ics/references/ot-safe-assessment.md +10 -0
- package/bundled-skills/patch-diff-exploit/SKILL.md +278 -0
- package/bundled-skills/patch-diff-exploit/references/diff-tools-comparison.md +271 -0
- package/bundled-skills/patch-diff-exploit/references/patch-tuesday-workflow.md +253 -0
- package/bundled-skills/patch-diff-exploit/references/root-cause-and-poc.md +198 -0
- package/bundled-skills/pentest-tools/SKILL.md +346 -0
- package/bundled-skills/pentest-tools/references/ai-pentest-agents.md +148 -0
- package/bundled-skills/pentest-tools/references/ai-pentesting-landscape-2026.md +73 -0
- package/bundled-skills/pentest-tools/references/automation-loop-pattern.md +153 -0
- package/bundled-skills/pentest-tools/references/awesome-pentest-digest.md +175 -0
- package/bundled-skills/pentest-tools/references/burpsuite-mcp-guide.md +769 -0
- package/bundled-skills/pentest-tools/references/client-side-lab-playbook.md +155 -0
- package/bundled-skills/pentest-tools/references/kali-mcp-ecosystem.md +119 -0
- package/bundled-skills/pentest-tools/references/msf-protocol.md +169 -0
- package/bundled-skills/pentest-tools/references/network-attack-defense.md +350 -0
- package/bundled-skills/pentest-tools/references/nuclei-guide-2026.md +157 -0
- package/bundled-skills/pentest-tools/references/payloads.md +32 -0
- package/bundled-skills/pentest-tools/references/pentest-ai-agents-matrix.md +117 -0
- package/bundled-skills/pentest-tools/references/pentest-loop.md +270 -0
- package/bundled-skills/pentest-tools/references/recon-pipeline.md +154 -0
- package/bundled-skills/pentest-tools/references/templates/findings.md +21 -0
- package/bundled-skills/pentest-tools/references/templates/progress.md +17 -0
- package/bundled-skills/pentest-tools/references/templates/rules.md +35 -0
- package/bundled-skills/pentest-tools/references/templates/scope.md +29 -0
- package/bundled-skills/pentest-tools/references/templates/task_plan.md +27 -0
- package/bundled-skills/pentest-tools/references/web-attack-cheatsheet.md +387 -0
- package/bundled-skills/pentest-tools/src-hunter/SKILL.md +243 -0
- package/bundled-skills/pentest-tools/src-hunter/references/README.en.md +115 -0
- package/bundled-skills/pentest-tools/src-hunter/references/README.md +148 -0
- package/bundled-skills/pentest-tools/src-hunter/references/dictionaries/00-index.md +44 -0
- package/bundled-skills/pentest-tools/src-hunter/references/dictionaries/chinese-srcfingerprints.md +515 -0
- package/bundled-skills/pentest-tools/src-hunter/references/dictionaries/default-credentials-cn.md +274 -0
- package/bundled-skills/pentest-tools/src-hunter/references/industry/00-index.md +66 -0
- package/bundled-skills/pentest-tools/src-hunter/references/industry/banking-finance.md +338 -0
- package/bundled-skills/pentest-tools/src-hunter/references/industry/telecom-isp.md +315 -0
- package/bundled-skills/pentest-tools/src-hunter/references/methodology/00-index.md +68 -0
- package/bundled-skills/pentest-tools/src-hunter/references/methodology/01-attack-priority.md +143 -0
- package/bundled-skills/pentest-tools/src-hunter/references/methodology/02-bypass-toolkit.md +357 -0
- package/bundled-skills/pentest-tools/src-hunter/references/methodology/03-evidence-discipline.md +205 -0
- package/bundled-skills/pentest-tools/src-hunter/references/methodology/04-control-gap-hunting.md +238 -0
- package/bundled-skills/pentest-tools/src-hunter/references/methodology/05-srctimebox-priority.md +161 -0
- package/bundled-skills/pentest-tools/src-hunter/references/payloader/by-category/intranet/adcs/346/224/273/345/207/273.md +254 -0
- package/bundled-skills/pentest-tools/src-hunter/references/payloader/by-category/intranet/exchange/346/224/273/345/207/273.md +254 -0
- package/bundled-skills/pentest-tools/src-hunter/references/payloader/by-category/intranet/sharepoint/346/224/273/345/207/273.md +113 -0
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- package/bundled-skills/pentest-tools/src-hunter/references/payloader/by-category/web/ai/345/256/211/345/205/250.md +698 -0
- package/bundled-skills/pentest-tools/src-hunter/references/payloader/by-category/web/api/345/256/211/345/205/250.md +1935 -0
- 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
- package/bundled-skills/pentest-tools/src-hunter/references/payloader/by-category/web/jwt/345/256/211/345/205/250.md +496 -0
- 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
- 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
- package/bundled-skills/pentest-tools/src-hunter/references/payloader/by-category/web/sql-nosql/346/263/250/345/205/245.md +1924 -0
- 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
- 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
- package/bundled-skills/pentest-tools/src-hunter/references/payloader/by-category/web/websocket/345/256/211/345/205/250.md +487 -0
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- package/bundled-skills/pentest-tools/src-hunter/references/payloader/index.md +69 -0
- package/bundled-skills/pentest-tools/src-hunter/references/payloader/tools/web/346/270/227/351/200/217.md +662 -0
- package/bundled-skills/pentest-tools/src-hunter/references/payloader/tools/windows/346/270/227/351/200/217.md +100 -0
- 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
- 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
- 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
- package/bundled-skills/pentest-tools/src-hunter/references/payloader/tools//345/237/237/346/270/227/351/200/217.md +50 -0
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- package/bundled-skills/pentest-tools/src-hunter/references/payloader/waf-bypass.md +6504 -0
- package/bundled-skills/pentest-tools/src-hunter/references/playbooks/00-index.md +57 -0
- package/bundled-skills/pentest-tools/src-hunter/references/playbooks/api-rest.md +2050 -0
- package/bundled-skills/pentest-tools/src-hunter/references/playbooks/arbitrary-x-authz.md +481 -0
- package/bundled-skills/pentest-tools/src-hunter/references/playbooks/dos.md +615 -0
- package/bundled-skills/pentest-tools/src-hunter/references/playbooks/file-upload.md +1365 -0
- package/bundled-skills/pentest-tools/src-hunter/references/playbooks/graphql.md +253 -0
- package/bundled-skills/pentest-tools/src-hunter/references/playbooks/http-smuggling.md +924 -0
- package/bundled-skills/pentest-tools/src-hunter/references/playbooks/info-disclosure.md +432 -0
- package/bundled-skills/pentest-tools/src-hunter/references/playbooks/intranet-postexp.md +4845 -0
- package/bundled-skills/pentest-tools/src-hunter/references/playbooks/llm-prompt-injection.md +1394 -0
- package/bundled-skills/pentest-tools/src-hunter/references/playbooks/logic-flaws.md +1796 -0
- package/bundled-skills/pentest-tools/src-hunter/references/playbooks/mobile.md +397 -0
- package/bundled-skills/pentest-tools/src-hunter/references/playbooks/oauth-saml-jwt.md +2504 -0
- package/bundled-skills/pentest-tools/src-hunter/references/playbooks/path-traversal.md +1297 -0
- package/bundled-skills/pentest-tools/src-hunter/references/playbooks/race-conditions.md +207 -0
- package/bundled-skills/pentest-tools/src-hunter/references/playbooks/rce.md +4829 -0
- package/bundled-skills/pentest-tools/src-hunter/references/playbooks/sqli.md +1620 -0
- package/bundled-skills/pentest-tools/src-hunter/references/playbooks/ssrf-cache-host.md +2098 -0
- package/bundled-skills/pentest-tools/src-hunter/references/playbooks/unauth-access.md +330 -0
- package/bundled-skills/pentest-tools/src-hunter/references/playbooks/xss.md +1159 -0
- package/bundled-skills/pentest-tools/src-hunter/references/templates/report-submission.md +346 -0
- package/bundled-skills/pentest-tools/src-hunter/references/tools/mcp-jshook.md +174 -0
- package/bundled-skills/poka-yoke/SKILL.md +172 -0
- package/bundled-skills/project-state-governor/SKILL.md +1 -1
- package/bundled-skills/project-state-governor/references/project-state-schema.md +1 -1
- package/bundled-skills/protocol-reverse/SKILL.md +108 -0
- package/bundled-skills/protocol-reverse/references/protocol-workflow.md +29 -0
- package/bundled-skills/pwn-chain/SKILL.md +209 -0
- package/bundled-skills/pwn-chain/references/heap-pwn.md +283 -0
- package/bundled-skills/pwn-chain/references/kernel-pwn.md +370 -0
- package/bundled-skills/pwn-chain/references/stack-pwn.md +312 -0
- package/bundled-skills/radare2/SKILL.md +460 -0
- package/bundled-skills/radare2/references/cheatsheet.md +129 -0
- package/bundled-skills/radio-sdr/SKILL.md +77 -0
- package/bundled-skills/radio-sdr/references/sdr-lab-rules.md +6 -0
- package/bundled-skills/reverse-browser-automation/SKILL.md +249 -0
- package/bundled-skills/reverse-browser-automation/references/playwright-cheatsheet.md +425 -0
- package/bundled-skills/reverse-engineering/SKILL.md +213 -0
- package/bundled-skills/reverse-engineering/dsl-vm-reverse/SKILL.md +388 -0
- package/bundled-skills/reverse-engineering/references/ai-assisted-re.md +149 -0
- package/bundled-skills/reverse-engineering/references/anti-analysis.md +836 -0
- package/bundled-skills/reverse-engineering/references/awesome-re-resources.md +135 -0
- package/bundled-skills/reverse-engineering/references/crypto-decode-tools.md +220 -0
- package/bundled-skills/reverse-engineering/references/elf-analysis.md +296 -0
- package/bundled-skills/reverse-engineering/references/field-notes.md +540 -0
- package/bundled-skills/reverse-engineering/references/go-reverse.md +240 -0
- package/bundled-skills/reverse-engineering/references/kernel-driver-reverse.md +298 -0
- package/bundled-skills/reverse-engineering/references/languages-compiled.md +587 -0
- package/bundled-skills/reverse-engineering/references/languages-platforms.md +486 -0
- package/bundled-skills/reverse-engineering/references/languages.md +499 -0
- package/bundled-skills/reverse-engineering/references/nonpe-format-cookbook.md +301 -0
- package/bundled-skills/reverse-engineering/references/ollvm-deobfuscation.md +501 -0
- package/bundled-skills/reverse-engineering/references/patterns-ctf-2.md +397 -0
- package/bundled-skills/reverse-engineering/references/patterns-ctf-3.md +719 -0
- package/bundled-skills/reverse-engineering/references/patterns-ctf.md +532 -0
- package/bundled-skills/reverse-engineering/references/patterns.md +801 -0
- package/bundled-skills/reverse-engineering/references/platforms-hardware.md +304 -0
- package/bundled-skills/reverse-engineering/references/platforms.md +442 -0
- package/bundled-skills/reverse-engineering/references/re-agent-workflow.md +240 -0
- package/bundled-skills/reverse-engineering/references/tools-advanced.md +822 -0
- package/bundled-skills/reverse-engineering/references/tools-dynamic.md +846 -0
- package/bundled-skills/reverse-engineering/references/tools.md +546 -0
- package/bundled-skills/spec-driven-loop/SKILL.md +203 -0
- package/bundled-skills/spec-driven-loop/references/agent-and-judge-contracts.md +120 -0
- package/bundled-skills/spec-driven-loop/references/document-templates.md +184 -0
- package/bundled-skills/supply-chain-security/SKILL.md +180 -0
- package/bundled-skills/supply-chain-security/references/cicd-pipeline-security.md +137 -0
- package/bundled-skills/supply-chain-security/references/sbom-sca-methodology.md +74 -0
- package/bundled-skills/thick-client/SKILL.md +104 -0
- package/bundled-skills/thick-client/references/thick-client-checklist.md +9 -0
- package/bundled-skills/threat-hunting/SKILL.md +94 -0
- package/bundled-skills/threat-hunting/references/hunting-loop.md +5 -0
- package/bundled-skills/threat-intelligence/SKILL.md +176 -0
- package/bundled-skills/threat-intelligence/references/x-public-intelligence.md +93 -0
- package/bundled-skills/tree-ring-memory/SKILL.md +29 -9
- package/bundled-skills/wifi-wireless/SKILL.md +80 -0
- package/bundled-skills/wifi-wireless/references/wireless-lab-rules.md +6 -0
- package/bundled-skills/windows-ad/SKILL.md +109 -0
- package/bundled-skills/windows-ad/references/ad-attack-paths.md +12 -0
- package/package.json +1 -1
- package/skills_index.json +1281 -3
- package/bundled-skills/lore/README.md +0 -386
- package/bundled-skills/lore/README.zh-CN.md +0 -386
- package/bundled-skills/lore/WORKFLOWS.md +0 -216
- package/bundled-skills/lore/WORKFLOWS.zh-CN.md +0 -216
|
@@ -0,0 +1,346 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: pentest-tools
|
|
3
|
+
description: "Operate 20+ penetration-testing tools (Nmap, Nuclei, SQLMap, FFUF, Hashcat, and more) through structured workflows with consistent output handling."
|
|
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
|
+
## When to Use
|
|
27
|
+
|
|
28
|
+
- An authorized assessment needs standard tooling orchestrated coherently.
|
|
29
|
+
- Choosing and sequencing the right tool per recon/exploitation phase.
|
|
30
|
+
|
|
31
|
+
## 适用范围
|
|
32
|
+
|
|
33
|
+
当任务属于以下场景时使用本 skill:
|
|
34
|
+
|
|
35
|
+
- 目标信息收集(端口扫描、子域名枚举、服务识别)
|
|
36
|
+
- 漏洞扫描(Web 漏洞、CVE 检测、配置错误)
|
|
37
|
+
- Web 渗透(SQL 注入、XSS、SSRF、目录爆破)
|
|
38
|
+
- 密码破解(哈希破解、字典攻击)
|
|
39
|
+
- 网络渗透(服务利用、横向移动辅助)
|
|
40
|
+
|
|
41
|
+
### 与其他 skill 的分工
|
|
42
|
+
|
|
43
|
+
| 场景 | 用什么 |
|
|
44
|
+
|------|--------|
|
|
45
|
+
| 主动扫描/攻击(Nmap/Nuclei/SQLMap) | **本 skill** |
|
|
46
|
+
| 逆向分析二进制 | `ida-reverse/` 或 `radare2/` |
|
|
47
|
+
| 前端 JS 签名逆向 | `js-reverse/` |
|
|
48
|
+
| 浏览器/桌面自动化操作 | `browser-automation/` |
|
|
49
|
+
| CTF 竞赛(综合) | `CTF-Sandbox-Orchestrator/` |
|
|
50
|
+
|
|
51
|
+
简单判断:
|
|
52
|
+
- 需要"扫描目标、发现漏洞、利用漏洞" → 本 skill
|
|
53
|
+
- 需要"分析程序内部逻辑" → 逆向类 skill
|
|
54
|
+
- 需要"操作浏览器/桌面" → browser-automation
|
|
55
|
+
|
|
56
|
+
---
|
|
57
|
+
|
|
58
|
+
## 工具矩阵
|
|
59
|
+
|
|
60
|
+
### 信息收集
|
|
61
|
+
|
|
62
|
+
| 工具 | 用途 | 典型命令 |
|
|
63
|
+
|------|------|---------|
|
|
64
|
+
| **Nmap** | 端口扫描、服务识别、OS 检测 | `nmap -sV -sC -O target` |
|
|
65
|
+
| **Masscan** | 大规模快速端口扫描 | `masscan -p1-65535 target --rate=1000` |
|
|
66
|
+
| **Subfinder** | 子域名枚举 | `subfinder -d target.com` |
|
|
67
|
+
| **httpx** | HTTP 探测、存活检测 | `httpx -l urls.txt -status-code` |
|
|
68
|
+
|
|
69
|
+
### 漏洞扫描
|
|
70
|
+
|
|
71
|
+
| 工具 | 用途 | 典型命令 |
|
|
72
|
+
|------|------|---------|
|
|
73
|
+
| **Nuclei** | 模板化漏洞扫描(CVE/配置/暴露) | `nuclei -u target -t cves/` |
|
|
74
|
+
| **ZAP** | Web 应用安全扫描 | 通过 API 或 MCP 调用 |
|
|
75
|
+
| **Nikto** | Web 服务器漏洞扫描 | `nikto -h target` |
|
|
76
|
+
|
|
77
|
+
### Web 渗透
|
|
78
|
+
|
|
79
|
+
| 工具 | 用途 | 典型命令 |
|
|
80
|
+
|------|------|---------|
|
|
81
|
+
| **SQLMap** | SQL 注入自动化 | `sqlmap -u "url?id=1" --batch --dbs` |
|
|
82
|
+
| **FFUF** | 目录/参数爆破 | `ffuf -u target/FUZZ -w wordlist.txt` |
|
|
83
|
+
| **Gobuster** | 目录/子域名爆破 | `gobuster dir -u target -w wordlist` |
|
|
84
|
+
| **XSStrike** | XSS 检测 | `xsstrike -u "url?param=test"` |
|
|
85
|
+
|
|
86
|
+
### 密码破解
|
|
87
|
+
|
|
88
|
+
| 工具 | 用途 | 典型命令 |
|
|
89
|
+
|------|------|---------|
|
|
90
|
+
| **Hashcat** | GPU 哈希破解 | `hashcat -m 0 hash.txt wordlist.txt` |
|
|
91
|
+
| **John the Ripper** | CPU 哈希破解 | `john --wordlist=rockyou.txt hash.txt` |
|
|
92
|
+
| **Hydra** | 在线暴力破解 | `hydra -l admin -P pass.txt target ssh` |
|
|
93
|
+
|
|
94
|
+
### 利用框架
|
|
95
|
+
|
|
96
|
+
| 工具 | 用途 | 说明 |
|
|
97
|
+
|------|------|------|
|
|
98
|
+
| **Metasploit** | 漏洞利用框架 | 需要单独安装,体量大 |
|
|
99
|
+
| **Impacket** | Windows 协议利用(SMB/WMI/Kerberos) | `pip install impacket` |
|
|
100
|
+
|
|
101
|
+
---
|
|
102
|
+
|
|
103
|
+
## MCP 后端选择
|
|
104
|
+
|
|
105
|
+
本 skill 支持两种 MCP 后端,选一个即可:
|
|
106
|
+
|
|
107
|
+
### 方案 A:pentestMCP(推荐,Docker 一键)
|
|
108
|
+
|
|
109
|
+
- **项目**:https://github.com/ramkansal/pentestmcp
|
|
110
|
+
- **特点**:20+ 工具打包成单个 Docker 容器,MCP server 直接暴露
|
|
111
|
+
- **工具**:Nmap、Nuclei、ZAP、SQLMap、FFUF、Nikto、Gobuster、Subfinder、httpx 等
|
|
112
|
+
- **安装**:
|
|
113
|
+
|
|
114
|
+
```bash
|
|
115
|
+
# 拉取并运行
|
|
116
|
+
docker pull ramkansal/pentestmcp
|
|
117
|
+
docker run -d -p 8080:8080 ramkansal/pentestmcp
|
|
118
|
+
|
|
119
|
+
# 或本地构建
|
|
120
|
+
git clone https://github.com/ramkansal/pentestmcp.git
|
|
121
|
+
cd pentestmcp
|
|
122
|
+
docker build -t pentestmcp .
|
|
123
|
+
docker run -d -p 8080:8080 pentestmcp
|
|
124
|
+
```
|
|
125
|
+
|
|
126
|
+
- **MCP 注册**:
|
|
127
|
+
|
|
128
|
+
```json
|
|
129
|
+
{
|
|
130
|
+
"mcpServers": {
|
|
131
|
+
"pentest": {
|
|
132
|
+
"url": "http://localhost:8080/mcp"
|
|
133
|
+
}
|
|
134
|
+
}
|
|
135
|
+
}
|
|
136
|
+
```
|
|
137
|
+
|
|
138
|
+
### 方案 B:mcp-security-hub(模块化)
|
|
139
|
+
|
|
140
|
+
- **项目**:https://github.com/FuzzingLabs/mcp-security-hub
|
|
141
|
+
- **特点**:每个工具独立 MCP server,按需启用
|
|
142
|
+
- **工具**:Nmap、Ghidra、Nuclei、SQLMap、Hashcat
|
|
143
|
+
- **安装**:按各子模块 README 操作
|
|
144
|
+
|
|
145
|
+
### 方案 C:单工具 MCP(最轻量)
|
|
146
|
+
|
|
147
|
+
如果只需要某一个工具:
|
|
148
|
+
|
|
149
|
+
| 工具 | MCP 项目 | 安装 |
|
|
150
|
+
|------|---------|------|
|
|
151
|
+
| Nmap | [nmap-mcp-server](https://github.com/PhialsBasement/nmap-mcp-server) | npm |
|
|
152
|
+
| Nuclei | [nuclei-mcp](https://github.com/addcontent/nuclei-mcp) | npm |
|
|
153
|
+
| SQLMap | mcp-security-hub 子模块 | pip |
|
|
154
|
+
|
|
155
|
+
### Reqable MCP(本地抓包与 API 工作台)
|
|
156
|
+
|
|
157
|
+
Reqable 桌面客户端可通过官方 [Reqable MCP Server](https://github.com/reqable/reqable-mcp-server) 暴露本地抓包、API、断点和规则能力。先单独安装并启动 Reqable,再登记 MCP:
|
|
158
|
+
|
|
159
|
+
```powershell
|
|
160
|
+
powershell -NoProfile -ExecutionPolicy Bypass -File skills\scripts\bootstrap-reverse.ps1 -Capability reqable-mcp -McpHostTarget Codex
|
|
161
|
+
```
|
|
162
|
+
|
|
163
|
+
将 `Codex` 替换为 `Claude` 或 `Both` 可选择对应客户端;省略 `-McpHostTarget` 时不会写任何客户端全局配置。
|
|
164
|
+
|
|
165
|
+
登记后的 stdio 配置为:
|
|
166
|
+
|
|
167
|
+
```json
|
|
168
|
+
{
|
|
169
|
+
"mcpServers": {
|
|
170
|
+
"reqable-mcp": {
|
|
171
|
+
"command": "npx",
|
|
172
|
+
"args": ["-y", "reqable-mcp-server@1.0.1", "--scope", "minimal"]
|
|
173
|
+
}
|
|
174
|
+
}
|
|
175
|
+
}
|
|
176
|
+
```
|
|
177
|
+
|
|
178
|
+
- 默认使用 Reqable 的本地 API;必要时按官方文档配置 `--host`、`--port` 或 `--scope minimal|all`。
|
|
179
|
+
- `minimal` 是推荐默认范围;`all` 会暴露更多会改变代理、规则、环境或已保存数据的工具。
|
|
180
|
+
- 对捕获流量、请求重放和规则修改仍须先满足 `scope.md` 的授权与网络限制;不得因 MCP 已注册而扩大目标范围。
|
|
181
|
+
|
|
182
|
+
---
|
|
183
|
+
|
|
184
|
+
## 工作流
|
|
185
|
+
|
|
186
|
+
### 标准渗透流程
|
|
187
|
+
|
|
188
|
+
> **重要**:执行渗透测试时,必须按 `references/pentest-loop.md` 的自主循环框架运行。
|
|
189
|
+
> 该框架定义了完整的风险门控、记录规范、上下文压缩和完成检查机制。
|
|
190
|
+
|
|
191
|
+
```text
|
|
192
|
+
1. 信息收集
|
|
193
|
+
- Nmap 端口扫描 → 确认开放服务
|
|
194
|
+
- Subfinder 子域名枚举 → 扩大攻击面
|
|
195
|
+
- httpx 存活检测 → 过滤有效目标
|
|
196
|
+
|
|
197
|
+
2. 漏洞扫描
|
|
198
|
+
- Nuclei 模板扫描 → 快速发现已知漏洞
|
|
199
|
+
- ZAP/Nikto → Web 应用深度扫描
|
|
200
|
+
|
|
201
|
+
3. 漏洞利用
|
|
202
|
+
- SQLMap → SQL 注入
|
|
203
|
+
- FFUF → 发现隐藏路径/参数
|
|
204
|
+
- 手动验证 → 确认可利用性
|
|
205
|
+
|
|
206
|
+
4. 后渗透(如果授权范围内)
|
|
207
|
+
- 权限提升
|
|
208
|
+
- 横向移动
|
|
209
|
+
- 数据提取
|
|
210
|
+
|
|
211
|
+
5. 报告
|
|
212
|
+
- 调用 docs-generator skill 生成渗透测试报告
|
|
213
|
+
```
|
|
214
|
+
|
|
215
|
+
### 快速扫描流程(5 分钟出结果)
|
|
216
|
+
|
|
217
|
+
```text
|
|
218
|
+
1. nmap -sV -sC target → 端口+服务
|
|
219
|
+
2. nuclei -u target -severity critical,high → 高危漏洞
|
|
220
|
+
3. 有 Web 服务 → ffuf -u target/FUZZ -w common.txt → 目录
|
|
221
|
+
4. 汇总发现 → 决定下一步
|
|
222
|
+
```
|
|
223
|
+
|
|
224
|
+
---
|
|
225
|
+
|
|
226
|
+
## 注意事项
|
|
227
|
+
|
|
228
|
+
- **必须有授权** — 所有扫描/攻击操作必须在授权范围内
|
|
229
|
+
- **控制扫描速率** — 避免触发 WAF/IDS 或打崩目标
|
|
230
|
+
- **先被动后主动** — 先信息收集,再漏洞扫描,最后利用
|
|
231
|
+
- **记录所有操作** — 每个命令和结果都要记录,用于报告
|
|
232
|
+
- **不要盲目自动化** — AI 应该在每个关键步骤等待确认
|
|
233
|
+
|
|
234
|
+
---
|
|
235
|
+
|
|
236
|
+
## 按需自举(On-Demand Bootstrap)
|
|
237
|
+
|
|
238
|
+
### 自动化能力边界
|
|
239
|
+
|
|
240
|
+
| 工具 | 可自动安装 | 安装方式 | 说明 |
|
|
241
|
+
|------|-----------|---------|------|
|
|
242
|
+
| Nmap | ✓ | winget (`Insecure.Nmap`) | Windows 版 |
|
|
243
|
+
| Nuclei | ✓ | `go install` 或 GitHub Release | 需要 Go 或直接下载二进制 |
|
|
244
|
+
| SQLMap | ✓ | `pip install sqlmap` 或 git clone | Python |
|
|
245
|
+
| FFUF | ✓ | GitHub Release | Go 二进制 |
|
|
246
|
+
| SecLists | ✓ | GitHub Release ZIP | 字典大全(FFUF/Gobuster 必备) |
|
|
247
|
+
| Hashcat | ✗ | 手动下载 | 需要 GPU 驱动 |
|
|
248
|
+
| Metasploit | ✗ | 手动安装 | 体量大,建议用 Kali |
|
|
249
|
+
| pentestMCP (Docker) | ✗ | 需要 Docker | `docker run ramkansal/pentestmcp` |
|
|
250
|
+
| Impacket | ✓ | `pip install impacket` | Python |
|
|
251
|
+
| ProxyCat | ✓ | `pip install proxycat` | 代理池中间件(批量扫描防封) |
|
|
252
|
+
| BurpSuite MCP | ✗ | BurpSuite 扩展市场安装 | 需要 BurpSuite Pro/Community |
|
|
253
|
+
| Reqable MCP | ✓ | `npx -y reqable-mcp-server@1.0.1` | 需先手动安装 Reqable 桌面客户端 |
|
|
254
|
+
|
|
255
|
+
### 自举策略
|
|
256
|
+
|
|
257
|
+
1. 如果用户有 Docker → 推荐 pentestMCP(一键全家桶)
|
|
258
|
+
2. 如果没有 Docker → 按需单独安装各工具
|
|
259
|
+
3. 优先安装 Nmap + Nuclei + SQLMap(覆盖 80% 场景)
|
|
260
|
+
|
|
261
|
+
### 手动安装引导
|
|
262
|
+
|
|
263
|
+
```markdown
|
|
264
|
+
⚠️ **渗透工具未安装**
|
|
265
|
+
|
|
266
|
+
**推荐方案(需要 Docker)**:
|
|
267
|
+
docker pull ramkansal/pentestmcp
|
|
268
|
+
docker run -d -p 8080:8080 ramkansal/pentestmcp
|
|
269
|
+
|
|
270
|
+
**轻量方案(逐个安装)**:
|
|
271
|
+
- Nmap: winget install Insecure.Nmap
|
|
272
|
+
- Nuclei: go install -v github.com/projectdiscovery/nuclei/v3/cmd/nuclei@latest
|
|
273
|
+
- SQLMap: pip install sqlmap
|
|
274
|
+
- FFUF: 从 https://github.com/ffuf/ffuf/releases 下载
|
|
275
|
+
|
|
276
|
+
**安装后告诉我,我继续当前任务。**
|
|
277
|
+
```
|
|
278
|
+
|
|
279
|
+
---
|
|
280
|
+
|
|
281
|
+
## 参考资源
|
|
282
|
+
|
|
283
|
+
- [awesome-pentest](https://github.com/enaqx/awesome-pentest) — 25k+ stars 渗透工具大全
|
|
284
|
+
- [SecLists](https://github.com/danielmiessler/SecLists) — 字典/payload 集合(FFUF/Gobuster 必备)
|
|
285
|
+
- [PayloadsAllTheThings](https://github.com/swisskyrepo/PayloadsAllTheThings) — 各类漏洞 payload
|
|
286
|
+
- [HackTricks](https://book.hacktricks.wiki/) — 渗透技巧百科
|
|
287
|
+
- [pentest-ai-agents](https://github.com/0xSteph/pentest-ai-agents) — 35 个 Claude Code 渗透子 agent(参考其 prompt 模式)
|
|
288
|
+
- [Pentest Swarm AI](https://github.com/Armur-Ai/Pentest-Swarm-AI) — 群体智能自主渗透框架(多 agent 协同,支持 MCP server)
|
|
289
|
+
- [ProxyCat](https://github.com/honmashironeko/ProxyCat) — 代理池中间件(批量扫描防封 IP)
|
|
290
|
+
- [planning-with-files](https://github.com/othmanadi/planning-with-files) — 计划任务 skill(循环测试用)
|
|
291
|
+
|
|
292
|
+
### 本 skill 内参考文档
|
|
293
|
+
|
|
294
|
+
- `references/pentest-loop.md` — **核心循环框架**(风险门控 + 记录规范 + 上下文压缩)
|
|
295
|
+
- `references/recon-pipeline.md` — **授权侦察流水线**(CF 头 / nmap / Evidence)
|
|
296
|
+
- `references/client-side-lab-playbook.md` — **DOM XSS / 原型污染 / agent-browser**(靶场客户端面)
|
|
297
|
+
- `references/burpsuite-mcp-guide.md` — **BurpSuite MCP 完整指南**(63 工具 + 7 大使用场景 + AI Prompt 模板)
|
|
298
|
+
- `references/automation-loop-pattern.md` — 自动化循环测试模式(轻量版)
|
|
299
|
+
- `references/awesome-pentest-digest.md` — 渗透工具精华速查
|
|
300
|
+
- `references/pentest-ai-agents-matrix.md` — 35 agent 覆盖矩阵
|
|
301
|
+
- `payloads/` — 自定义 payload 目录(AI 优先使用)
|
|
302
|
+
- `templates/` — 渗透测试必需文件模板(scope/rules/plan/findings/progress)
|
|
303
|
+
|
|
304
|
+
### src-hunter 漏洞挖掘知识库
|
|
305
|
+
|
|
306
|
+
`src-hunter/` 目录包含完整的 SRC/Bug Bounty 漏洞挖掘方法论:
|
|
307
|
+
|
|
308
|
+
- **19 类攻击 playbook**(IDOR、RCE、XSS、SQLi、SSRF、OAuth、文件上传等)
|
|
309
|
+
- **305 个结构化 payload** + 263 个 WAF/EDR 绕过步骤
|
|
310
|
+
- **2887 份 HackerOne 已披露 High/Critical 报告**
|
|
311
|
+
- **88,636 条 WooYun 历史案例统计**
|
|
312
|
+
- **国产组件指纹和默认凭据**
|
|
313
|
+
- **CVSS 4.0 报告模板**
|
|
314
|
+
|
|
315
|
+
使用方式:AI 在 hunt 阶段自动读取对应 playbook,按其流程测试。
|
|
316
|
+
|
|
317
|
+
详见 `src-hunter/SKILL.md` 和 `src-hunter/references/`。
|
|
318
|
+
|
|
319
|
+
---
|
|
320
|
+
|
|
321
|
+
## 路由上下文
|
|
322
|
+
|
|
323
|
+
**上游入口**: `skills/SKILL.md`(总控)、`routing.md`
|
|
324
|
+
**触发条件**: 需要主动扫描/攻击目标(端口扫描、漏洞检测、注入测试等)
|
|
325
|
+
**下游出口**:
|
|
326
|
+
- 发现 Web 漏洞需要进一步分析 → `js-reverse/`
|
|
327
|
+
- 发现二进制漏洞需要逆向 → `ida-reverse/` 或 `radare2/`
|
|
328
|
+
- 需要操作浏览器验证漏洞 → `browser-automation/`
|
|
329
|
+
- 完成后生成报告 → `docs-generator/`
|
|
330
|
+
|
|
331
|
+
**同级关联模块**: `CTF-Sandbox-Orchestrator/`(CTF 中的 Web/Pwn 题会用到这些工具)
|
|
332
|
+
|
|
333
|
+
|
|
334
|
+
## 任务完成自检(声称完成前 MUST 通过)
|
|
335
|
+
|
|
336
|
+
- [ ] 我是否执行了工作流中的每一步(而不是只阅读)?
|
|
337
|
+
- [ ] 我是否基于 `tool-index` 使用了真实工具路径?
|
|
338
|
+
- [ ] 我是否产出了可复现证据(命令/脚本/截图/报告)?
|
|
339
|
+
- [ ] 我是否完成并回写了 RULES 要求的 Checklist 项?
|
|
340
|
+
|
|
341
|
+
## Limitations
|
|
342
|
+
|
|
343
|
+
- Tool availability varies by platform; verify installs before engagements.
|
|
344
|
+
- Noisy scanning can disrupt fragile targets; tune timing and scope.
|
|
345
|
+
|
|
346
|
+
> Adapted from [zhaoxuya520/reverse-skill](https://github.com/zhaoxuya520/reverse-skill) (MIT).
|
|
@@ -0,0 +1,148 @@
|
|
|
1
|
+
# AI 辅助渗透测试 Agent 资源
|
|
2
|
+
|
|
3
|
+
> 2025 年活跃的 AI 渗透测试框架和 MCP 安全工具汇总。
|
|
4
|
+
> 可作为本包 pentest-tools skill 的补充能力来源。
|
|
5
|
+
|
|
6
|
+
---
|
|
7
|
+
|
|
8
|
+
## AI 渗透 Agent 框架
|
|
9
|
+
|
|
10
|
+
| 项目 | 特点 | 链接 |
|
|
11
|
+
|------|------|------|
|
|
12
|
+
| **PentestGPT** | LLM 驱动的自动化渗透框架,支持交互式推理 | https://github.com/GreyDGL/PentestGPT |
|
|
13
|
+
| **pentest-ai (0xSteph)** | MCP server + Python agents,197+ 安全工具,exploit 链接,PoC 验证 | https://github.com/0xSteph/pentest-ai |
|
|
14
|
+
| **PentestAgent (GH05TCREW)** | AI agent + MCP 架构,集成 Nmap/Metasploit/FFUF/SQLMap,支持 RAG 本地知识库 | https://github.com/GH05TCREW/PentestAgent |
|
|
15
|
+
| **BlacksmithAI** | 开源多 Agent 渗透框架,覆盖侦察到后渗透全生命周期 | https://github.com/yohannesgk/blacksmith |
|
|
16
|
+
| **PentAGI** | 全自主 AI Agent 系统,执行复杂渗透任务 | https://github.com/vxcontrol/pentagi |
|
|
17
|
+
| **AI-OPS** | 基于开源 LLM 的渗透测试 AI 助手 | https://github.com/antoninoLorenzo/AI-OPS |
|
|
18
|
+
| **Auto-Pentest-GPT** | LLM 驱动的软件渗透测试 | https://github.com/Armur-Ai/Auto-Pentest-GPT-AI |
|
|
19
|
+
| **CAI (Cybersecurity AI)** | AI 安全框架 | https://github.com/aliasrobotics/cai |
|
|
20
|
+
|
|
21
|
+
### 与本包的集成方式
|
|
22
|
+
|
|
23
|
+
这些框架大多支持 MCP 或 HTTP API,可以作为本包 `pentest-tools` skill 的增强后端:
|
|
24
|
+
|
|
25
|
+
```json
|
|
26
|
+
{
|
|
27
|
+
"mcpServers": {
|
|
28
|
+
"pentest-ai": {
|
|
29
|
+
"url": "http://localhost:8080/mcp"
|
|
30
|
+
}
|
|
31
|
+
}
|
|
32
|
+
}
|
|
33
|
+
```
|
|
34
|
+
|
|
35
|
+
---
|
|
36
|
+
|
|
37
|
+
## 逆向工程 MCP Server
|
|
38
|
+
|
|
39
|
+
| 项目 | 工具数 | 特点 | 链接 |
|
|
40
|
+
|------|--------|------|------|
|
|
41
|
+
| **ida-pro-mcp** | 72 | IDA Pro 全功能 MCP(本包已集成) | https://github.com/mrexodia/ida-pro-mcp |
|
|
42
|
+
| **GhidraMCP** | 110+ | Ghidra 免费逆向 MCP,近 200 个工具 | https://github.com/LaurieWired/GhidraMCP |
|
|
43
|
+
| **GhidrAssistMCP** | — | Ghidra + LLM 辅助分析 | GitHub 搜索 GhidrAssistMCP |
|
|
44
|
+
| **Revula** | — | 通用逆向工程 MCP server | https://mcpservers.org/servers/president-xd/revula |
|
|
45
|
+
|
|
46
|
+
### GhidraMCP 集成建议
|
|
47
|
+
|
|
48
|
+
GhidraMCP 提供免费的 IDA 替代方案,适合没有 IDA 许可证的用户:
|
|
49
|
+
|
|
50
|
+
```text
|
|
51
|
+
安装:
|
|
52
|
+
1. 下载 Ghidra: https://ghidra-sre.org/
|
|
53
|
+
2. 下载 GhidraMCP 插件: https://github.com/LaurieWired/GhidraMCP/releases
|
|
54
|
+
3. Ghidra → File → Install Extensions → 选择 zip
|
|
55
|
+
4. 重启 Ghidra → 打开项目 → MCP server 自动监听 localhost:8765
|
|
56
|
+
|
|
57
|
+
MCP 注册:
|
|
58
|
+
{
|
|
59
|
+
"mcpServers": {
|
|
60
|
+
"ghidra": {
|
|
61
|
+
"url": "http://localhost:8765/mcp"
|
|
62
|
+
}
|
|
63
|
+
}
|
|
64
|
+
}
|
|
65
|
+
```
|
|
66
|
+
|
|
67
|
+
---
|
|
68
|
+
|
|
69
|
+
## 红队工具资源库
|
|
70
|
+
|
|
71
|
+
| 项目 | Stars | 覆盖 | 链接 |
|
|
72
|
+
|------|-------|------|------|
|
|
73
|
+
| **RedTeam-Tools (A-poc)** | 8k+ | 红队工具与技术大全 | https://github.com/A-poc/RedTeam-Tools |
|
|
74
|
+
| **Awesome-Red-Teaming** | 7k+ | 红队资源列表 | https://github.com/yeyintminthuhtut/Awesome-Red-Teaming |
|
|
75
|
+
| **Awesome-OSINT** | — | OSINT 工具(信息收集/反向搜索/Bug Bounty) | https://github.com/Astrosp/Awesome-OSINT-For-Everything |
|
|
76
|
+
| **Awesome-AI-Red-Teaming** | — | AI 红队资源(Prompt 注入/模型攻击) | https://github.com/shlomihod/awesome-ai-red-teaming |
|
|
77
|
+
|
|
78
|
+
---
|
|
79
|
+
|
|
80
|
+
## Frida 脚本资源库
|
|
81
|
+
|
|
82
|
+
| 项目 | 特点 | 链接 |
|
|
83
|
+
|------|------|------|
|
|
84
|
+
| **awesome-frida** | 3k+ stars,Frida 资源大全 | https://github.com/dweinstein/awesome-frida |
|
|
85
|
+
| **Frida-Mobile-Scripts** | 移动端 Frida 脚本集合(SSL/Root/Hook) | https://github.com/m0bilesecurity/Frida-Mobile-Scripts |
|
|
86
|
+
| **FriList** | 实用 Frida 脚本集合 | https://github.com/rsenet/FriList |
|
|
87
|
+
| **frida-codeshare-scripts** | 全网最全 Frida 脚本收集(中文) | https://github.com/zengfr/frida-codeshare-scripts |
|
|
88
|
+
| **FridaScripts (apkunpacker)** | APK 脱壳/Hook 脚本 | https://github.com/apkunpacker/FridaScripts |
|
|
89
|
+
| **Awesmoe-Frida-Scripts** | MAPT(移动应用渗透测试)Frida 脚本 | https://github.com/TheBountyBox/Awesmoe-Frida-Scripts |
|
|
90
|
+
| **0xdea/frida-scripts** | 移动应用逆向 Frida 脚本 | https://github.com/0xdea/frida-scripts |
|
|
91
|
+
|
|
92
|
+
---
|
|
93
|
+
|
|
94
|
+
## 方法论与知识库
|
|
95
|
+
|
|
96
|
+
| 资源 | 说明 | 链接 |
|
|
97
|
+
|------|------|------|
|
|
98
|
+
| **HackTricks** | 渗透技巧百科(Web/Network/AD/Cloud/Mobile) | https://hacktricks.wiki/ |
|
|
99
|
+
| **HackTricks Cloud** | 云渗透方法论(AWS/GCP/Azure/CI-CD) | https://cloud.hacktricks.xyz/ |
|
|
100
|
+
| **OWASP MASTG** | 移动应用安全测试指南(官方) | https://mas.owasp.org/ |
|
|
101
|
+
| **OWASP Mobile Top 10 (2024)** | 移动应用十大风险 | https://owasp.org/www-project-mobile-top-10/ |
|
|
102
|
+
| **PayloadsAllTheThings** | 各类漏洞 Payload 大全 | https://github.com/swisskyrepo/PayloadsAllTheThings |
|
|
103
|
+
| **MITRE ATT&CK** | 攻击技术知识库 | https://attack.mitre.org/ |
|
|
104
|
+
| **GTFOBins** | Unix 提权二进制 | https://gtfobins.github.io/ |
|
|
105
|
+
| **LOLBAS** | Windows 提权二进制 | https://lolbas-project.github.io/ |
|
|
106
|
+
| **WADComs** | Windows/AD 命令速查 | https://wadcoms.github.io/ |
|
|
107
|
+
|
|
108
|
+
---
|
|
109
|
+
|
|
110
|
+
## MCP 安全生态
|
|
111
|
+
|
|
112
|
+
| 类别 | 项目 | 说明 |
|
|
113
|
+
|------|------|------|
|
|
114
|
+
| 渗透全家桶 | pentestMCP | Docker 一键 20+ 工具 |
|
|
115
|
+
| 单工具 MCP | nmap-mcp-server | Nmap MCP |
|
|
116
|
+
| 单工具 MCP | nuclei-mcp | Nuclei MCP |
|
|
117
|
+
| 逆向 | ida-pro-mcp | IDA Pro MCP(本包已集成) |
|
|
118
|
+
| 逆向 | GhidraMCP | Ghidra MCP(免费替代) |
|
|
119
|
+
| 浏览器 | anything-analyzer | 浏览器+HTTP 捕获(本包已集成) |
|
|
120
|
+
| JS Hook | jshookmcp | CDP/Hook/Network(本包已集成) |
|
|
121
|
+
| Web 代理 | BurpSuite MCP | BurpSuite 扩展 |
|
|
122
|
+
| 安全扫描 | mcp-security-hub | 模块化安全 MCP |
|
|
123
|
+
|
|
124
|
+
---
|
|
125
|
+
|
|
126
|
+
## 学习路径建议
|
|
127
|
+
|
|
128
|
+
### 入门(1-2 周)
|
|
129
|
+
|
|
130
|
+
1. 读 HackTricks 的 Pentesting Methodology 章节
|
|
131
|
+
2. 在 HackTheBox/TryHackMe 做 5 个 Easy 靶机
|
|
132
|
+
3. 熟悉 Nmap + Nuclei + FFUF 基础用法
|
|
133
|
+
4. 用本包的 `pentest-tools` skill 辅助
|
|
134
|
+
|
|
135
|
+
### 进阶(1-2 月)
|
|
136
|
+
|
|
137
|
+
1. 学习 OWASP Top 10 每个漏洞的原理和利用
|
|
138
|
+
2. 做 10 个 Medium 靶机
|
|
139
|
+
3. 学习内网渗透基础(Impacket/BloodHound)
|
|
140
|
+
4. 开始参与 Bug Bounty(从 VDP 开始)
|
|
141
|
+
|
|
142
|
+
### 高级(持续)
|
|
143
|
+
|
|
144
|
+
1. 红队全链路(初始访问→提权→横向→持久化→数据外带)
|
|
145
|
+
2. AD 域渗透深入
|
|
146
|
+
3. 云安全(AWS/Azure/GCP)
|
|
147
|
+
4. AI 辅助渗透(用本包 + AI Agent 框架)
|
|
148
|
+
5. 开发自己的工具和 MCP server
|
|
@@ -0,0 +1,73 @@
|
|
|
1
|
+
# AI 渗透测试工具全景(2026 年)
|
|
2
|
+
|
|
3
|
+
> 来源:多篇行业分析文章(2026 年 1-5 月)
|
|
4
|
+
> 适用场景:选择 AI 渗透工具时的参考、了解行业趋势
|
|
5
|
+
|
|
6
|
+
## 行业现状(2026)
|
|
7
|
+
|
|
8
|
+
AI 自主渗透测试在 2026 年已跨过关键门槛。根据多篇行业报告的共识:
|
|
9
|
+
|
|
10
|
+
- AI agent 现在可以在 15 分钟内攻破 Active Directory 环境
|
|
11
|
+
- 在 Bug Bounty 排行榜上已超越部分人类黑客
|
|
12
|
+
- 国家级攻击者(中国、朝鲜、俄罗斯、伊朗)已将 AI 嵌入攻击工作流
|
|
13
|
+
- 9000+ Nuclei 模板由 100,000+ 安全工程师社区维护
|
|
14
|
+
|
|
15
|
+
## 开源 AI 渗透工具对比
|
|
16
|
+
|
|
17
|
+
| 工具 | 架构 | 执行能力 | 状态管理 | 工具集成 | MCP | 真正自主 |
|
|
18
|
+
|------|------|---------|---------|---------|-----|---------|
|
|
19
|
+
| **Pentest Swarm AI** | Stigmergic blackboard | 执行 | pgvector + pheromones | 8 ProjectDiscovery + nmap | ✓ | ✓ 真 swarm |
|
|
20
|
+
| **PentestGPT** | 单 agent ReAct | 建议 | 无 | 无原生 | ✗ | ✗ |
|
|
21
|
+
| **HackingBuddyGPT** | 单 agent | 执行 | 运行日志 | Shell 透传 | ✗ | ✗ |
|
|
22
|
+
| **PentAGI** | 4 agent + planner | 执行 | pgvector | 40+ via MCP/shell | 部分 | Pipeline |
|
|
23
|
+
| **Shannon** | 白盒 + 浏览器 | 执行 | Session state | Browser DOM | ✗ | Pipeline |
|
|
24
|
+
| **HexStrike AI** | MCP 工具包装 | 委托给客户端 LLM | 无(无状态) | 150+ via MCP | ✓ | ✗ |
|
|
25
|
+
| **CAI** | 网络安全 AI 框架 | 执行 | — | — | — | 声称 3600x 快于人类 |
|
|
26
|
+
| **BlacksmithAI** | 多 agent | 执行 | — | — | — | — |
|
|
27
|
+
|
|
28
|
+
> 内容基于搜索结果整理,标注置信度:中高。各工具快速迭代中,建议定期验证。
|
|
29
|
+
|
|
30
|
+
## 商业 AI 渗透工具(参考)
|
|
31
|
+
|
|
32
|
+
根据 2026 年多篇行业对比文章,商业领域的主要玩家:
|
|
33
|
+
|
|
34
|
+
| 工具 | 定位 | 特点 |
|
|
35
|
+
|------|------|------|
|
|
36
|
+
| Pentera | 自动化渗透验证 | 企业级,模拟真实攻击路径 |
|
|
37
|
+
| XBOW | 自主 Bug Bounty | AI agent 自动挖洞提交 |
|
|
38
|
+
| Escape | API 安全测试 | 专注 API/GraphQL |
|
|
39
|
+
| Hadrian | 攻击面管理 | 持续监控 + 自动验证 |
|
|
40
|
+
| Intruder | 漏洞扫描 | 简单易用,适合中小团队 |
|
|
41
|
+
| Mindfort | AI 红队 | 自主攻击链构建 |
|
|
42
|
+
|
|
43
|
+
## 与本包的关系
|
|
44
|
+
|
|
45
|
+
本包(Cybersecurity Skills Router)的定位是**知识路由层**,不是执行引擎。它解决的是:
|
|
46
|
+
|
|
47
|
+
1. AI 怎么知道该用什么方法论 → routing.md
|
|
48
|
+
2. AI 怎么知道本机有什么工具 → tool-index.md
|
|
49
|
+
3. AI 怎么避免重复踩坑 → field-journal/
|
|
50
|
+
4. AI 怎么调用执行引擎 → MCP 配置 + bootstrap
|
|
51
|
+
|
|
52
|
+
上面列出的工具(特别是 Pentest Swarm AI、HexStrike AI、mcp-kali-server)都可以作为本包的**执行后端**,通过 MCP 接入。
|
|
53
|
+
|
|
54
|
+
## 推荐组合
|
|
55
|
+
|
|
56
|
+
```
|
|
57
|
+
本包(路由 + 方法论 + 经验)
|
|
58
|
+
↓ 路由到渗透测试
|
|
59
|
+
pentest-tools/SKILL.md
|
|
60
|
+
↓ 选择执行方式
|
|
61
|
+
├── 手动:AI 通过 mcp-kali-server 逐步调用 nmap/sqlmap/...
|
|
62
|
+
├── 半自动:AI 通过 metasploitmcp 管理 exploit session
|
|
63
|
+
├── 全自动(单目标):hexstrike-ai 编排 150+ 工具
|
|
64
|
+
└── 全自动(大规模):pentestswarm --swarm 群体渗透
|
|
65
|
+
```
|
|
66
|
+
|
|
67
|
+
## 趋势观察
|
|
68
|
+
|
|
69
|
+
1. **MCP 成为标准** — 几乎所有新工具都支持 MCP 协议
|
|
70
|
+
2. **Swarm > Pipeline** — 群体智能架构开始取代固定流水线
|
|
71
|
+
3. **本地化** — Ollama/LM Studio 让完全离线渗透成为可能
|
|
72
|
+
4. **Kali 官方拥抱 AI** — 官方博客系列 + 官方收录 MCP 工具
|
|
73
|
+
5. **Nuclei 模板 + AI** — AI 自动生成/优化 Nuclei 模板成为新方向
|