mirror of
https://github.com/Vyntral/god-eye.git
synced 2026-06-03 04:48:05 +02:00
fix: AI bug fixes
- Fix confidence always showing 0% (use coordinator confidence) - Simplify AI report prompt to prevent hallucinated subdomain names - Update slogan to reflect AI-powered capabilities 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
+2
-2
@@ -18,8 +18,8 @@ func main() {
|
||||
|
||||
rootCmd := &cobra.Command{
|
||||
Use: "god-eye -d <domain> [flags]",
|
||||
Short: "Ultra-fast subdomain enumeration tool",
|
||||
Long: `God's Eye - Ultra-fast subdomain enumeration & reconnaissance tool written in Go
|
||||
Short: "AI-powered attack surface discovery & security analysis",
|
||||
Long: `God's Eye - AI-powered attack surface discovery & security analysis tool written in Go
|
||||
|
||||
Examples:
|
||||
god-eye -d example.com Basic scan with all features
|
||||
|
||||
Reference in New Issue
Block a user