Modular DAST Framework powered by ThreadPoolExecutor and Groq Llama 3.3. Automated heuristic analysis for SQLi, XSS, and critical path disclosure.
Plugin-based architecture leveraging core.interfaces.ScannerModule for maximum extensibility.
Orchestrated by ThreadPoolExecutor with configurable workers.
Modules implement the ScannerModule abstract base class for strict polymorphism.
Heuristic detection matching DB signatures (MySQL, Oracle, PG) via sqli_module.py.
payload: "' OR '1'='1"error: "ORA-00933 matched"
Integrated Llama 3.3 70B generates CISO-level executive reports via Groq API.
model="llama-3.3-70b"risk_score: CRITICAL
Clone the repository and install dependencies via requirements.txt. Requires Python 3.14+.
git clone vulnseeker.git && pip install -r requirements.txt