diff --git a/README.md b/README.md index b96fcf1..85dbe6e 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,13 @@

- Version - Go - License - Platform - AI Powered - Privacy + Version + Go + License + Platform +
+ AI Powered + Privacy + CVE Detection + GitHub stars

@@ -18,17 +21,44 @@

Ultra-fast subdomain enumeration & reconnaissance tool with AI-powered analysis

+ Why?Features • - 🧠 AI Integration • + 🧠 AIInstallationUsage • - 📊 Benchmarks • - Output • + BenchmarksCredits

--- +## 🎯 Why God's Eye? + + + + + + + +
+ +### ⚡ All-in-One +**11 passive sources** + DNS brute-forcing + HTTP probing + security checks in **one tool**. No need to chain 5+ tools together. + + + +### 🧠 AI-Powered +**Zero-cost local AI** with Ollama for intelligent vulnerability analysis, CVE detection, and executive reports. **100% private**. + + + +### 🚀 Production-Ready +Battle-tested on **real bug bounties**. Fast, reliable, and packed with features that actually matter. + +
+ +--- + ## ⚠️ Legal Notice **IMPORTANT: This tool is for AUTHORIZED security testing only.** @@ -45,18 +75,37 @@ Read the full [Legal Disclaimer](#️-legal-disclaimer--terms-of-use) before use --- -## Overview +## 📖 Overview **God's Eye** is a powerful, ultra-fast subdomain enumeration and reconnaissance tool written in Go. It combines multiple passive sources with active DNS brute-forcing and comprehensive security checks to provide a complete picture of a target's attack surface. Unlike other tools that only find subdomains, God's Eye performs **deep reconnaissance** including: -- HTTP probing with technology detection -- Security vulnerability scanning -- Cloud provider identification -- JavaScript secret extraction -- Subdomain takeover detection -- **🆕 AI-Powered Analysis** with local LLM (Ollama) -- And much more... +- ✅ HTTP probing with technology detection +- ✅ Security vulnerability scanning +- ✅ Cloud provider identification +- ✅ JavaScript secret extraction +- ✅ Subdomain takeover detection +- ✅ **AI-Powered Analysis** with local LLM (Ollama) +- ✅ Real-time CVE detection via function calling + +### ⚡ Quick Start + +```bash +# Clone and build +git clone https://github.com/Vyntral/god-eye.git && cd god-eye +go build -o god-eye ./cmd/god-eye + +# Basic scan +./god-eye -d target.com + +# With AI-powered analysis +./god-eye -d target.com --enable-ai +``` + +

+ Share on Twitter + Share on LinkedIn +

### 🌟 **NEW: AI Integration** @@ -66,6 +115,25 @@ God's Eye now features **AI-powered security analysis** using local LLM models v - ✅ **Intelligent Analysis** - JavaScript code review, CVE detection, anomaly identification - ✅ **Smart Cascade** - Fast triage + deep analysis for optimal performance + + + + + +
+ +**Basic Scan** +God's Eye Basic Demo +Standard subdomain enumeration + + + +**AI-Powered Scan** +God's Eye AI Demo +With real-time CVE detection & analysis + +
+ **Quick Start with AI:** ```bash # Install Ollama diff --git a/docs/images/demo-ai.gif b/docs/images/demo-ai.gif new file mode 100644 index 0000000..06a265f Binary files /dev/null and b/docs/images/demo-ai.gif differ diff --git a/docs/images/demo.gif b/docs/images/demo.gif new file mode 100644 index 0000000..e751bb2 Binary files /dev/null and b/docs/images/demo.gif differ