Skip to content

Commit 8cbcd55

Browse files
authored
Update SQLi and XSS Injection method counts in README
1 parent 40b98a3 commit 8cbcd55

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,8 @@
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

0 commit comments

Comments
 (0)