Skip to content

Releases: Vyntral/god-eye

God's Eye v0.1.0 - AI-Powered Subdomain Reconnaissance

20 Nov 11:50

Choose a tag to compare

🚀 God's Eye v0.1.0 - First Official Release

AI-powered subdomain enumeration & reconnaissance tool with local LLM integration

✨ Highlights

  • 🧠 AI-Powered Analysis - Local LLM integration via Ollama (100% private, zero API costs)
  • 🔍 Real-time CVE Detection - Function calling for vulnerability identification
  • 11 Passive Sources - Comprehensive subdomain discovery
  • 🎯 Active Reconnaissance - HTTP probing, tech detection, security checks
  • 🔒 100% Local & Private - All AI analysis happens on your machine
  • 🚀 Production-Ready - Battle-tested on real bug bounties

📦 Installation

Download Binary

# Download for your platform
wget https://github.com/Vyntral/god-eye/releases/download/v0.1.0/god-eye
chmod +x god-eye

Build from Source

git clone https://github.com/Vyntral/god-eye.git
cd god-eye
go build -o god-eye ./cmd/god-eye

🎯 Quick Start

Basic Scan

./god-eye -d target.com

With AI Analysis

# Install Ollama first
curl https://ollama.ai/install.sh | sh

# Pull required models
ollama pull phi3.5:3.8b
ollama pull qwen2.5-coder:7b

# Run AI-powered scan
./god-eye -d target.com --enable-ai

🔥 What's New

  • ✅ Complete AI integration with Ollama
  • ✅ CVE detection via function calling
  • ✅ Smart cascade analysis (fast triage + deep analysis)
  • ✅ JavaScript code security review
  • ✅ Anomaly detection
  • ✅ Executive summary reports
  • ✅ 11 passive enumeration sources
  • ✅ HTTP/HTTPS probing with tech detection
  • ✅ Subdomain takeover detection
  • ✅ Cloud provider identification
  • ✅ Secret extraction from JS files

📚 Documentation

⚠️ Legal Notice

This tool is for AUTHORIZED security testing only. Only scan domains you own or have explicit written permission to test. Unauthorized access is illegal.

🙏 Credits

Made with ❤️ by @Vyntral for Orizon


Full Changelog: https://github.com/Vyntral/god-eye/commits/v0.1.0