File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 6363| ⚙️ Dork Generator | [ YAML template modes: ` soft ` / ` medium ` / ` aggressive ` ] ( Docs/dork_generator.md ) |
6464| 🎯 Direct SQLi Test | [ Test a single URL directly with ` -u ` ] ( Docs/sqli.md ) |
6565| 📂 File Re-Processing | [ Re-run SQLi / analysis / crawl on saved result files with ` -f ` ] ( Docs/cli.md ) |
66- | 💉 SQL Injection | [ 4 methods: error-based, UNION, boolean blind, time-based ] ( Docs/sqli.md ) |
67- | 💉 XSS Injection | [ 4 methods: reflected, stored, DOM-based, header-based ] ( Docs/xss.md ) |
66+ | 💉 SQL Injection | [ 5 methods: 105 payloads ] ( Docs/sqli.md ) |
67+ | 💉 XSS Injection | [ 4 methods: 111 payloads ] ( Docs/xss.md ) |
6868| 🤖 Agents v3.1 Pipeline | [ 11-step autonomous analysis] ( Docs/agents.md ) |
6969| 🛡️ HeaderIntelAgent | [ Info leaks, missing security headers, outdated server] ( Docs/agents.md#headerintelagent ) |
7070| 🧬 TechFingerprintAgent | [ 35 technologies detected, CVE dorks generated] ( Docs/agents.md#techfingerprintagent ) |
@@ -167,7 +167,7 @@ DorkEye/
167167│ ├── dorkeye_agents.py ← Agents v3.1 pipeline
168168│ ├── dorkeye_patterns.py ← Shared pattern library
169169│ ├── dorkeye_analyze.py ← Standalone analysis CLI
170- │ ├── sqli.py ← 4 method sqli injection(105 payloads)
170+ │ ├── sqli.py ← 5 method sqli injection(105 payloads)
171171│ └── xss.py ← 4 method xss injection (111 payloads)
172172│ /Templates/
173173│ ├── dorks_templates.yaml
You can’t perform that action at this time.
0 commit comments