Commit Graph

5 Commits

Author SHA1 Message Date
drjones
2627cfdff7 add daily batch scanner + top50 target list + cron job
- targets/top50.txt — 50 most popular websites for daily scanning
- scan-batch.sh — batch scanner that iterates through targets
  in quick mode, logs findings, tracks progress
- cron job 'analyzer-daily-batch' runs at 2 AM daily
- Uses perl-based timeout for macOS compat (no GNU timeout)
- Shuffles targets each run for variety
2026-06-20 15:09:59 -07:00
drjones
b3e614f1ba add web GUI — dark hacker interface with real-time SSE output, vector picker, report viewer 2026-06-19 15:41:58 -07:00
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