Discover and explore top open-source AI tools and projects—updated daily.
zakirkunAI-driven vulnerability scanner and penetration testing framework
New!
Top 66.8% on SourcePulse
Summary Deep Eye is an advanced AI-driven vulnerability scanner and penetration testing tool for security professionals. It automates bug hunting, intelligent payload generation, and professional reporting by integrating multiple LLM providers with comprehensive security testing modules, enabling efficient and context-aware security assessments.
How It Works The tool employs a modular architecture, integrating with AI providers like OpenAI, Grok, OLLAMA, and Claude to power intelligent payload generation and context-sensitive analysis. It performs comprehensive scans using over 45 attack methods, covering web vulnerabilities, API security (OWASP API Top 10 2023), GraphQL, and business logic flaws. The workflow includes reconnaissance, targeted module execution, AI-assisted payload crafting, and report generation.
Quick Start & Requirements
scripts/install.ps1 for Windows, scripts/install.sh for Linux/Mac). Manual: git clone, pip install -r requirements.txt, then configure config/config.yaml with AI provider API keys.python deep_eye.py -u <target_url> or python deep_eye.py -c <config_file>. Scan parameters are primarily managed via config/config.yaml.docs/ directory.Highlighted Details
Maintenance & Community Contributions are welcomed via Pull Requests, with support available through GitHub issues. The README does not specify active maintainers, sponsorships, or dedicated community channels like Discord or Slack.
Licensing & Compatibility Licensed under the MIT License. This permissive license allows for modification, distribution, and commercial use, generally compatible with closed-source projects.
Limitations & Caveats PDF report generation may face Windows-specific issues (though ReportLab is the default fallback). AI provider connection errors require verification of API keys and network access. Scanning performance can be impacted by target rate limiting or Web Application Firewalls (WAFs).
1 week ago
Inactive
usestrix