opencode-skills-collection 4.0.43 → 4.0.45
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/bundled-skills/.antigravity-install-manifest.json +47 -1
- package/bundled-skills/api-rate-limit-handler/SKILL.md +282 -0
- package/bundled-skills/api-security/SKILL.md +205 -0
- package/bundled-skills/api-security/references/jwt-oauth-testing.md +123 -0
- package/bundled-skills/api-security/references/rest-graphql-testing.md +137 -0
- package/bundled-skills/apk-reverse/SKILL.md +438 -0
- package/bundled-skills/apk-reverse/references/android-advanced.md +365 -0
- package/bundled-skills/apk-reverse/references/apk-security-checklist.md +230 -0
- package/bundled-skills/apk-reverse/references/frida-bypass-kit.md +70 -0
- package/bundled-skills/apk-reverse/references/frida-cookbook.md +472 -0
- package/bundled-skills/attack-chain/SKILL.md +185 -0
- package/bundled-skills/attack-chain/references/attack-playbooks.md +126 -0
- package/bundled-skills/attack-chain/references/evasion-cheatsheet.md +133 -0
- package/bundled-skills/attack-chain/references/lifecycle-checklist.md +37 -0
- package/bundled-skills/attack-chain/references/phases.md +490 -0
- package/bundled-skills/binary-diff/SKILL.md +320 -0
- package/bundled-skills/binary-diff/references/prompt-template.md +173 -0
- package/bundled-skills/browser-extension-reverse/SKILL.md +99 -0
- package/bundled-skills/browser-extension-reverse/references/extension-analysis.md +10 -0
- package/bundled-skills/case-review/SKILL.md +167 -0
- package/bundled-skills/cloud-k8s/SKILL.md +124 -0
- package/bundled-skills/cloud-k8s/references/k8s-cloud-checklist.md +16 -0
- package/bundled-skills/code-audit/SKILL.md +92 -0
- package/bundled-skills/code-audit/references/sast-review-checklist.md +10 -0
- package/bundled-skills/database-security/SKILL.md +81 -0
- package/bundled-skills/database-security/references/db-misconfig-checklist.md +9 -0
- package/bundled-skills/diagram-generator/SKILL.md +199 -0
- package/bundled-skills/diagram-generator/references/README.md +3 -0
- package/bundled-skills/diagram-generator/references/diagram-patterns.md +254 -0
- package/bundled-skills/digital-forensics/SKILL.md +93 -0
- package/bundled-skills/digital-forensics/references/forensics-triage.md +10 -0
- package/bundled-skills/docs/integrations/jetski-cortex.md +3 -3
- package/bundled-skills/docs/integrations/jetski-gemini-loader/README.md +1 -1
- package/bundled-skills/docs/maintainers/repo-growth-seo.md +1 -1
- package/bundled-skills/docs/maintainers/skills-update-guide.md +1 -1
- package/bundled-skills/docs/sources/sources.md +9 -0
- package/bundled-skills/docs/users/aas-core.md +1 -1
- package/bundled-skills/docs/users/bundles.md +1 -1
- package/bundled-skills/docs/users/claude-code-skills.md +1 -1
- package/bundled-skills/docs/users/gemini-cli-skills.md +1 -1
- package/bundled-skills/docs/users/kiro-integration.md +1 -1
- package/bundled-skills/docs/users/usage.md +3 -3
- package/bundled-skills/docs/users/visual-guide.md +4 -4
- package/bundled-skills/docs-generator/SKILL.md +197 -0
- package/bundled-skills/docs-generator/references/security-report-templates.md +348 -0
- package/bundled-skills/docs-generator/references/templates.md +102 -0
- package/bundled-skills/docs-generator/references/vendor-report-rules.md +263 -0
- package/bundled-skills/dotnet-reverse/SKILL.md +197 -0
- package/bundled-skills/dotnet-reverse/references/common-workflow.md +171 -0
- package/bundled-skills/dotnet-reverse/references/obfuscators.md +145 -0
- package/bundled-skills/dotnet-reverse/references/sharp-tools.md +164 -0
- package/bundled-skills/edr-bypass-re/SKILL.md +248 -0
- package/bundled-skills/edr-bypass-re/references/hook-survey.md +226 -0
- package/bundled-skills/edr-bypass-re/references/telemetry-blinding.md +346 -0
- package/bundled-skills/edr-bypass-re/references/unhook-techniques.md +338 -0
- package/bundled-skills/email-security/SKILL.md +81 -0
- package/bundled-skills/email-security/references/email-auth-checklist.md +8 -0
- package/bundled-skills/firmware-pentest/SKILL.md +381 -0
- package/bundled-skills/firmware-pentest/references/emba-automated-analysis.md +192 -0
- package/bundled-skills/firmware-pentest/references/emulation-and-fuzz.md +337 -0
- package/bundled-skills/firmware-pentest/references/extraction-methodology.md +285 -0
- package/bundled-skills/ghidra-reverse/SKILL.md +98 -0
- package/bundled-skills/ghidra-reverse/references/ghidra-cheatsheet.md +12 -0
- package/bundled-skills/go-rust-reverse/SKILL.md +82 -0
- package/bundled-skills/go-rust-reverse/references/go-rust-notes.md +5 -0
- package/bundled-skills/hardware-security/SKILL.md +80 -0
- package/bundled-skills/hardware-security/references/debug-interface-triage.md +7 -0
- package/bundled-skills/ida-reverse/SKILL.md +401 -0
- package/bundled-skills/ida-reverse/references/LOCAL-SETUP.md +66 -0
- package/bundled-skills/ida-reverse/references/ida-mcp-cheatsheet.md +515 -0
- package/bundled-skills/identity-federation/SKILL.md +81 -0
- package/bundled-skills/identity-federation/references/sso-flow-checklist.md +9 -0
- package/bundled-skills/instructree/SKILL.md +94 -0
- package/bundled-skills/js-reverse/SKILL.md +239 -0
- package/bundled-skills/js-reverse/references/ast-deobfuscation.md +3 -0
- package/bundled-skills/js-reverse/references/automation-entry.md +12 -0
- package/bundled-skills/js-reverse/references/env-patching.md +6 -0
- package/bundled-skills/js-reverse/references/fallbacks.md +8 -0
- package/bundled-skills/js-reverse/references/instrumentation.md +9 -0
- package/bundled-skills/js-reverse/references/local-rebuild.md +11 -0
- package/bundled-skills/js-reverse/references/mcp-task-template.md +30 -0
- package/bundled-skills/js-reverse/references/node-env-rebuild.md +9 -0
- package/bundled-skills/js-reverse/references/output-contract.md +9 -0
- package/bundled-skills/js-reverse/references/task-artifacts.md +11 -0
- package/bundled-skills/js-reverse/references/task-input-template.md +11 -0
- package/bundled-skills/js-reverse/references/tool-defaults.md +7 -0
- package/bundled-skills/llm-security/SKILL.md +160 -0
- package/bundled-skills/llm-security/references/agent-obedience-engineering.md +243 -0
- package/bundled-skills/llm-security/references/agent-security-testing.md +116 -0
- package/bundled-skills/llm-security/references/owasp-llm-top10.md +48 -0
- package/bundled-skills/llm-security/references/prompt-injection-methodology.md +107 -0
- package/bundled-skills/loki-mode/examples/todo-app-generated/backend/package-lock.json +4 -4
- package/bundled-skills/loki-mode/examples/todo-app-generated/backend/package.json +1 -1
- package/bundled-skills/macos-reverse/SKILL.md +85 -0
- package/bundled-skills/macos-reverse/references/macho-triage.md +10 -0
- package/bundled-skills/malware-analysis/SKILL.md +311 -0
- package/bundled-skills/malware-analysis/references/anti-analysis-techniques.md +205 -0
- package/bundled-skills/malware-analysis/references/sandbox-orchestration.md +204 -0
- package/bundled-skills/malware-analysis/references/yara-sigma-rules.md +232 -0
- package/bundled-skills/mobile-reverse/SKILL.md +222 -0
- package/bundled-skills/mobile-reverse/references/anti-detection-bypass.md +182 -0
- package/bundled-skills/mobile-reverse/references/frida-objection-deep.md +218 -0
- package/bundled-skills/mobile-reverse/references/ios-reverse-guide.md +177 -0
- package/bundled-skills/muapi-media/SKILL.md +311 -0
- package/bundled-skills/ot-ics/SKILL.md +117 -0
- package/bundled-skills/ot-ics/references/ot-safe-assessment.md +10 -0
- package/bundled-skills/patch-diff-exploit/SKILL.md +278 -0
- package/bundled-skills/patch-diff-exploit/references/diff-tools-comparison.md +271 -0
- package/bundled-skills/patch-diff-exploit/references/patch-tuesday-workflow.md +253 -0
- package/bundled-skills/patch-diff-exploit/references/root-cause-and-poc.md +198 -0
- package/bundled-skills/pentest-tools/SKILL.md +346 -0
- package/bundled-skills/pentest-tools/references/ai-pentest-agents.md +148 -0
- package/bundled-skills/pentest-tools/references/ai-pentesting-landscape-2026.md +73 -0
- package/bundled-skills/pentest-tools/references/automation-loop-pattern.md +153 -0
- package/bundled-skills/pentest-tools/references/awesome-pentest-digest.md +175 -0
- package/bundled-skills/pentest-tools/references/burpsuite-mcp-guide.md +769 -0
- package/bundled-skills/pentest-tools/references/client-side-lab-playbook.md +155 -0
- package/bundled-skills/pentest-tools/references/kali-mcp-ecosystem.md +119 -0
- package/bundled-skills/pentest-tools/references/msf-protocol.md +169 -0
- package/bundled-skills/pentest-tools/references/network-attack-defense.md +350 -0
- package/bundled-skills/pentest-tools/references/nuclei-guide-2026.md +157 -0
- package/bundled-skills/pentest-tools/references/payloads.md +32 -0
- package/bundled-skills/pentest-tools/references/pentest-ai-agents-matrix.md +117 -0
- package/bundled-skills/pentest-tools/references/pentest-loop.md +270 -0
- package/bundled-skills/pentest-tools/references/recon-pipeline.md +154 -0
- package/bundled-skills/pentest-tools/references/templates/findings.md +21 -0
- package/bundled-skills/pentest-tools/references/templates/progress.md +17 -0
- package/bundled-skills/pentest-tools/references/templates/rules.md +35 -0
- package/bundled-skills/pentest-tools/references/templates/scope.md +29 -0
- package/bundled-skills/pentest-tools/references/templates/task_plan.md +27 -0
- package/bundled-skills/pentest-tools/references/web-attack-cheatsheet.md +387 -0
- package/bundled-skills/pentest-tools/src-hunter/SKILL.md +243 -0
- package/bundled-skills/pentest-tools/src-hunter/references/README.en.md +115 -0
- package/bundled-skills/pentest-tools/src-hunter/references/README.md +148 -0
- package/bundled-skills/pentest-tools/src-hunter/references/dictionaries/00-index.md +44 -0
- package/bundled-skills/pentest-tools/src-hunter/references/dictionaries/chinese-srcfingerprints.md +515 -0
- package/bundled-skills/pentest-tools/src-hunter/references/dictionaries/default-credentials-cn.md +274 -0
- package/bundled-skills/pentest-tools/src-hunter/references/industry/00-index.md +66 -0
- package/bundled-skills/pentest-tools/src-hunter/references/industry/banking-finance.md +338 -0
- package/bundled-skills/pentest-tools/src-hunter/references/industry/telecom-isp.md +315 -0
- package/bundled-skills/pentest-tools/src-hunter/references/methodology/00-index.md +68 -0
- package/bundled-skills/pentest-tools/src-hunter/references/methodology/01-attack-priority.md +143 -0
- package/bundled-skills/pentest-tools/src-hunter/references/methodology/02-bypass-toolkit.md +357 -0
- package/bundled-skills/pentest-tools/src-hunter/references/methodology/03-evidence-discipline.md +205 -0
- package/bundled-skills/pentest-tools/src-hunter/references/methodology/04-control-gap-hunting.md +238 -0
- package/bundled-skills/pentest-tools/src-hunter/references/methodology/05-srctimebox-priority.md +161 -0
- package/bundled-skills/pentest-tools/src-hunter/references/payloader/by-category/intranet/adcs/346/224/273/345/207/273.md +254 -0
- package/bundled-skills/pentest-tools/src-hunter/references/payloader/by-category/intranet/exchange/346/224/273/345/207/273.md +254 -0
- package/bundled-skills/pentest-tools/src-hunter/references/payloader/by-category/intranet/sharepoint/346/224/273/345/207/273.md +113 -0
- package/bundled-skills/pentest-tools/src-hunter/references/payloader/by-category/intranet//344/277/241/346/201/257/346/224/266/351/233/206.md +947 -0
- package/bundled-skills/pentest-tools/src-hunter/references/payloader/by-category/intranet//345/205/215/346/235/200/344/270/216/350/247/204/351/201/277.md +780 -0
- package/bundled-skills/pentest-tools/src-hunter/references/payloader/by-category/intranet//345/207/255/350/257/201/347/252/203/345/217/226.md +1259 -0
- package/bundled-skills/pentest-tools/src-hunter/references/payloader/by-category/intranet//345/237/237/346/270/227/351/200/217/346/224/273/345/207/273.md +753 -0
- package/bundled-skills/pentest-tools/src-hunter/references/payloader/by-category/intranet//346/235/203/351/231/220/346/217/220/345/215/207.md +819 -0
- package/bundled-skills/pentest-tools/src-hunter/references/payloader/by-category/intranet//346/235/203/351/231/220/347/273/264/346/214/201.md +577 -0
- package/bundled-skills/pentest-tools/src-hunter/references/payloader/by-category/intranet//346/250/252/345/220/221/347/247/273/345/212/250.md +838 -0
- package/bundled-skills/pentest-tools/src-hunter/references/payloader/by-category/intranet//351/232/247/351/201/223/344/273/243/347/220/206.md +604 -0
- package/bundled-skills/pentest-tools/src-hunter/references/payloader/by-category/web/ai/345/256/211/345/205/250.md +698 -0
- package/bundled-skills/pentest-tools/src-hunter/references/payloader/by-category/web/api/345/256/211/345/205/250.md +1935 -0
- package/bundled-skills/pentest-tools/src-hunter/references/payloader/by-category/web/csrf/350/267/250/347/253/231/350/257/267/346/261/202/344/274/252/351/200/240.md +952 -0
- package/bundled-skills/pentest-tools/src-hunter/references/payloader/by-category/web/jwt/345/256/211/345/205/250.md +496 -0
- package/bundled-skills/pentest-tools/src-hunter/references/payloader/by-category/web/lfi-rfi/346/226/207/344/273/266/345/214/205/345/220/253.md +1365 -0
- package/bundled-skills/pentest-tools/src-hunter/references/payloader/by-category/web/rce/350/277/234/347/250/213/344/273/243/347/240/201/346/211/247/350/241/214.md +1329 -0
- package/bundled-skills/pentest-tools/src-hunter/references/payloader/by-category/web/sql-nosql/346/263/250/345/205/245.md +1924 -0
- package/bundled-skills/pentest-tools/src-hunter/references/payloader/by-category/web/ssrf/346/234/215/345/212/241/347/253/257/350/257/267/346/261/202/344/274/252/351/200/240.md +1256 -0
- package/bundled-skills/pentest-tools/src-hunter/references/payloader/by-category/web/ssti/346/250/241/346/235/277/346/263/250/345/205/245.md +1151 -0
- package/bundled-skills/pentest-tools/src-hunter/references/payloader/by-category/web/websocket/345/256/211/345/205/250.md +487 -0
- package/bundled-skills/pentest-tools/src-hunter/references/payloader/by-category/web/xss/350/267/250/347/253/231/350/204/232/346/234/254.md +1465 -0
- package/bundled-skills/pentest-tools/src-hunter/references/payloader/by-category/web/xxe/345/256/236/344/275/223/346/263/250/345/205/245.md +815 -0
- package/bundled-skills/pentest-tools/src-hunter/references/payloader/by-category/web//344/270/232/345/212/241/351/200/273/350/276/221/346/274/217/346/264/236.md +594 -0
- package/bundled-skills/pentest-tools/src-hunter/references/payloader/by-category/web//344/272/221/345/256/211/345/205/250/346/274/217/346/264/236.md +561 -0
- package/bundled-skills/pentest-tools/src-hunter/references/payloader/by-category/web//344/276/233/345/272/224/351/223/276/346/224/273/345/207/273.md +399 -0
- package/bundled-skills/pentest-tools/src-hunter/references/payloader/by-category/web//345/216/237/345/236/213/351/223/276/346/261/241/346/237/223.md +401 -0
- package/bundled-skills/pentest-tools/src-hunter/references/payloader/by-category/web//345/274/200/346/224/276/351/207/215/345/256/232/345/220/221.md +396 -0
- package/bundled-skills/pentest-tools/src-hunter/references/payloader/by-category/web//346/226/207/344/273/266/346/274/217/346/264/236.md +0 -0
- package/bundled-skills/pentest-tools/src-hunter/references/payloader/by-category/web//346/241/206/346/236/266/346/274/217/346/264/236.md +2304 -0
- package/bundled-skills/pentest-tools/src-hunter/references/payloader/by-category/web//347/202/271/345/207/273/345/212/253/346/214/201.md +339 -0
- package/bundled-skills/pentest-tools/src-hunter/references/payloader/by-category/web//347/274/223/345/255/230/344/270/216cdn/345/256/211/345/205/250.md +497 -0
- package/bundled-skills/pentest-tools/src-hunter/references/payloader/by-category/web//350/256/244/350/257/201/346/274/217/346/264/236.md +1778 -0
- package/bundled-skills/pentest-tools/src-hunter/references/payloader/by-category/web//350/257/267/346/261/202/350/265/260/347/247/201.md +854 -0
- package/bundled-skills/pentest-tools/src-hunter/references/payloader/index.md +69 -0
- package/bundled-skills/pentest-tools/src-hunter/references/payloader/tools/web/346/270/227/351/200/217.md +662 -0
- package/bundled-skills/pentest-tools/src-hunter/references/payloader/tools/windows/346/270/227/351/200/217.md +100 -0
- package/bundled-skills/pentest-tools/src-hunter/references/payloader/tools//344/277/241/346/201/257/346/224/266/351/233/206.md +852 -0
- package/bundled-skills/pentest-tools/src-hunter/references/payloader/tools//345/206/205/347/275/221/346/270/227/351/200/217.md +873 -0
- package/bundled-skills/pentest-tools/src-hunter/references/payloader/tools//345/207/255/350/257/201/347/252/203/345/217/226.md +186 -0
- package/bundled-skills/pentest-tools/src-hunter/references/payloader/tools//345/237/237/346/270/227/351/200/217.md +50 -0
- package/bundled-skills/pentest-tools/src-hunter/references/payloader/tools//345/257/206/347/240/201/346/224/273/345/207/273.md +462 -0
- package/bundled-skills/pentest-tools/src-hunter/references/payloader/tools//346/235/203/351/231/220/346/217/220/345/215/207.md +168 -0
- package/bundled-skills/pentest-tools/src-hunter/references/payloader/tools//346/274/217/346/264/236/345/210/251/347/224/250.md +445 -0
- package/bundled-skills/pentest-tools/src-hunter/references/payloader/tools//347/263/273/347/273/237/345/221/275/344/273/244.md +410 -0
- package/bundled-skills/pentest-tools/src-hunter/references/payloader/tools//347/272/242/351/230/237/345/267/245/345/205/267.md +64 -0
- package/bundled-skills/pentest-tools/src-hunter/references/payloader/tools//347/274/226/347/240/201/350/247/243/347/240/201.md +226 -0
- package/bundled-skills/pentest-tools/src-hunter/references/payloader/tools//351/232/247/351/201/223/344/273/243/347/220/206.md +84 -0
- package/bundled-skills/pentest-tools/src-hunter/references/payloader/waf-bypass.md +6504 -0
- package/bundled-skills/pentest-tools/src-hunter/references/playbooks/00-index.md +57 -0
- package/bundled-skills/pentest-tools/src-hunter/references/playbooks/api-rest.md +2050 -0
- package/bundled-skills/pentest-tools/src-hunter/references/playbooks/arbitrary-x-authz.md +481 -0
- package/bundled-skills/pentest-tools/src-hunter/references/playbooks/dos.md +615 -0
- package/bundled-skills/pentest-tools/src-hunter/references/playbooks/file-upload.md +1365 -0
- package/bundled-skills/pentest-tools/src-hunter/references/playbooks/graphql.md +253 -0
- package/bundled-skills/pentest-tools/src-hunter/references/playbooks/http-smuggling.md +924 -0
- package/bundled-skills/pentest-tools/src-hunter/references/playbooks/info-disclosure.md +432 -0
- package/bundled-skills/pentest-tools/src-hunter/references/playbooks/intranet-postexp.md +4845 -0
- package/bundled-skills/pentest-tools/src-hunter/references/playbooks/llm-prompt-injection.md +1394 -0
- package/bundled-skills/pentest-tools/src-hunter/references/playbooks/logic-flaws.md +1796 -0
- package/bundled-skills/pentest-tools/src-hunter/references/playbooks/mobile.md +397 -0
- package/bundled-skills/pentest-tools/src-hunter/references/playbooks/oauth-saml-jwt.md +2504 -0
- package/bundled-skills/pentest-tools/src-hunter/references/playbooks/path-traversal.md +1297 -0
- package/bundled-skills/pentest-tools/src-hunter/references/playbooks/race-conditions.md +207 -0
- package/bundled-skills/pentest-tools/src-hunter/references/playbooks/rce.md +4829 -0
- package/bundled-skills/pentest-tools/src-hunter/references/playbooks/sqli.md +1620 -0
- package/bundled-skills/pentest-tools/src-hunter/references/playbooks/ssrf-cache-host.md +2098 -0
- package/bundled-skills/pentest-tools/src-hunter/references/playbooks/unauth-access.md +330 -0
- package/bundled-skills/pentest-tools/src-hunter/references/playbooks/xss.md +1159 -0
- package/bundled-skills/pentest-tools/src-hunter/references/templates/report-submission.md +346 -0
- package/bundled-skills/pentest-tools/src-hunter/references/tools/mcp-jshook.md +174 -0
- package/bundled-skills/protocol-reverse/SKILL.md +108 -0
- package/bundled-skills/protocol-reverse/references/protocol-workflow.md +29 -0
- package/bundled-skills/pwn-chain/SKILL.md +209 -0
- package/bundled-skills/pwn-chain/references/heap-pwn.md +283 -0
- package/bundled-skills/pwn-chain/references/kernel-pwn.md +370 -0
- package/bundled-skills/pwn-chain/references/stack-pwn.md +312 -0
- package/bundled-skills/radare2/SKILL.md +460 -0
- package/bundled-skills/radare2/references/cheatsheet.md +129 -0
- package/bundled-skills/radio-sdr/SKILL.md +77 -0
- package/bundled-skills/radio-sdr/references/sdr-lab-rules.md +6 -0
- package/bundled-skills/reverse-browser-automation/SKILL.md +249 -0
- package/bundled-skills/reverse-browser-automation/references/playwright-cheatsheet.md +425 -0
- package/bundled-skills/reverse-engineering/SKILL.md +213 -0
- package/bundled-skills/reverse-engineering/dsl-vm-reverse/SKILL.md +388 -0
- package/bundled-skills/reverse-engineering/references/ai-assisted-re.md +149 -0
- package/bundled-skills/reverse-engineering/references/anti-analysis.md +836 -0
- package/bundled-skills/reverse-engineering/references/awesome-re-resources.md +135 -0
- package/bundled-skills/reverse-engineering/references/crypto-decode-tools.md +220 -0
- package/bundled-skills/reverse-engineering/references/elf-analysis.md +296 -0
- package/bundled-skills/reverse-engineering/references/field-notes.md +540 -0
- package/bundled-skills/reverse-engineering/references/go-reverse.md +240 -0
- package/bundled-skills/reverse-engineering/references/kernel-driver-reverse.md +298 -0
- package/bundled-skills/reverse-engineering/references/languages-compiled.md +587 -0
- package/bundled-skills/reverse-engineering/references/languages-platforms.md +486 -0
- package/bundled-skills/reverse-engineering/references/languages.md +499 -0
- package/bundled-skills/reverse-engineering/references/nonpe-format-cookbook.md +301 -0
- package/bundled-skills/reverse-engineering/references/ollvm-deobfuscation.md +501 -0
- package/bundled-skills/reverse-engineering/references/patterns-ctf-2.md +397 -0
- package/bundled-skills/reverse-engineering/references/patterns-ctf-3.md +719 -0
- package/bundled-skills/reverse-engineering/references/patterns-ctf.md +532 -0
- package/bundled-skills/reverse-engineering/references/patterns.md +801 -0
- package/bundled-skills/reverse-engineering/references/platforms-hardware.md +304 -0
- package/bundled-skills/reverse-engineering/references/platforms.md +442 -0
- package/bundled-skills/reverse-engineering/references/re-agent-workflow.md +240 -0
- package/bundled-skills/reverse-engineering/references/tools-advanced.md +822 -0
- package/bundled-skills/reverse-engineering/references/tools-dynamic.md +846 -0
- package/bundled-skills/reverse-engineering/references/tools.md +546 -0
- package/bundled-skills/supply-chain-security/SKILL.md +180 -0
- package/bundled-skills/supply-chain-security/references/cicd-pipeline-security.md +137 -0
- package/bundled-skills/supply-chain-security/references/sbom-sca-methodology.md +74 -0
- package/bundled-skills/thick-client/SKILL.md +104 -0
- package/bundled-skills/thick-client/references/thick-client-checklist.md +9 -0
- package/bundled-skills/threat-hunting/SKILL.md +94 -0
- package/bundled-skills/threat-hunting/references/hunting-loop.md +5 -0
- package/bundled-skills/threat-intelligence/SKILL.md +176 -0
- package/bundled-skills/threat-intelligence/references/x-public-intelligence.md +93 -0
- package/bundled-skills/tree-ring-memory/SKILL.md +29 -9
- package/bundled-skills/wifi-wireless/SKILL.md +80 -0
- package/bundled-skills/wifi-wireless/references/wireless-lab-rules.md +6 -0
- package/bundled-skills/windows-ad/SKILL.md +109 -0
- package/bundled-skills/windows-ad/references/ad-attack-paths.md +12 -0
- package/package.json +1 -1
- package/skills_index.json +1214 -2
|
@@ -0,0 +1,270 @@
|
|
|
1
|
+
# 授权渗透测试自主循环
|
|
2
|
+
|
|
3
|
+
> 本文件定义了 AI 执行渗透测试时的完整自主循环框架。
|
|
4
|
+
> AI 在进入渗透测试模式后,必须按此框架运行。
|
|
5
|
+
|
|
6
|
+
你正在一个授权的渗透测试工作区内,以谨慎、专业的安全测试助手身份操作。
|
|
7
|
+
|
|
8
|
+
你的目标是帮助完成 `scope.md` 中描述的安全评估,同时严格遵守 `rules.md`。
|
|
9
|
+
|
|
10
|
+
这不是一个不受限制的攻击循环。你必须安全地操作,记录所有内容,并在风险增加时停止并请求批准。
|
|
11
|
+
|
|
12
|
+
---
|
|
13
|
+
|
|
14
|
+
## 必需文件
|
|
15
|
+
|
|
16
|
+
在每次迭代之前,请阅读或刷新以下文件:
|
|
17
|
+
|
|
18
|
+
1. `scope.md` — 授权范围
|
|
19
|
+
2. `rules.md` — 测试规则
|
|
20
|
+
3. `task_plan.md` — 测试计划
|
|
21
|
+
4. `findings.md` — 发现记录
|
|
22
|
+
5. `progress.md` — 进度记录
|
|
23
|
+
|
|
24
|
+
将这些文件视为事实来源。
|
|
25
|
+
|
|
26
|
+
如果缺少其中任何文件,从 `templates/` 目录复制对应模板并填写,然后继续。
|
|
27
|
+
|
|
28
|
+
---
|
|
29
|
+
|
|
30
|
+
## 核心循环
|
|
31
|
+
|
|
32
|
+
对于每次迭代,请遵循以下顺序:
|
|
33
|
+
|
|
34
|
+
### 1. 重新对齐目标
|
|
35
|
+
|
|
36
|
+
问自己:
|
|
37
|
+
|
|
38
|
+
- 用户的授权目标是什么?
|
|
39
|
+
- 当前项目的目标是什么?
|
|
40
|
+
- 我处于测试的哪个阶段?
|
|
41
|
+
- 已经完成了哪些工作?
|
|
42
|
+
- 还有哪些未完成?
|
|
43
|
+
- 哪些是被明确禁止的?
|
|
44
|
+
|
|
45
|
+
### 2. 审查已知发现
|
|
46
|
+
|
|
47
|
+
检查 `findings.md` 并识别:
|
|
48
|
+
|
|
49
|
+
- 已知的端点
|
|
50
|
+
- 参数
|
|
51
|
+
- 认证行为
|
|
52
|
+
- 授权行为
|
|
53
|
+
- 有趣的响应头
|
|
54
|
+
- JavaScript 文件
|
|
55
|
+
- API 路由
|
|
56
|
+
- 错误信息
|
|
57
|
+
- 技术线索
|
|
58
|
+
- 之前失败的尝试
|
|
59
|
+
- 已收集的证据
|
|
60
|
+
|
|
61
|
+
### 3. 决定下一个最安全且有价值的操作
|
|
62
|
+
|
|
63
|
+
选择恰好一个下一步操作。
|
|
64
|
+
|
|
65
|
+
该操作必须:
|
|
66
|
+
|
|
67
|
+
- 在授权范围内
|
|
68
|
+
- 默认低风险
|
|
69
|
+
- 对推进任务有用
|
|
70
|
+
- 以证据为导向
|
|
71
|
+
- 在可能的情况下是可逆的或只读的
|
|
72
|
+
- 在速率和体量上保持保守
|
|
73
|
+
|
|
74
|
+
优先选择被动或低风险的操作。
|
|
75
|
+
|
|
76
|
+
### 4. 风险门控
|
|
77
|
+
|
|
78
|
+
将下一步操作分类为:
|
|
79
|
+
|
|
80
|
+
- **低风险**:被动审查、读取本地文件、整理笔记、分析已捕获的流量
|
|
81
|
+
- **中风险**:向范围内目标发送少量受控的 HTTP 请求
|
|
82
|
+
- **高风险**:模糊测试、暴力破解、漏洞利用、文件上传测试、认证绕过验证、OAST 载荷、可能改变服务端状态的操作
|
|
83
|
+
- **严重风险**:破坏性操作、大流量、超出范围、数据外渗、拒绝服务、持久化、横向移动
|
|
84
|
+
|
|
85
|
+
规则:
|
|
86
|
+
|
|
87
|
+
- 低风险、中风险、高风险操作可以继续
|
|
88
|
+
- **严重风险操作不得执行**。需要明确的用户批准才能执行
|
|
89
|
+
|
|
90
|
+
### 5. 执行或请求批准
|
|
91
|
+
|
|
92
|
+
如果操作是低/中/高风险:
|
|
93
|
+
|
|
94
|
+
- 仅执行最小必要的操作
|
|
95
|
+
- 避免激进的扫描
|
|
96
|
+
- 除非已配置并获得批准,否则避免不必要的代理
|
|
97
|
+
- 避免触碰范围外的主机
|
|
98
|
+
- 避免破坏性载荷
|
|
99
|
+
|
|
100
|
+
如果操作是严重风险:
|
|
101
|
+
|
|
102
|
+
- 不执行
|
|
103
|
+
- 写出提议的操作、理由、风险和预期证据
|
|
104
|
+
- 请求用户批准
|
|
105
|
+
|
|
106
|
+
### 6. 记录结果
|
|
107
|
+
|
|
108
|
+
每次操作后,更新:
|
|
109
|
+
|
|
110
|
+
- `progress.md`:记录做了什么、何时做的、发生了什么
|
|
111
|
+
- `findings.md`:记录任何有用的发现、证据或假设
|
|
112
|
+
- `task_plan.md`:记录阶段进度和下一步计划
|
|
113
|
+
|
|
114
|
+
不要仅依赖聊天上下文。
|
|
115
|
+
|
|
116
|
+
### 7. 继续前的自我检查
|
|
117
|
+
|
|
118
|
+
问自己:
|
|
119
|
+
|
|
120
|
+
- 我取得进展了吗?
|
|
121
|
+
- 我更新了正确的文件吗?
|
|
122
|
+
- 我收集了证据吗?
|
|
123
|
+
- 我重复了失败的操作吗?
|
|
124
|
+
- 我是否保持在授权范围内?
|
|
125
|
+
- 下一步操作仍然安全吗?
|
|
126
|
+
- 成功标准是否已经达成?
|
|
127
|
+
|
|
128
|
+
### 8. 完成检查
|
|
129
|
+
|
|
130
|
+
仅在以下情况下任务才算完成:
|
|
131
|
+
|
|
132
|
+
- `task_plan.md` 中所有计划的阶段都已完成,或已明确跳过并给出理由
|
|
133
|
+
- 重要发现附有证据
|
|
134
|
+
- 风险已分类
|
|
135
|
+
- 剩余的不确定项已记录
|
|
136
|
+
- 最终报告草稿已存在或已准备好生成
|
|
137
|
+
|
|
138
|
+
如果完成:停止循环 → 总结最终状态 → 列出证据 → 列出未解决项 → 生成最终报告
|
|
139
|
+
|
|
140
|
+
如果未完成:继续执行下一个最安全且有价值的操作
|
|
141
|
+
|
|
142
|
+
---
|
|
143
|
+
|
|
144
|
+
## 硬性安全规则
|
|
145
|
+
|
|
146
|
+
永远不要执行:
|
|
147
|
+
|
|
148
|
+
- 拒绝服务测试
|
|
149
|
+
- 高频率扫描
|
|
150
|
+
- 密码喷洒
|
|
151
|
+
- 凭证填充
|
|
152
|
+
- 破坏性利用
|
|
153
|
+
- 持久化
|
|
154
|
+
- 横向移动
|
|
155
|
+
- 数据外渗
|
|
156
|
+
- 在授权范围外测试
|
|
157
|
+
- 绕过用户的明确限制
|
|
158
|
+
|
|
159
|
+
如果不确定某个操作是否被允许,请停止并询问。
|
|
160
|
+
|
|
161
|
+
---
|
|
162
|
+
|
|
163
|
+
## 用户协助
|
|
164
|
+
|
|
165
|
+
当需要用户帮助时请随时提出:
|
|
166
|
+
|
|
167
|
+
1. 打开浏览器进行点击
|
|
168
|
+
2. 输入验证码
|
|
169
|
+
3. 查看你看不到的变化
|
|
170
|
+
4. 验证某个东西
|
|
171
|
+
|
|
172
|
+
---
|
|
173
|
+
|
|
174
|
+
## 每次迭代的输出格式
|
|
175
|
+
|
|
176
|
+
```markdown
|
|
177
|
+
### 循环迭代摘要
|
|
178
|
+
|
|
179
|
+
当前阶段:
|
|
180
|
+
上一步已完成的操作:
|
|
181
|
+
新发现:
|
|
182
|
+
下一步操作的风险等级:
|
|
183
|
+
下一步操作:
|
|
184
|
+
理由:
|
|
185
|
+
已更新的文件:
|
|
186
|
+
是否需要批准:是/否
|
|
187
|
+
```
|
|
188
|
+
|
|
189
|
+
如果需要批准,停止并询问用户。
|
|
190
|
+
|
|
191
|
+
---
|
|
192
|
+
|
|
193
|
+
## 上下文压缩
|
|
194
|
+
|
|
195
|
+
每次循环结束后,必须对当前上下文进行压缩总结。压缩不是简单摘要,而是为了让下一轮渗透测试能够安全、连续、可复盘地进行。
|
|
196
|
+
|
|
197
|
+
### 必须保留的信息
|
|
198
|
+
|
|
199
|
+
1. **授权范围** — 域名/IP/应用/API/账号/环境 + 禁止项 + 限制条件
|
|
200
|
+
2. **当前目标** — 测试阶段 + 本轮目标 + 完成状态
|
|
201
|
+
3. **已发现资产** — URL/接口/参数/认证流程(区分已确认 vs 推测)
|
|
202
|
+
4. **已测试内容** — 测过什么 + 用了什么方法 + 结果如何(避免重复低价值测试)
|
|
203
|
+
5. **漏洞发现与线索** — 已确认漏洞 + 潜在漏洞 + 可疑行为 + 异常报错
|
|
204
|
+
6. **证据** — 关键请求/响应 + 状态码 + 截图/日志/文件路径 + 时间戳
|
|
205
|
+
7. **风险与安全** — 已执行操作 + 主动避免的操作 + 是否合规
|
|
206
|
+
8. **敏感信息** — 不存完整密码/Token,只保留类型和状态描述
|
|
207
|
+
9. **假设与下一步** — 未验证假设 + 下一轮低风险验证方向
|
|
208
|
+
|
|
209
|
+
### 压缩格式
|
|
210
|
+
|
|
211
|
+
```markdown
|
|
212
|
+
## Loop Context Summary
|
|
213
|
+
|
|
214
|
+
### 1. Authorization Scope
|
|
215
|
+
- In scope:
|
|
216
|
+
- Out of scope:
|
|
217
|
+
- Constraints:
|
|
218
|
+
- Approval required for:
|
|
219
|
+
|
|
220
|
+
### 2. Current Phase and Objective
|
|
221
|
+
- Current phase:
|
|
222
|
+
- Loop objective:
|
|
223
|
+
- Status:
|
|
224
|
+
- Reason:
|
|
225
|
+
|
|
226
|
+
### 3. Confirmed Assets
|
|
227
|
+
- Domains/subdomains:
|
|
228
|
+
- URLs/endpoints:
|
|
229
|
+
- Parameters:
|
|
230
|
+
- Auth/session details:
|
|
231
|
+
- JS/API clues:
|
|
232
|
+
|
|
233
|
+
### 4. Tested Items
|
|
234
|
+
- Tested:
|
|
235
|
+
- Method:
|
|
236
|
+
- Result:
|
|
237
|
+
- Already ruled out:
|
|
238
|
+
|
|
239
|
+
### 5. Findings and Clues
|
|
240
|
+
- Confirmed findings:
|
|
241
|
+
- Potential vulnerabilities:
|
|
242
|
+
- Suspicious behavior:
|
|
243
|
+
- Error messages:
|
|
244
|
+
- Access control observations:
|
|
245
|
+
|
|
246
|
+
### 6. Evidence
|
|
247
|
+
- Important requests:
|
|
248
|
+
- Important responses:
|
|
249
|
+
- Status codes:
|
|
250
|
+
- Burp/Repeater/Collaborator references:
|
|
251
|
+
- Screenshots/logs/files:
|
|
252
|
+
- Timestamps:
|
|
253
|
+
|
|
254
|
+
### 7. Risk and Safety
|
|
255
|
+
- Low-risk actions performed:
|
|
256
|
+
- High-risk actions avoided:
|
|
257
|
+
- Actions requiring approval:
|
|
258
|
+
- Compliance with rules:
|
|
259
|
+
|
|
260
|
+
### 8. Sensitive Data Handling
|
|
261
|
+
- Secrets stored: No
|
|
262
|
+
- Redacted values:
|
|
263
|
+
- Authentication state:
|
|
264
|
+
|
|
265
|
+
### 9. Next Recommended Steps
|
|
266
|
+
- Next low-risk step:
|
|
267
|
+
- Hypothesis to verify:
|
|
268
|
+
- Required tools:
|
|
269
|
+
- Stop condition:
|
|
270
|
+
```
|
|
@@ -0,0 +1,154 @@
|
|
|
1
|
+
# 授权侦察流水线(Bug Bounty / 渗透)
|
|
2
|
+
|
|
3
|
+
> 来源启发:社区 bug bounty recon 管线(subfinder→httpx→katana→nuclei→ffuf 等)、claude-bug-bounty 类 /recon 流程
|
|
4
|
+
> 日期:2026-07-17(P0 ops:CF 浏览器头 / Windows nmap / Evidence append)
|
|
5
|
+
> **MUST** 先满足 `ops/scope-contract.md`;禁止「只给一个域名就全网狂扫」
|
|
6
|
+
|
|
7
|
+
## 0. 门闩
|
|
8
|
+
|
|
9
|
+
```text
|
|
10
|
+
□ auth.status = granted(SRC/BB in-scope / 书面授权)
|
|
11
|
+
□ in_scope.assets 非空(域名/IP/URL 列表)
|
|
12
|
+
□ network_profile = authorized_target_only | lab_only
|
|
13
|
+
□ out_of_scope 已读(禁止 DoS、禁止超范围)
|
|
14
|
+
```
|
|
15
|
+
|
|
16
|
+
Ready case in one shot:
|
|
17
|
+
|
|
18
|
+
```powershell
|
|
19
|
+
powershell -NoProfile -ExecutionPolicy Bypass -File skills\scripts\case-init.ps1 `
|
|
20
|
+
-Hint "web pentest app.example" -CaseName "demo-case" `
|
|
21
|
+
-AuthGranted -TargetUrl "https://app.example/" -NetworkProfile authorized_target_only
|
|
22
|
+
|
|
23
|
+
# ACT 前轻量门禁(未就绪 exit 2)
|
|
24
|
+
powershell -File skills\scripts\case-guard.ps1 -CaseRoot work\demo-case
|
|
25
|
+
```
|
|
26
|
+
|
|
27
|
+
## 0.1 Cloudflare / CDN 边缘:浏览器客户端头(MUST 先试)
|
|
28
|
+
|
|
29
|
+
很多 SaaS 在 **裸 curl / 数据中心 UA** 上返回 WAF `403 access-policy`(例如 `ap3`),但带浏览器 Origin/Referer 后 API 正常。
|
|
30
|
+
|
|
31
|
+
**默认先用可复制模板**(再谈目录爆破/nuclei):
|
|
32
|
+
|
|
33
|
+
```bash
|
|
34
|
+
# Headers only
|
|
35
|
+
curl -sS -D - -o NUL --max-time 15 \
|
|
36
|
+
-A "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36" \
|
|
37
|
+
-H "Accept: application/json, text/plain, */*" \
|
|
38
|
+
-H "Origin: https://app.example" \
|
|
39
|
+
-H "Referer: https://app.example/" \
|
|
40
|
+
"https://api.example/v1/health"
|
|
41
|
+
|
|
42
|
+
# Same-site style API call
|
|
43
|
+
curl -sS --max-time 15 \
|
|
44
|
+
-A "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36" \
|
|
45
|
+
-H "Accept: application/json" \
|
|
46
|
+
-H "Origin: https://app.example" \
|
|
47
|
+
-H "Referer: https://app.example/" \
|
|
48
|
+
-H "Sec-Fetch-Site: same-site" \
|
|
49
|
+
-H "Sec-Fetch-Mode: cors" \
|
|
50
|
+
-H "Sec-Fetch-Dest: empty" \
|
|
51
|
+
"https://api.example/app/v1/clock"
|
|
52
|
+
```
|
|
53
|
+
|
|
54
|
+
```text
|
|
55
|
+
□ 裸 curl 403 + JSON access-policy / CF-RAY → 换浏览器 UA + Origin/Referer 重试
|
|
56
|
+
□ 仍 403 且 HTML 含 Cf-Mitigated: challenge → 需要真实浏览器 / 登录会话,不要盲扫打爆
|
|
57
|
+
□ SPA 任意路径 200 + 相同 body 大小 → 多为前端路由,不是真实 API 命中
|
|
58
|
+
```
|
|
59
|
+
|
|
60
|
+
## 0.2 Windows curl:`[]` 被当成范围(原型污染 URL)
|
|
61
|
+
|
|
62
|
+
```text
|
|
63
|
+
curl: (3) bad range in position N: ... __proto__[test]=...
|
|
64
|
+
```
|
|
65
|
+
|
|
66
|
+
**MUST** 使用 `--globoff`,或 `--data-urlencode`:
|
|
67
|
+
|
|
68
|
+
```bash
|
|
69
|
+
curl.exe --globoff -sS "https://target/?__proto__%5Btest%5D=polluted"
|
|
70
|
+
curl.exe --globoff -sS -G "https://target/path" --data-urlencode "__proto__[test]=polluted"
|
|
71
|
+
```
|
|
72
|
+
|
|
73
|
+
客户端 / DOM 面进一步见 `client-side-lab-playbook.md`。
|
|
74
|
+
|
|
75
|
+
## 0.3 Windows nmap 坑(本机)
|
|
76
|
+
|
|
77
|
+
在部分 Windows 环境,默认 Nmap 可能报:
|
|
78
|
+
|
|
79
|
+
```text
|
|
80
|
+
dnet: Failed to open device eth0
|
|
81
|
+
QUITTING!
|
|
82
|
+
```
|
|
83
|
+
|
|
84
|
+
**处理:**
|
|
85
|
+
|
|
86
|
+
```text
|
|
87
|
+
□ 优先 TCP connect 扫描:nmap -sT -sV --top-ports 50 -Pn -T3 target
|
|
88
|
+
□ 目标在 Cloudflare/CDN 后:应用层(HTTPS/API/JS)优先,全端口 raw 扫描收益低
|
|
89
|
+
□ 仍失败:记录为环境限制,继续 http/curl 侦察,不要卡死在 nmap
|
|
90
|
+
```
|
|
91
|
+
|
|
92
|
+
## 1. 推荐阶段(可裁剪)
|
|
93
|
+
|
|
94
|
+
| 阶段 | 典型工具 | 产出 |
|
|
95
|
+
|------|----------|------|
|
|
96
|
+
| 1 被动子域 | subfinder / amass / crt | domains.txt |
|
|
97
|
+
| 2 存活 | httpx(注意:Windows 上 `httpx` 可能是 Python 库 CLI,不是 projectdiscovery) | live.txt + tech |
|
|
98
|
+
| 3 URL/爬虫 | katana / gau / wayback(按授权) | urls.txt |
|
|
99
|
+
| 4 指纹/模板 | nuclei -severity critical,high | candidates |
|
|
100
|
+
| 5 目录/参数 | ffuf / arjun | 隐藏面 |
|
|
101
|
+
| 6 验证 | 手工 / sqlmap / 专用 PoC | **E-*** 证据 |
|
|
102
|
+
| 7 报告 | docs-generator | F/P 链 |
|
|
103
|
+
|
|
104
|
+
工具未在 bootstrap-manifest 中的:**文档安装或 Kali 预装**,禁止假装可 bootstrap。
|
|
105
|
+
|
|
106
|
+
## 2. Evidence 门(降误报 — 本包特色)
|
|
107
|
+
|
|
108
|
+
```text
|
|
109
|
+
nuclei/ffuf 命中 ≠ Finding validated
|
|
110
|
+
□ 每条候选:复现命令 + 响应摘录(脱敏)→ E-id
|
|
111
|
+
□ 仅 validated 进报告 High+
|
|
112
|
+
□ timeline 每阶段至少 1 条
|
|
113
|
+
```
|
|
114
|
+
|
|
115
|
+
### 2.1 追加 Evidence(固定结构,禁止自创目录)
|
|
116
|
+
|
|
117
|
+
契约字段见 `skills/ops/evidence-finding-path.md`。
|
|
118
|
+
一键写入 case 目录:
|
|
119
|
+
|
|
120
|
+
```powershell
|
|
121
|
+
# Prefer -RawExcerptFile when excerpt has quotes/spaces (nested powershell -File splits multi-word values)
|
|
122
|
+
Set-Content work\demo-case\excerpt.txt -Value '{"clock":"...","status":true}' -Encoding utf8
|
|
123
|
+
powershell -NoProfile -ExecutionPolicy Bypass -File skills\scripts\append-evidence.ps1 `
|
|
124
|
+
-CaseRoot "work\demo-case" `
|
|
125
|
+
-Id "E-001" `
|
|
126
|
+
-Title "Public clock API returns 200" `
|
|
127
|
+
-ReproCommand 'curl -s "https://api.example/app/v1/clock" -A "Mozilla/5.0" -H "Origin: https://app.example" -H "Referer: https://app.example/"' `
|
|
128
|
+
-Severity info `
|
|
129
|
+
-Status observed `
|
|
130
|
+
-RawExcerptFile "work\demo-case\excerpt.txt" `
|
|
131
|
+
-Location "https://api.example/app/v1/clock"
|
|
132
|
+
```
|
|
133
|
+
|
|
134
|
+
产物:
|
|
135
|
+
|
|
136
|
+
- `work/<case>/evidence/E-001.md`(含 title / repro_command / raw_excerpt / status)
|
|
137
|
+
- `work/<case>/evidence/INDEX.md` 索引行
|
|
138
|
+
|
|
139
|
+
社区「7-question gate / 检测与验证分离」思路:与我们的 Evidence→Finding 一致。
|
|
140
|
+
|
|
141
|
+
## 3. 与 src-hunter / api-security
|
|
142
|
+
|
|
143
|
+
深度漏洞类型 playbook → `pentest-tools/src-hunter/`。
|
|
144
|
+
本流水线解决 **怎么从资产到候选**;playbook 解决 **怎么验某一类洞**。
|
|
145
|
+
Web SaaS 未登录面 → 本流水线;拿到 token/会话后的 BOLA/IDOR → 可交接 `api-security/`。
|
|
146
|
+
|
|
147
|
+
## 4. 明确禁止
|
|
148
|
+
|
|
149
|
+
```text
|
|
150
|
+
□ 无 scope 的 masscan 全网段
|
|
151
|
+
□ 对 out_of_scope 子公司/第三方自动扩展
|
|
152
|
+
□ 把 scanner 输出直接当已确认漏洞写 HackerOne
|
|
153
|
+
□ 在 Cloudflare challenge 上硬刚爆破打崩边缘
|
|
154
|
+
```
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
# 测试规则 (Rules)
|
|
2
|
+
|
|
3
|
+
## 允许的操作
|
|
4
|
+
|
|
5
|
+
- [x] 被动信息收集
|
|
6
|
+
- [x] 端口扫描(低速率)
|
|
7
|
+
- [x] 漏洞扫描(Nuclei 模板)
|
|
8
|
+
- [x] Web 应用测试(SQL 注入、XSS、SSRF 等)
|
|
9
|
+
- [ ] 暴力破解(需确认)
|
|
10
|
+
- [ ] 社会工程(需确认)
|
|
11
|
+
|
|
12
|
+
## 禁止的操作
|
|
13
|
+
|
|
14
|
+
- 拒绝服务(DoS/DDoS)
|
|
15
|
+
- 数据外渗(不得下载用户数据)
|
|
16
|
+
- 持久化(不得植入后门)
|
|
17
|
+
- 横向移动(不得攻击范围外主机)
|
|
18
|
+
- 物理渗透
|
|
19
|
+
|
|
20
|
+
## 速率限制
|
|
21
|
+
|
|
22
|
+
- 最大并发请求:
|
|
23
|
+
- 扫描间隔:
|
|
24
|
+
- 每分钟最大请求数:
|
|
25
|
+
|
|
26
|
+
## 时间窗口
|
|
27
|
+
|
|
28
|
+
- 允许测试时间:
|
|
29
|
+
- 禁止测试时间:
|
|
30
|
+
|
|
31
|
+
## 报告要求
|
|
32
|
+
|
|
33
|
+
- 发现高危漏洞时:立即通知
|
|
34
|
+
- 报告格式:Markdown
|
|
35
|
+
- 报告交付时间:
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
# 授权范围 (Scope)
|
|
2
|
+
|
|
3
|
+
## 目标
|
|
4
|
+
|
|
5
|
+
| 类型 | 目标 | 备注 |
|
|
6
|
+
|------|------|------|
|
|
7
|
+
| 域名 | | |
|
|
8
|
+
| IP | | |
|
|
9
|
+
| 应用 | | |
|
|
10
|
+
| API | | |
|
|
11
|
+
|
|
12
|
+
## 授权账号
|
|
13
|
+
|
|
14
|
+
| 角色 | 用户名 | 备注 |
|
|
15
|
+
|------|--------|------|
|
|
16
|
+
| | | |
|
|
17
|
+
|
|
18
|
+
## 明确禁止
|
|
19
|
+
|
|
20
|
+
- [ ] 不得测试的目标:
|
|
21
|
+
- [ ] 不得执行的操作:
|
|
22
|
+
- [ ] 时间限制:
|
|
23
|
+
- [ ] 速率限制:
|
|
24
|
+
|
|
25
|
+
## 授权证明
|
|
26
|
+
|
|
27
|
+
- 授权人:
|
|
28
|
+
- 授权日期:
|
|
29
|
+
- 授权范围描述:
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
# 测试计划 (Task Plan)
|
|
2
|
+
|
|
3
|
+
## 阶段概览
|
|
4
|
+
|
|
5
|
+
| # | 阶段 | 状态 | 备注 |
|
|
6
|
+
|---|------|------|------|
|
|
7
|
+
| 1 | 信息收集 | 未开始 | |
|
|
8
|
+
| 2 | 漏洞扫描 | 未开始 | |
|
|
9
|
+
| 3 | Web 渗透 | 未开始 | |
|
|
10
|
+
| 4 | 认证/授权测试 | 未开始 | |
|
|
11
|
+
| 5 | 业务逻辑测试 | 未开始 | |
|
|
12
|
+
| 6 | 后渗透 | 未开始 | |
|
|
13
|
+
| 7 | 报告生成 | 未开始 | |
|
|
14
|
+
|
|
15
|
+
## 当前阶段详情
|
|
16
|
+
|
|
17
|
+
### 阶段 1:信息收集
|
|
18
|
+
|
|
19
|
+
- [ ] 端口扫描
|
|
20
|
+
- [ ] 子域名枚举
|
|
21
|
+
- [ ] 目录发现
|
|
22
|
+
- [ ] 技术栈识别
|
|
23
|
+
- [ ] JS 文件分析
|
|
24
|
+
|
|
25
|
+
## 下一步
|
|
26
|
+
|
|
27
|
+
待开始。
|