mirror of
https://github.com/Vyntral/god-eye.git
synced 2026-07-02 18:35:48 +02:00
🚀 God's Eye v0.1.0 - AI-Powered Subdomain Reconnaissance
Initial public release of God's Eye - an AI-powered subdomain enumeration and reconnaissance tool. ## Key Features **AI-Powered Analysis:** - Local LLM integration via Ollama (100% private, zero API costs) - Real-time CVE detection using function calling - Smart cascade: fast triage (phi3.5:3.8b) + deep analysis (qwen2.5-coder:7b) - JavaScript code security review - Anomaly identification and executive summaries **Reconnaissance:** - 11 passive enumeration sources (crt.sh, SecurityTrails, Shodan, etc.) - Active DNS brute-forcing with customizable wordlists - HTTP/HTTPS probing with technology detection - Subdomain takeover detection - Cloud provider identification - JavaScript secret extraction - Port scanning and service detection **Production-Ready:** - Battle-tested on real bug bounties - Concurrent execution with rate limiting - Multiple output formats (JSON, CSV, TXT) - Cross-platform support (macOS, Linux, Windows) - Comprehensive error handling ## Documentation - Complete README with usage examples - AI Setup Guide (AI_SETUP.md) - Performance benchmarks (BENCHMARK.md) - Security policy (SECURITY.md) - Professional demo GIFs showing basic and AI-powered scans ## Technical Stack - Language: Go 1.21+ - AI: Ollama (local LLM inference) - Architecture: Modular, extensible design - License: MIT --- Made with ❤️ by @Vyntral for Orizon https://github.com/Vyntral/god-eye
This commit is contained in:
@@ -1,10 +1,13 @@
|
||||
<p align="center">
|
||||
<img src="https://img.shields.io/badge/version-0.1-blue.svg" alt="Version">
|
||||
<img src="https://img.shields.io/badge/language-Go-00ADD8.svg" alt="Go">
|
||||
<img src="https://img.shields.io/badge/license-MIT-green.svg" alt="License">
|
||||
<img src="https://img.shields.io/badge/platform-macOS%20%7C%20Linux%20%7C%20Windows-lightgrey.svg" alt="Platform">
|
||||
<img src="https://img.shields.io/badge/AI-Ollama%20Powered-purple.svg" alt="AI Powered">
|
||||
<img src="https://img.shields.io/badge/privacy-100%25%20Local-success.svg" alt="Privacy">
|
||||
<a href="https://github.com/Vyntral/god-eye/releases"><img src="https://img.shields.io/badge/version-0.1-blue.svg?style=for-the-badge" alt="Version"></a>
|
||||
<a href="https://golang.org/"><img src="https://img.shields.io/badge/language-Go-00ADD8.svg?style=for-the-badge&logo=go" alt="Go"></a>
|
||||
<a href="LICENSE"><img src="https://img.shields.io/badge/license-MIT-green.svg?style=for-the-badge" alt="License"></a>
|
||||
<a href="#installation"><img src="https://img.shields.io/badge/platform-macOS%20%7C%20Linux%20%7C%20Windows-lightgrey.svg?style=for-the-badge" alt="Platform"></a>
|
||||
<br>
|
||||
<a href="#ai-integration"><img src="https://img.shields.io/badge/AI-Ollama%20Powered-blueviolet.svg?style=for-the-badge&logo=ollama" alt="AI Powered"></a>
|
||||
<a href="AI_SETUP.md"><img src="https://img.shields.io/badge/privacy-100%25%20Local-success.svg?style=for-the-badge&logo=shield" alt="Privacy"></a>
|
||||
<a href="#features"><img src="https://img.shields.io/badge/CVE-Real--time%20Detection-critical.svg?style=for-the-badge&logo=cve" alt="CVE Detection"></a>
|
||||
<a href="https://github.com/Vyntral/god-eye/stargazers"><img src="https://img.shields.io/github/stars/Vyntral/god-eye?style=for-the-badge&color=yellow" alt="GitHub stars"></a>
|
||||
</p>
|
||||
|
||||
<h1 align="center">
|
||||
@@ -18,17 +21,44 @@
|
||||
<h4 align="center">Ultra-fast subdomain enumeration & reconnaissance tool with AI-powered analysis</h4>
|
||||
|
||||
<p align="center">
|
||||
<a href="#-why-gods-eye">Why?</a> •
|
||||
<a href="#features">Features</a> •
|
||||
<a href="#ai-integration">🧠 AI Integration</a> •
|
||||
<a href="#ai-integration">🧠 AI</a> •
|
||||
<a href="#installation">Installation</a> •
|
||||
<a href="#usage">Usage</a> •
|
||||
<a href="#-performance-benchmarks">📊 Benchmarks</a> •
|
||||
<a href="#output">Output</a> •
|
||||
<a href="#-performance-benchmarks">Benchmarks</a> •
|
||||
<a href="#credits">Credits</a>
|
||||
</p>
|
||||
|
||||
---
|
||||
|
||||
## 🎯 Why God's Eye?
|
||||
|
||||
<table>
|
||||
<tr>
|
||||
<td width="33%" align="center">
|
||||
|
||||
### ⚡ All-in-One
|
||||
**11 passive sources** + DNS brute-forcing + HTTP probing + security checks in **one tool**. No need to chain 5+ tools together.
|
||||
|
||||
</td>
|
||||
<td width="33%" align="center">
|
||||
|
||||
### 🧠 AI-Powered
|
||||
**Zero-cost local AI** with Ollama for intelligent vulnerability analysis, CVE detection, and executive reports. **100% private**.
|
||||
|
||||
</td>
|
||||
<td width="33%" align="center">
|
||||
|
||||
### 🚀 Production-Ready
|
||||
Battle-tested on **real bug bounties**. Fast, reliable, and packed with features that actually matter.
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
---
|
||||
|
||||
## ⚠️ 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
|
||||
```
|
||||
|
||||
<p align="center">
|
||||
<a href="https://twitter.com/intent/tweet?text=God's%20Eye%20-%20AI-powered%20subdomain%20enumeration%20tool&url=https://github.com/Vyntral/god-eye&hashtags=bugbounty,infosec,pentesting"><img src="https://img.shields.io/badge/Share%20on-Twitter-1DA1F2?style=for-the-badge&logo=twitter" alt="Share on Twitter"></a>
|
||||
<a href="https://www.linkedin.com/sharing/share-offsite/?url=https://github.com/Vyntral/god-eye"><img src="https://img.shields.io/badge/Share%20on-LinkedIn-0077B5?style=for-the-badge&logo=linkedin" alt="Share on LinkedIn"></a>
|
||||
</p>
|
||||
|
||||
### 🌟 **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
|
||||
|
||||
<table>
|
||||
<tr>
|
||||
<td width="50%" align="center">
|
||||
|
||||
**Basic Scan**
|
||||
<img src="docs/images/demo.gif" alt="God's Eye Basic Demo" width="100%">
|
||||
<em>Standard subdomain enumeration</em>
|
||||
|
||||
</td>
|
||||
<td width="50%" align="center">
|
||||
|
||||
**AI-Powered Scan**
|
||||
<img src="docs/images/demo-ai.gif" alt="God's Eye AI Demo" width="100%">
|
||||
<em>With real-time CVE detection & analysis</em>
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
**Quick Start with AI:**
|
||||
```bash
|
||||
# Install Ollama
|
||||
|
||||
Binary file not shown.
|
After Width: | Height: | Size: 715 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 342 KiB |
Reference in New Issue
Block a user