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,852 @@
|
|
|
1
|
+
# 信息收集
|
|
2
|
+
|
|
3
|
+
_20 条工具命令_
|
|
4
|
+
|
|
5
|
+
### Nmap `nmap`
|
|
6
|
+
_网络扫描和安全审计工具_
|
|
7
|
+
|
|
8
|
+
**Step 0**
|
|
9
|
+
> 使用TCP连接方式进行端口扫描
|
|
10
|
+
```
|
|
11
|
+
nmap -sT target_ip
|
|
12
|
+
```
|
|
13
|
+
**语法解析:**
|
|
14
|
+
- `nmap` — Nmap扫描工具 _command_
|
|
15
|
+
- `-sT` — TCP连接扫描模式 _parameter_
|
|
16
|
+
- `target_ip` — 目标IP地址 _value_
|
|
17
|
+
|
|
18
|
+
**Step 0**
|
|
19
|
+
> 使用SYN包进行隐蔽扫描,需要root权限
|
|
20
|
+
_platform: linux_
|
|
21
|
+
```
|
|
22
|
+
nmap -sS target_ip
|
|
23
|
+
```
|
|
24
|
+
**语法解析:**
|
|
25
|
+
- `-sS` — SYN扫描(半开扫描),更隐蔽 _parameter_
|
|
26
|
+
|
|
27
|
+
**Step 0**
|
|
28
|
+
> 扫描UDP端口
|
|
29
|
+
```
|
|
30
|
+
nmap -sU target_ip
|
|
31
|
+
```
|
|
32
|
+
**语法解析:**
|
|
33
|
+
- `-sU` — UDP扫描模式 _parameter_
|
|
34
|
+
|
|
35
|
+
**Step 0**
|
|
36
|
+
> 探测开放端口的服务版本信息
|
|
37
|
+
```
|
|
38
|
+
nmap -sV target_ip
|
|
39
|
+
```
|
|
40
|
+
**语法解析:**
|
|
41
|
+
- `-sV` — 服务版本探测 _parameter_
|
|
42
|
+
|
|
43
|
+
**Step 0**
|
|
44
|
+
> 尝试识别目标操作系统
|
|
45
|
+
```
|
|
46
|
+
nmap -O target_ip
|
|
47
|
+
```
|
|
48
|
+
**语法解析:**
|
|
49
|
+
- `-O` — 操作系统探测 _parameter_
|
|
50
|
+
|
|
51
|
+
**Step 0**
|
|
52
|
+
> 启用高级功能进行全面扫描
|
|
53
|
+
```
|
|
54
|
+
nmap -A target_ip
|
|
55
|
+
```
|
|
56
|
+
**语法解析:**
|
|
57
|
+
- `-A` — 启用OS检测、版本检测、脚本扫描和traceroute _parameter_
|
|
58
|
+
|
|
59
|
+
**Step 0**
|
|
60
|
+
> 只扫描指定的端口
|
|
61
|
+
```
|
|
62
|
+
nmap -p 22,80,443 target_ip
|
|
63
|
+
```
|
|
64
|
+
**语法解析:**
|
|
65
|
+
- `-p` — 指定端口 _parameter_
|
|
66
|
+
- `22,80,443` — 端口号列表 _value_
|
|
67
|
+
|
|
68
|
+
**Step 0**
|
|
69
|
+
> 扫描指定范围的端口
|
|
70
|
+
```
|
|
71
|
+
nmap -p 1-1000 target_ip
|
|
72
|
+
```
|
|
73
|
+
**语法解析:**
|
|
74
|
+
- `1-1000` — 端口范围 _value_
|
|
75
|
+
|
|
76
|
+
**Step 0**
|
|
77
|
+
> 使用Nmap脚本引擎进行漏洞扫描
|
|
78
|
+
```
|
|
79
|
+
nmap --script=vuln target_ip
|
|
80
|
+
```
|
|
81
|
+
**语法解析:**
|
|
82
|
+
- `--script=` — 指定Nmap脚本 _parameter_
|
|
83
|
+
- `vuln` — 漏洞检测脚本类别 _value_
|
|
84
|
+
|
|
85
|
+
**Step 0**
|
|
86
|
+
> 扫描SMB共享和用户信息
|
|
87
|
+
```
|
|
88
|
+
nmap --script=smb-enum-shares,smb-enum-users target_ip
|
|
89
|
+
```
|
|
90
|
+
|
|
91
|
+
**Step 0**
|
|
92
|
+
> HTTP服务漏洞扫描
|
|
93
|
+
```
|
|
94
|
+
nmap --script=http-enum,http-vuln* -p 80,443 target_ip
|
|
95
|
+
```
|
|
96
|
+
|
|
97
|
+
**Step 0**
|
|
98
|
+
> 快速扫描,只扫描常用端口
|
|
99
|
+
```
|
|
100
|
+
nmap -F target_ip
|
|
101
|
+
```
|
|
102
|
+
**语法解析:**
|
|
103
|
+
- `-F` — 快速模式,扫描常用100个端口 _parameter_
|
|
104
|
+
|
|
105
|
+
**Step 0**
|
|
106
|
+
> 扫描整个网段
|
|
107
|
+
```
|
|
108
|
+
nmap 192.168.1.0/24
|
|
109
|
+
```
|
|
110
|
+
**语法解析:**
|
|
111
|
+
- `192.168.1.0/24` — CIDR格式的网段 _value_
|
|
112
|
+
|
|
113
|
+
**Step 0**
|
|
114
|
+
> 将扫描结果保存到文件
|
|
115
|
+
```
|
|
116
|
+
nmap -oN output.txt target_ip
|
|
117
|
+
```
|
|
118
|
+
**语法解析:**
|
|
119
|
+
- `-oN` — 普通格式输出 _parameter_
|
|
120
|
+
- `-oX` — XML格式输出 _parameter_
|
|
121
|
+
- `-oG` — Grepable格式输出 _parameter_
|
|
122
|
+
|
|
123
|
+
---
|
|
124
|
+
|
|
125
|
+
### Gobuster `gobuster`
|
|
126
|
+
_目录和子域名爆破工具_
|
|
127
|
+
|
|
128
|
+
**Step 0**
|
|
129
|
+
> 爆破网站目录
|
|
130
|
+
_platform: linux_
|
|
131
|
+
```
|
|
132
|
+
gobuster dir -u http://target.com -w wordlist.txt
|
|
133
|
+
```
|
|
134
|
+
**语法解析:**
|
|
135
|
+
- `gobuster` — Gobuster工具 _command_
|
|
136
|
+
- `dir` — 目录爆破模式 _value_
|
|
137
|
+
- `-u` — 目标URL _parameter_
|
|
138
|
+
- `-w` — 字典文件 _parameter_
|
|
139
|
+
|
|
140
|
+
**Step 0**
|
|
141
|
+
> 指定文件扩展名
|
|
142
|
+
_platform: linux_
|
|
143
|
+
```
|
|
144
|
+
gobuster dir -u http://target.com -w wordlist.txt -x php,html,txt
|
|
145
|
+
```
|
|
146
|
+
**语法解析:**
|
|
147
|
+
- `-x` — 文件扩展名 _parameter_
|
|
148
|
+
|
|
149
|
+
**Step 0**
|
|
150
|
+
> 爆破子域名
|
|
151
|
+
_platform: linux_
|
|
152
|
+
```
|
|
153
|
+
gobuster dns -d target.com -w subdomains.txt
|
|
154
|
+
```
|
|
155
|
+
**语法解析:**
|
|
156
|
+
- `dns` — DNS爆破模式 _value_
|
|
157
|
+
- `-d` — 目标域名 _parameter_
|
|
158
|
+
|
|
159
|
+
**Step 0**
|
|
160
|
+
> 使用Cookie认证
|
|
161
|
+
_platform: linux_
|
|
162
|
+
```
|
|
163
|
+
gobuster dir -u http://target.com -w wordlist.txt -c "PHPSESSID=xxx"
|
|
164
|
+
```
|
|
165
|
+
**语法解析:**
|
|
166
|
+
- `-c` — 设置Cookie _parameter_
|
|
167
|
+
|
|
168
|
+
**Step 0**
|
|
169
|
+
> 添加自定义Header
|
|
170
|
+
_platform: linux_
|
|
171
|
+
```
|
|
172
|
+
gobuster dir -u http://target.com -w wordlist.txt -H "Authorization: Bearer token"
|
|
173
|
+
```
|
|
174
|
+
**语法解析:**
|
|
175
|
+
- `-H` — 添加Header _parameter_
|
|
176
|
+
|
|
177
|
+
**Step 0**
|
|
178
|
+
> 设置线程数
|
|
179
|
+
_platform: linux_
|
|
180
|
+
```
|
|
181
|
+
gobuster dir -u http://target.com -w wordlist.txt -t 50
|
|
182
|
+
```
|
|
183
|
+
**语法解析:**
|
|
184
|
+
- `-t` — 线程数 _parameter_
|
|
185
|
+
|
|
186
|
+
**Step 0**
|
|
187
|
+
> 忽略特定状态码
|
|
188
|
+
_platform: linux_
|
|
189
|
+
```
|
|
190
|
+
gobuster dir -u http://target.com -w wordlist.txt -b 404,403
|
|
191
|
+
```
|
|
192
|
+
**语法解析:**
|
|
193
|
+
- `-b` — 黑名单状态码 _parameter_
|
|
194
|
+
|
|
195
|
+
---
|
|
196
|
+
|
|
197
|
+
### Nuclei `nuclei`
|
|
198
|
+
_快速漏洞扫描工具_
|
|
199
|
+
|
|
200
|
+
**Step 0**
|
|
201
|
+
> 使用所有模板扫描
|
|
202
|
+
_platform: linux_
|
|
203
|
+
```
|
|
204
|
+
nuclei -u http://target.com
|
|
205
|
+
```
|
|
206
|
+
|
|
207
|
+
**Step 0**
|
|
208
|
+
> 使用CVE模板
|
|
209
|
+
_platform: linux_
|
|
210
|
+
```
|
|
211
|
+
nuclei -u http://target.com -t cves/
|
|
212
|
+
```
|
|
213
|
+
|
|
214
|
+
**Step 0**
|
|
215
|
+
> 指定漏洞严重级别
|
|
216
|
+
_platform: linux_
|
|
217
|
+
```
|
|
218
|
+
nuclei -u http://target.com -severity critical,high
|
|
219
|
+
```
|
|
220
|
+
|
|
221
|
+
**Step 0**
|
|
222
|
+
> 从文件读取目标
|
|
223
|
+
_platform: linux_
|
|
224
|
+
```
|
|
225
|
+
nuclei -l urls.txt
|
|
226
|
+
```
|
|
227
|
+
|
|
228
|
+
**Step 0**
|
|
229
|
+
> 更新模板库
|
|
230
|
+
_platform: linux_
|
|
231
|
+
```
|
|
232
|
+
nuclei -update-templates
|
|
233
|
+
```
|
|
234
|
+
|
|
235
|
+
**Step 0**
|
|
236
|
+
> 保存扫描结果
|
|
237
|
+
_platform: linux_
|
|
238
|
+
```
|
|
239
|
+
nuclei -u http://target.com -o results.txt
|
|
240
|
+
```
|
|
241
|
+
|
|
242
|
+
**Step 0**
|
|
243
|
+
> JSON格式输出
|
|
244
|
+
_platform: linux_
|
|
245
|
+
```
|
|
246
|
+
nuclei -u http://target.com -json -o results.json
|
|
247
|
+
```
|
|
248
|
+
|
|
249
|
+
---
|
|
250
|
+
|
|
251
|
+
### Seatbelt `seatbelt-tool`
|
|
252
|
+
_Windows安全信息收集工具_
|
|
253
|
+
|
|
254
|
+
**Step 0**
|
|
255
|
+
> 收集所有信息
|
|
256
|
+
_platform: windows_
|
|
257
|
+
```
|
|
258
|
+
Seatbelt.exe -group=all
|
|
259
|
+
```
|
|
260
|
+
|
|
261
|
+
**Step 0**
|
|
262
|
+
> 收集系统信息
|
|
263
|
+
_platform: windows_
|
|
264
|
+
```
|
|
265
|
+
Seatbelt.exe -group=system
|
|
266
|
+
```
|
|
267
|
+
|
|
268
|
+
**Step 0**
|
|
269
|
+
> 收集用户信息
|
|
270
|
+
_platform: windows_
|
|
271
|
+
```
|
|
272
|
+
Seatbelt.exe -group=user
|
|
273
|
+
```
|
|
274
|
+
|
|
275
|
+
**Step 0**
|
|
276
|
+
> 收集安全配置
|
|
277
|
+
_platform: windows_
|
|
278
|
+
```
|
|
279
|
+
Seatbelt.exe -group=security
|
|
280
|
+
```
|
|
281
|
+
|
|
282
|
+
**Step 0**
|
|
283
|
+
> 收集网络信息
|
|
284
|
+
_platform: windows_
|
|
285
|
+
```
|
|
286
|
+
Seatbelt.exe -group=network
|
|
287
|
+
```
|
|
288
|
+
|
|
289
|
+
**Step 0**
|
|
290
|
+
> 远程信息收集
|
|
291
|
+
_platform: windows_
|
|
292
|
+
```
|
|
293
|
+
Seatbelt.exe -group=all -computername=TARGET -username=DOMAIN\user -password=password
|
|
294
|
+
```
|
|
295
|
+
|
|
296
|
+
---
|
|
297
|
+
|
|
298
|
+
### SearchSploit `searchsploit-tool`
|
|
299
|
+
_漏洞搜索工具_
|
|
300
|
+
|
|
301
|
+
**Step 0**
|
|
302
|
+
> 搜索Apache漏洞
|
|
303
|
+
_platform: linux_
|
|
304
|
+
```
|
|
305
|
+
searchsploit apache 2.4
|
|
306
|
+
```
|
|
307
|
+
|
|
308
|
+
**Step 0**
|
|
309
|
+
> 精确匹配搜索
|
|
310
|
+
_platform: linux_
|
|
311
|
+
```
|
|
312
|
+
searchsploit -e "Apache 2.4"
|
|
313
|
+
```
|
|
314
|
+
|
|
315
|
+
**Step 0**
|
|
316
|
+
> 排除特定类型
|
|
317
|
+
_platform: linux_
|
|
318
|
+
```
|
|
319
|
+
searchsploit apache --exclude="DoS"
|
|
320
|
+
```
|
|
321
|
+
|
|
322
|
+
**Step 0**
|
|
323
|
+
> 查看漏洞代码
|
|
324
|
+
_platform: linux_
|
|
325
|
+
```
|
|
326
|
+
searchsploit -x exploits/xxx.py
|
|
327
|
+
```
|
|
328
|
+
|
|
329
|
+
**Step 0**
|
|
330
|
+
> 复制到当前目录
|
|
331
|
+
_platform: linux_
|
|
332
|
+
```
|
|
333
|
+
searchsploit -m exploits/xxx.py
|
|
334
|
+
```
|
|
335
|
+
|
|
336
|
+
**Step 0**
|
|
337
|
+
> 更新漏洞数据库
|
|
338
|
+
_platform: linux_
|
|
339
|
+
```
|
|
340
|
+
searchsploit -u
|
|
341
|
+
```
|
|
342
|
+
|
|
343
|
+
---
|
|
344
|
+
|
|
345
|
+
### Amass `amass-tool`
|
|
346
|
+
_子域名枚举工具_
|
|
347
|
+
|
|
348
|
+
**Step 0**
|
|
349
|
+
> 枚举子域名
|
|
350
|
+
_platform: linux_
|
|
351
|
+
```
|
|
352
|
+
amass enum -d target.com
|
|
353
|
+
```
|
|
354
|
+
|
|
355
|
+
**Step 0**
|
|
356
|
+
> 被动信息收集
|
|
357
|
+
_platform: linux_
|
|
358
|
+
```
|
|
359
|
+
amass enum -passive -d target.com
|
|
360
|
+
```
|
|
361
|
+
|
|
362
|
+
**Step 0**
|
|
363
|
+
> 主动信息收集
|
|
364
|
+
_platform: linux_
|
|
365
|
+
```
|
|
366
|
+
amass enum -active -d target.com
|
|
367
|
+
```
|
|
368
|
+
|
|
369
|
+
**Step 0**
|
|
370
|
+
> 暴力破解子域名
|
|
371
|
+
_platform: linux_
|
|
372
|
+
```
|
|
373
|
+
amass enum -brute -d target.com -w wordlist.txt
|
|
374
|
+
```
|
|
375
|
+
|
|
376
|
+
**Step 0**
|
|
377
|
+
> 保存枚举结果
|
|
378
|
+
_platform: linux_
|
|
379
|
+
```
|
|
380
|
+
amass enum -d target.com -o output.txt
|
|
381
|
+
```
|
|
382
|
+
|
|
383
|
+
---
|
|
384
|
+
|
|
385
|
+
### Subfinder `subfinder-tool`
|
|
386
|
+
_子域名发现工具_
|
|
387
|
+
|
|
388
|
+
**Step 0**
|
|
389
|
+
> 枚举子域名
|
|
390
|
+
_platform: linux_
|
|
391
|
+
```
|
|
392
|
+
subfinder -d target.com
|
|
393
|
+
```
|
|
394
|
+
|
|
395
|
+
**Step 0**
|
|
396
|
+
> 递归枚举
|
|
397
|
+
_platform: linux_
|
|
398
|
+
```
|
|
399
|
+
subfinder -d target.com -recursive
|
|
400
|
+
```
|
|
401
|
+
|
|
402
|
+
**Step 0**
|
|
403
|
+
> 保存结果
|
|
404
|
+
_platform: linux_
|
|
405
|
+
```
|
|
406
|
+
subfinder -d target.com -o output.txt
|
|
407
|
+
```
|
|
408
|
+
|
|
409
|
+
**Step 0**
|
|
410
|
+
> JSON格式输出
|
|
411
|
+
_platform: linux_
|
|
412
|
+
```
|
|
413
|
+
subfinder -d target.com -json -o output.json
|
|
414
|
+
```
|
|
415
|
+
|
|
416
|
+
**Step 0**
|
|
417
|
+
> 批量处理域名
|
|
418
|
+
_platform: linux_
|
|
419
|
+
```
|
|
420
|
+
subfinder -dL domains.txt
|
|
421
|
+
```
|
|
422
|
+
|
|
423
|
+
---
|
|
424
|
+
|
|
425
|
+
### HTTPX `httpx-tool`
|
|
426
|
+
_HTTP探测工具_
|
|
427
|
+
|
|
428
|
+
**Step 0**
|
|
429
|
+
> 探测HTTP服务
|
|
430
|
+
_platform: linux_
|
|
431
|
+
```
|
|
432
|
+
cat urls.txt | httpx
|
|
433
|
+
```
|
|
434
|
+
|
|
435
|
+
**Step 0**
|
|
436
|
+
> 获取页面标题和状态码
|
|
437
|
+
_platform: linux_
|
|
438
|
+
```
|
|
439
|
+
cat urls.txt | httpx -title -status-code
|
|
440
|
+
```
|
|
441
|
+
|
|
442
|
+
**Step 0**
|
|
443
|
+
> 网页截图
|
|
444
|
+
_platform: linux_
|
|
445
|
+
```
|
|
446
|
+
cat urls.txt | httpx -screenshot
|
|
447
|
+
```
|
|
448
|
+
|
|
449
|
+
**Step 0**
|
|
450
|
+
> 技术栈识别
|
|
451
|
+
_platform: linux_
|
|
452
|
+
```
|
|
453
|
+
cat urls.txt | httpx -tech-detect
|
|
454
|
+
```
|
|
455
|
+
|
|
456
|
+
**Step 0**
|
|
457
|
+
> 保存结果
|
|
458
|
+
_platform: linux_
|
|
459
|
+
```
|
|
460
|
+
cat urls.txt | httpx -o output.txt
|
|
461
|
+
```
|
|
462
|
+
|
|
463
|
+
---
|
|
464
|
+
|
|
465
|
+
### Masscan `masscan`
|
|
466
|
+
_最快的互联网端口扫描器,可在5分钟内扫描整个互联网_
|
|
467
|
+
|
|
468
|
+
**Step 0**
|
|
469
|
+
> 以每秒1000包的速率扫描目标所有端口
|
|
470
|
+
```
|
|
471
|
+
masscan -p1-65535 target_ip --rate=1000
|
|
472
|
+
```
|
|
473
|
+
**语法解析:**
|
|
474
|
+
- `masscan` — 高速端口扫描器 _command_
|
|
475
|
+
- `-p1-65535` — 扫描全部65535个端口 _parameter_
|
|
476
|
+
- `--rate=1000` — 每秒发送1000个数据包 _parameter_
|
|
477
|
+
|
|
478
|
+
**Step 0**
|
|
479
|
+
> 扫描常用Web和数据库端口
|
|
480
|
+
```
|
|
481
|
+
masscan -p80,443,8080,8443,3306,6379,27017 target_ip/24 --rate=500
|
|
482
|
+
```
|
|
483
|
+
|
|
484
|
+
**Step 0**
|
|
485
|
+
> 支持JSON/XML/Grepable格式输出
|
|
486
|
+
```
|
|
487
|
+
masscan -p1-65535 target_ip --rate=1000 -oJ result.json
|
|
488
|
+
masscan -p1-65535 target_ip --rate=1000 -oX result.xml
|
|
489
|
+
masscan -p1-65535 target_ip --rate=1000 -oG result.grep
|
|
490
|
+
```
|
|
491
|
+
|
|
492
|
+
**Step 0**
|
|
493
|
+
> 指定网卡并排除特定IP范围
|
|
494
|
+
_platform: linux_
|
|
495
|
+
```
|
|
496
|
+
masscan -p1-65535 10.0.0.0/8 --rate=10000 -e eth0 --excludefile exclude.txt
|
|
497
|
+
```
|
|
498
|
+
|
|
499
|
+
**Step 0**
|
|
500
|
+
> 获取服务Banner信息
|
|
501
|
+
```
|
|
502
|
+
masscan -p80,443 target_ip/24 --banners --rate=500
|
|
503
|
+
```
|
|
504
|
+
|
|
505
|
+
---
|
|
506
|
+
|
|
507
|
+
### Dirsearch `dirsearch`
|
|
508
|
+
_高级Web目录和文件暴力破解工具_
|
|
509
|
+
|
|
510
|
+
**Step 0**
|
|
511
|
+
> 扫描指定扩展名的目录和文件
|
|
512
|
+
```
|
|
513
|
+
dirsearch -u https://target.com -e php,asp,aspx,jsp,html,js
|
|
514
|
+
```
|
|
515
|
+
**语法解析:**
|
|
516
|
+
- `-u` — 目标URL _parameter_
|
|
517
|
+
- `-e` — 指定扫描的文件扩展名 _parameter_
|
|
518
|
+
|
|
519
|
+
**Step 0**
|
|
520
|
+
> 使用自定义字典并设置请求延迟
|
|
521
|
+
```
|
|
522
|
+
dirsearch -u https://target.com -w /usr/share/wordlists/dirb/big.txt --delay=0.5
|
|
523
|
+
```
|
|
524
|
+
|
|
525
|
+
**Step 0**
|
|
526
|
+
> 递归扫描3层深度,排除403/404
|
|
527
|
+
```
|
|
528
|
+
dirsearch -u https://target.com -e php -r -R 3 --exclude-status=403,404
|
|
529
|
+
```
|
|
530
|
+
|
|
531
|
+
**Step 0**
|
|
532
|
+
> 20线程并发,携带认证信息
|
|
533
|
+
```
|
|
534
|
+
dirsearch -u https://target.com -t 20 --cookie="session=abc123" -H "Authorization: Bearer token"
|
|
535
|
+
```
|
|
536
|
+
|
|
537
|
+
**Step 0**
|
|
538
|
+
> 输出JSON格式结果
|
|
539
|
+
```
|
|
540
|
+
dirsearch -u https://target.com -o result.json --format=json
|
|
541
|
+
```
|
|
542
|
+
|
|
543
|
+
---
|
|
544
|
+
|
|
545
|
+
### FeroxBuster `feroxbuster`
|
|
546
|
+
_用Rust编写的高性能递归目录发现工具_
|
|
547
|
+
|
|
548
|
+
**Step 0**
|
|
549
|
+
> 使用SecLists字典扫描目录
|
|
550
|
+
```
|
|
551
|
+
feroxbuster -u https://target.com -w /usr/share/seclists/Discovery/Web-Content/raft-medium-directories.txt
|
|
552
|
+
```
|
|
553
|
+
**语法解析:**
|
|
554
|
+
- `feroxbuster` — Rust编写的高速目录枚举工具 _command_
|
|
555
|
+
- `-u` — 目标URL _parameter_
|
|
556
|
+
- `-w` — 字典文件路径 _parameter_
|
|
557
|
+
|
|
558
|
+
**Step 0**
|
|
559
|
+
> 递归3层,过滤状态码,限制速率
|
|
560
|
+
```
|
|
561
|
+
feroxbuster -u https://target.com -d 3 -C 403,404,500 -x php,asp,html --rate-limit 50
|
|
562
|
+
```
|
|
563
|
+
|
|
564
|
+
**Step 0**
|
|
565
|
+
> 携带认证头,30线程并发
|
|
566
|
+
```
|
|
567
|
+
feroxbuster -u https://target.com -H "Cookie: session=abc" -H "Authorization: Bearer xxx" -t 30
|
|
568
|
+
```
|
|
569
|
+
|
|
570
|
+
**Step 0**
|
|
571
|
+
> 自动调整请求速率和过滤条件
|
|
572
|
+
```
|
|
573
|
+
feroxbuster -u https://target.com --auto-tune --smart
|
|
574
|
+
```
|
|
575
|
+
|
|
576
|
+
---
|
|
577
|
+
|
|
578
|
+
### MassDNS `massdns`
|
|
579
|
+
_高性能DNS解析器,用于子域名暴力枚举_
|
|
580
|
+
|
|
581
|
+
**Step 0**
|
|
582
|
+
> 使用字典文件解析子域名
|
|
583
|
+
_platform: linux_
|
|
584
|
+
```
|
|
585
|
+
massdns -r resolvers.txt -t A -o S -w results.txt subdomains.txt
|
|
586
|
+
```
|
|
587
|
+
**语法解析:**
|
|
588
|
+
- `-r resolvers.txt` — DNS解析器列表 _parameter_
|
|
589
|
+
- `-t A` — 查询A记录 _parameter_
|
|
590
|
+
- `-o S` — 简洁输出模式 _parameter_
|
|
591
|
+
|
|
592
|
+
**Step 0**
|
|
593
|
+
> 批量生成子域名并JSON格式输出
|
|
594
|
+
_platform: linux_
|
|
595
|
+
```
|
|
596
|
+
cat subdomains.txt | sed "s/$/.target.com/" > full_subs.txt
|
|
597
|
+
massdns -r resolvers.txt -t A -o J full_subs.txt > results.json
|
|
598
|
+
```
|
|
599
|
+
|
|
600
|
+
**Step 0**
|
|
601
|
+
> 设置并发数和哈希表大小提高性能
|
|
602
|
+
_platform: linux_
|
|
603
|
+
```
|
|
604
|
+
massdns -r resolvers.txt -t A -o S -w output.txt --hashmap-size 10000 -s 10000 subs.txt
|
|
605
|
+
```
|
|
606
|
+
|
|
607
|
+
---
|
|
608
|
+
|
|
609
|
+
### Amass `amass`
|
|
610
|
+
_OWASP出品的深度攻击面映射和资产发现工具_
|
|
611
|
+
|
|
612
|
+
**Step 0**
|
|
613
|
+
> 仅使用被动数据源枚举子域名
|
|
614
|
+
```
|
|
615
|
+
amass enum -passive -d target.com -o results.txt
|
|
616
|
+
```
|
|
617
|
+
**语法解析:**
|
|
618
|
+
- `enum` — 枚举模式 _command_
|
|
619
|
+
- `-passive` — 仅被动收集(不发送请求) _parameter_
|
|
620
|
+
- `-d` — 目标域名 _parameter_
|
|
621
|
+
|
|
622
|
+
**Step 0**
|
|
623
|
+
> 主动DNS枚举+字典暴力破解
|
|
624
|
+
```
|
|
625
|
+
amass enum -active -d target.com -brute -w /usr/share/amass/wordlists/subdomains-top1mil.txt
|
|
626
|
+
```
|
|
627
|
+
|
|
628
|
+
**Step 0**
|
|
629
|
+
> 收集WHOIS和组织相关域名情报
|
|
630
|
+
```
|
|
631
|
+
amass intel -d target.com -whois
|
|
632
|
+
amass intel -org "Target Corp" -max-dns-queries 2500
|
|
633
|
+
```
|
|
634
|
+
|
|
635
|
+
**Step 0**
|
|
636
|
+
> 生成D3.js可视化图表和查看历史数据
|
|
637
|
+
```
|
|
638
|
+
amass viz -d3 -d target.com
|
|
639
|
+
amass db -show -d target.com
|
|
640
|
+
```
|
|
641
|
+
|
|
642
|
+
---
|
|
643
|
+
|
|
644
|
+
### Subfinder `subfinder`
|
|
645
|
+
_被动子域名发现工具,支持多种在线数据源_
|
|
646
|
+
|
|
647
|
+
**Step 0**
|
|
648
|
+
> 枚举子域名并输出到文件
|
|
649
|
+
```
|
|
650
|
+
subfinder -d target.com -o subs.txt
|
|
651
|
+
```
|
|
652
|
+
**语法解析:**
|
|
653
|
+
- `subfinder` — 被动子域名枚举工具 _command_
|
|
654
|
+
- `-d` — 目标域名 _parameter_
|
|
655
|
+
|
|
656
|
+
**Step 0**
|
|
657
|
+
> 使用所有数据源递归枚举
|
|
658
|
+
```
|
|
659
|
+
subfinder -d target.com -recursive -all -o subs.txt
|
|
660
|
+
```
|
|
661
|
+
|
|
662
|
+
**Step 0**
|
|
663
|
+
> 与httpx联动探测存活子域名
|
|
664
|
+
```
|
|
665
|
+
subfinder -d target.com -silent | httpx -silent -status-code -title
|
|
666
|
+
```
|
|
667
|
+
|
|
668
|
+
**Step 0**
|
|
669
|
+
> 从文件读取多个域名批量枚举
|
|
670
|
+
```
|
|
671
|
+
subfinder -dL domains.txt -o all_subs.txt -t 30
|
|
672
|
+
```
|
|
673
|
+
|
|
674
|
+
---
|
|
675
|
+
|
|
676
|
+
### HTTPX `httpx`
|
|
677
|
+
_快速多功能HTTP探针工具,用于批量探测Web服务_
|
|
678
|
+
|
|
679
|
+
**Step 0**
|
|
680
|
+
> 批量探测URL存活状态、标题和技术栈
|
|
681
|
+
```
|
|
682
|
+
httpx -l urls.txt -status-code -title -tech-detect -o alive.txt
|
|
683
|
+
```
|
|
684
|
+
**语法解析:**
|
|
685
|
+
- `-status-code` — 显示HTTP状态码 _parameter_
|
|
686
|
+
- `-title` — 提取页面标题 _parameter_
|
|
687
|
+
- `-tech-detect` — 识别Web技术栈 _parameter_
|
|
688
|
+
|
|
689
|
+
**Step 0**
|
|
690
|
+
> 截图、提取favicon哈希和JARM指纹
|
|
691
|
+
```
|
|
692
|
+
httpx -l urls.txt -screenshot -favicon -hash md5 -jarm
|
|
693
|
+
```
|
|
694
|
+
|
|
695
|
+
**Step 0**
|
|
696
|
+
> 过滤指定状态码并显示服务器信息
|
|
697
|
+
```
|
|
698
|
+
cat subs.txt | httpx -silent -mc 200,301,302 -content-length -web-server
|
|
699
|
+
```
|
|
700
|
+
|
|
701
|
+
**Step 0**
|
|
702
|
+
> 批量探测指定路径
|
|
703
|
+
```
|
|
704
|
+
httpx -l urls.txt -path "/api/v1/health,/admin,/.env,/robots.txt" -mc 200
|
|
705
|
+
```
|
|
706
|
+
|
|
707
|
+
---
|
|
708
|
+
|
|
709
|
+
### WhatWeb `whatweb`
|
|
710
|
+
_Web指纹识别工具,识别网站使用的技术栈_
|
|
711
|
+
|
|
712
|
+
**Step 0**
|
|
713
|
+
> 识别目标网站技术栈
|
|
714
|
+
```
|
|
715
|
+
whatweb https://target.com
|
|
716
|
+
```
|
|
717
|
+
**语法解析:**
|
|
718
|
+
- `whatweb` — Web技术指纹识别工具 _command_
|
|
719
|
+
|
|
720
|
+
**Step 0**
|
|
721
|
+
> 详细输出,攻击等级3(更深度探测)
|
|
722
|
+
```
|
|
723
|
+
whatweb -v https://target.com -a 3
|
|
724
|
+
```
|
|
725
|
+
|
|
726
|
+
**Step 0**
|
|
727
|
+
> 从文件读取URL批量扫描
|
|
728
|
+
```
|
|
729
|
+
whatweb --input-file=urls.txt --log-json=results.json
|
|
730
|
+
```
|
|
731
|
+
|
|
732
|
+
**Step 0**
|
|
733
|
+
> 列出或指定使用特定插件
|
|
734
|
+
```
|
|
735
|
+
whatweb --info-plugins
|
|
736
|
+
whatweb -p WordPress,Joomla,Drupal https://target.com
|
|
737
|
+
```
|
|
738
|
+
|
|
739
|
+
---
|
|
740
|
+
|
|
741
|
+
### WAFW00F `wafw00f`
|
|
742
|
+
_Web应用防火墙(WAF)检测和指纹识别工具_
|
|
743
|
+
|
|
744
|
+
**Step 0**
|
|
745
|
+
> 检测目标是否部署WAF及WAF类型
|
|
746
|
+
```
|
|
747
|
+
wafw00f https://target.com
|
|
748
|
+
```
|
|
749
|
+
**语法解析:**
|
|
750
|
+
- `wafw00f` — WAF指纹识别工具 _command_
|
|
751
|
+
|
|
752
|
+
**Step 0**
|
|
753
|
+
> 详细模式,测试所有WAF签名
|
|
754
|
+
```
|
|
755
|
+
wafw00f https://target.com -v -a
|
|
756
|
+
```
|
|
757
|
+
|
|
758
|
+
**Step 0**
|
|
759
|
+
> 批量检测多个URL
|
|
760
|
+
```
|
|
761
|
+
wafw00f -i urls.txt -o results.csv
|
|
762
|
+
```
|
|
763
|
+
|
|
764
|
+
**Step 0**
|
|
765
|
+
> 列出所有可识别的WAF产品
|
|
766
|
+
```
|
|
767
|
+
wafw00f -l
|
|
768
|
+
```
|
|
769
|
+
|
|
770
|
+
---
|
|
771
|
+
|
|
772
|
+
### DNSRecon `dnsrecon`
|
|
773
|
+
_DNS枚举和信息收集工具_
|
|
774
|
+
|
|
775
|
+
**Step 0**
|
|
776
|
+
> 标准DNS记录枚举(SOA/NS/A/MX/TXT等)
|
|
777
|
+
```
|
|
778
|
+
dnsrecon -d target.com -t std
|
|
779
|
+
```
|
|
780
|
+
**语法解析:**
|
|
781
|
+
- `-d` — 目标域名 _parameter_
|
|
782
|
+
- `-t std` — 标准记录枚举类型 _parameter_
|
|
783
|
+
|
|
784
|
+
**Step 0**
|
|
785
|
+
> 尝试DNS区域传送
|
|
786
|
+
```
|
|
787
|
+
dnsrecon -d target.com -t axfr
|
|
788
|
+
```
|
|
789
|
+
|
|
790
|
+
**Step 0**
|
|
791
|
+
> 使用字典暴力枚举子域名
|
|
792
|
+
```
|
|
793
|
+
dnsrecon -d target.com -t brt -D /usr/share/wordlists/subdomains.txt
|
|
794
|
+
```
|
|
795
|
+
|
|
796
|
+
**Step 0**
|
|
797
|
+
> 对IP段进行反向DNS查询
|
|
798
|
+
```
|
|
799
|
+
dnsrecon -r 192.168.1.0/24 -t rvl
|
|
800
|
+
```
|
|
801
|
+
|
|
802
|
+
---
|
|
803
|
+
|
|
804
|
+
### DNSEnum `dnsenum`
|
|
805
|
+
_DNS信息收集工具,支持区域传送和子域名枚举_
|
|
806
|
+
|
|
807
|
+
**Step 0**
|
|
808
|
+
> 枚举DNS信息(NS/MX/A/区域传送等)
|
|
809
|
+
```
|
|
810
|
+
dnsenum target.com
|
|
811
|
+
```
|
|
812
|
+
|
|
813
|
+
**Step 0**
|
|
814
|
+
> 使用字典暴力枚举子域名
|
|
815
|
+
```
|
|
816
|
+
dnsenum --enum -f /usr/share/dnsenum/dns.txt --threads 10 target.com
|
|
817
|
+
```
|
|
818
|
+
|
|
819
|
+
**Step 0**
|
|
820
|
+
> 指定DNS服务器进行枚举
|
|
821
|
+
```
|
|
822
|
+
dnsenum --dnsserver 8.8.8.8 target.com
|
|
823
|
+
```
|
|
824
|
+
|
|
825
|
+
---
|
|
826
|
+
|
|
827
|
+
### theHarvester `theharvester`
|
|
828
|
+
_邮箱、子域名、IP等OSINT信息收集工具_
|
|
829
|
+
|
|
830
|
+
**Step 0**
|
|
831
|
+
> 使用所有数据源收集信息
|
|
832
|
+
```
|
|
833
|
+
theHarvester -d target.com -b all -l 500
|
|
834
|
+
```
|
|
835
|
+
**语法解析:**
|
|
836
|
+
- `-d` — 目标域名 _parameter_
|
|
837
|
+
- `-b all` — 使用所有可用数据源 _parameter_
|
|
838
|
+
- `-l 500` — 最大结果数 _parameter_
|
|
839
|
+
|
|
840
|
+
**Step 0**
|
|
841
|
+
> 使用指定数据源搜集
|
|
842
|
+
```
|
|
843
|
+
theHarvester -d target.com -b google,bing,linkedin,shodan
|
|
844
|
+
```
|
|
845
|
+
|
|
846
|
+
**Step 0**
|
|
847
|
+
> 生成HTML格式报告
|
|
848
|
+
```
|
|
849
|
+
theHarvester -d target.com -b all -f report.html
|
|
850
|
+
```
|
|
851
|
+
|
|
852
|
+
---
|