Skip to content

Releases: Vyntral/god-eye

God's Eye v2.0.0

18 Apr 15:44

Choose a tag to compare

God's Eye v2.0.0

AI-powered attack-surface discovery & offensive security — single Go binary, terminal-only, zero cloud.

Full changelog: see CHANGELOG.md.


Install

Grab the binary for your platform from the assets below, or build from source:

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

Verify checksums

sha256sum -c checksums.txt

First run

Zero flags launches the interactive wizard — picks your AI tier, downloads Ollama models, validates your target, runs the scan with live event stream.

./god-eye

Full walkthrough: README.md · 14 recipes in EXAMPLES.md.

God's Eye v2.0.0-rc1

18 Apr 14:55

Choose a tag to compare

God's Eye v2.0.0-rc1 Pre-release
Pre-release

God's Eye v2.0.0-rc1

AI-powered attack-surface discovery & offensive security — single Go binary, terminal-only, zero cloud.

Full changelog: see CHANGELOG.md.


Install

Grab the binary for your platform from the assets below, or build from source:

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

Verify checksums

sha256sum -c checksums.txt

First run

Zero flags launches the interactive wizard — picks your AI tier, downloads Ollama models, validates your target, runs the scan with live event stream.

./god-eye

Full walkthrough: README.md · 14 recipes in EXAMPLES.md.

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