Commit Graph

3 Commits

Author SHA1 Message Date
drjones
104e0b6bd6 fix nuclei vector flags for v3.9.0 compat 2026-06-19 15:29:50 -07:00
drjones
e832ef3b46 v2: real exploitation — discovery phase, nuclei CVE scanning, SQLi/XSS/LFI rebuild
- New discovery engine (engine/discovery.sh): crawls target for real
  URLs, forms, parameters, and API endpoints before attacking
- New nuclei vector (21): runs nuclei templates for real CVE detection
  (critical/high/medium severity)
- Rebuilt SQLi vector: tests discovered forms and URL params with
  error-based and time-based blind payloads, sqlmap injection
- Rebuilt XSS vector: multi-context payloads against discovered
  forms/params, confirms payload reflection
- Rebuilt LFI vector: tests all discovered and common file parameters
  with traversal payloads, confirms by reading /etc/passwd
- Updated main analyzer with 5-step pipeline: connectivity →
  discovery → recon → Ollama brain → exploitation
2026-06-19 06:27:33 -07:00
drjones
eb1fad4ecc The Analyzer v1.0 — autonomous bug bounty engine with 20 attack vectors and Ollama brain 2026-06-19 06:11:40 -07:00