Skip to content

ScayOSINT: A powerful email intelligence platform that revolutionizes OSINT investigations. Lightning-fast analysis, comprehensive data gathering, and privacy-focused design. Perfect for security researchers, investigators, and cybersecurity professionals.

License

Notifications You must be signed in to change notification settings

Scayar/ScayOSINT

πŸ•΅οΈβ€β™‚οΈ ScayOSINT

ScayOSINT Logo Version License Python FastAPI Go

Advanced Open-Source Intelligence Platform for Email Reconnaissance

GitHub stars GitHub forks GitHub issues GitHub pull requests

πŸš€ Quick Start β€’ πŸ› οΈ Features β€’ πŸ“– Usage β€’ βš™οΈ Configuration β€’ πŸ“Š Architecture β€’ 🀝 Contributing


🌟 Overview

ScayOSINT is a next-generation open-source intelligence platform designed for comprehensive email reconnaissance and threat intelligence gathering. Built with modern web technologies, it provides a sleek, user-friendly interface for conducting OSINT operations with real-time results and advanced analytics.

✨ Key Features

  • πŸ” Multi-Service Intelligence Gathering - Check emails across 7+ intelligence services
  • 🎨 Modern Web Interface - Beautiful, responsive design with real-time updates
  • ⚑ Lightning Fast - Optimized for speed with async processing
  • πŸ”’ Secure & Private - Your data stays local and secure
  • πŸ› οΈ Highly Configurable - Customize your intelligence gathering workflow
  • πŸ“Š Real-Time Results - Live updates and comprehensive reporting
  • πŸ“± Cross-Platform - Works on Windows, macOS, and Linux
  • πŸ–₯️ Dual Interface - Web UI and powerful CLI tool

πŸ“Š Architecture Diagram

graph TB
    subgraph "Client Layer"
        WEB[🌐 Web Browser]
        CLI[πŸ’» CLI Tool]
    end
    
    subgraph "Application Layer"
        FE[🎨 Frontend<br/>HTML/CSS/JS]
        BE[βš™οΈ FastAPI Backend<br/>Python]
        GOCLI[πŸ”§ Go CLI Engine]
    end
    
    subgraph "Service Integration Layer"
        EMAILREP[πŸ“§ EmailRep.io]
        HIBP[⚠️ HaveIBeenPwned]
        BREACH[πŸ’Ύ BreachDirectory]
        INTELX[πŸ” IntelX]
        SPOTIFY[🎡 Spotify]
        TWITTER[🐦 Twitter]
        INSTAGRAM[πŸ“· Instagram]
    end
    
    subgraph "Data Storage"
        CONFIG[βš™οΈ Config JSON]
        HISTORY[πŸ“š Scan History]
    end
    
    WEB --> FE
    CLI --> GOCLI
    FE --> BE
    BE --> EMAILREP
    BE --> HIBP
    BE --> BREACH
    BE --> INTELX
    BE --> SPOTIFY
    BE --> TWITTER
    BE --> INSTAGRAM
    BE --> CONFIG
    BE --> HISTORY
    GOCLI --> EMAILREP
    GOCLI --> HIBP
    GOCLI --> BREACH
    GOCLI --> INTELX
    
    style WEB fill:#6366f1,stroke:#4f46e5,color:#fff
    style CLI fill:#8b5cf6,stroke:#7c3aed,color:#fff
    style FE fill:#06b6d4,stroke:#0891b2,color:#fff
    style BE fill:#10b981,stroke:#059669,color:#fff
    style GOCLI fill:#f59e0b,stroke:#d97706,color:#fff
    style EMAILREP fill:#ef4444,stroke:#dc2626,color:#fff
    style HIBP fill:#8b5cf6,stroke:#7c3aed,color:#fff
    style BREACH fill:#06b6d4,stroke:#0891b2,color:#fff
    style INTELX fill:#10b981,stroke:#059669,color:#fff
Loading

πŸ› οΈ Features

πŸ” Intelligence Services

Service Description API Key Required Status
EmailRep Email reputation and validation βœ… βœ… Active
HaveIBeenPwned Data breach checking βœ… βœ… Active
BreachDirectory Comprehensive breach database βœ… βœ… Active
IntelX Advanced intelligence search βœ… βœ… Active
Spotify Account existence check ❌ βœ… Active
Twitter Social media presence ❌ βœ… Active
Instagram Social media presence ❌ βœ… Active

🎨 Modern Interface

  • Responsive Design - Works perfectly on desktop, tablet, and mobile
  • Dark Theme - Easy on the eyes with cyberpunk aesthetics
  • Real-Time Updates - Live progress indicators and status updates
  • Interactive Elements - Smooth animations and user feedback
  • Toast Notifications - Clear success/error messaging
  • Scan History - Track all your previous operations

πŸ“Š Advanced Analytics

  • Comprehensive Results - Detailed reports for each service
  • Scan History - Track all your previous operations
  • Export Capabilities - Save results in multiple formats
  • Visual Indicators - Success/failure status with icons

πŸš€ Quick Start

Prerequisites

  • Python 3.8+ installed on your system
  • Git for cloning the repository
  • Modern web browser (Chrome, Firefox, Safari, Edge)
  • Go 1.21+ (optional, for CLI version)

Installation

  1. Clone the repository

    git clone https://github.com/Scayar/ScayOSINT.git
    cd ScayOSINT
  2. Install Python dependencies

    cd backend
    pip install -r requirements.txt
  3. Start the application

    python main.py
  4. Open your browser Navigate to http://localhost:8080


πŸ“– Usage

🌐 Web Interface (Recommended)

The web interface provides the most user-friendly experience with all features accessible through a modern browser.

Starting the Web Interface

Option 1: Using PowerShell (Windows)

# Navigate to the project directory
cd ScayOSINT

# Start the backend server
cd backend
python main.py

Option 2: Using the Launcher Script

# Run the PowerShell launcher
.\start-scayosint.ps1

Option 3: Using the Batch File

# Run the batch launcher
start-scayosint.bat

Option 4: Using the HTML Launcher

  • Double-click launch-scayosint.html in the project folder
  • Click "Launch ScayOSINT" when the launcher opens

Using the Web Interface

  1. Open your browser and go to http://localhost:8080
  2. Enter an email address in the input field
  3. Select intelligence services you want to use
  4. Click "Launch Intelligence Scan"
  5. View results in real-time as they appear

πŸ’» Command Line Interface

For advanced users, ScayOSINT also provides a command-line interface.

Running from PowerShell

# Navigate to the project directory
cd ScayOSINT

# Run the Go-based CLI tool
cd v3
go run cmd/scayosint/main.go

# Or build and run the executable
go build -o scayosint.exe cmd/scayosint/main.go
.\scayosint.exe

CLI Commands

# Basic email scan
scayosint scan email@example.com

# Scan with specific services
scayosint scan email@example.com --services email_rep,haveibeenpwned

# Verbose output
scayosint scan email@example.com --verbose

# Save results to file
scayosint scan email@example.com --output results.json

βš™οΈ Configuration

API Keys Setup

To unlock the full potential of ScayOSINT, you'll need API keys for premium services:

1. EmailRep.io

  • Visit EmailRep.io
  • Sign up for a free account
  • Get your API key from the dashboard

2. HaveIBeenPwned

  • Visit HaveIBeenPwned
  • Subscribe to the API service
  • Generate your API key

3. BreachDirectory

  • Visit BreachDirectory
  • Sign up for RapidAPI
  • Subscribe to the BreachDirectory API

4. IntelX

Adding API Keys

  1. Open the web interface at http://localhost:8080
  2. Click on "Settings" in the navigation
  3. Enter your API keys in the respective fields
  4. Click "Save Configuration"

Configuration File

API keys are stored in backend/config.json:

{
  "services": {
    "email_rep": {
      "api_key": "your_emailrep_api_key",
      "enabled": true
    },
    "haveibeenpwned": {
      "api_key": "your_hibp_api_key",
      "enabled": true
    },
    "breach_directory": {
      "api_key": "your_breachdirectory_api_key",
      "enabled": true
    },
    "intelx": {
      "api_key": "your_intelx_api_key",
      "enabled": true
    },
    "spotify": {
      "enabled": true
    },
    "twitter": {
      "enabled": true
    },
    "instagram": {
      "enabled": true
    }
  }
}

πŸ“Š Architecture

System Architecture

ScayOSINT is built with a modern, modular architecture:

Backend (FastAPI)

  • FastAPI - Modern, fast web framework
  • Async Processing - Non-blocking operations
  • RESTful API - Clean, documented endpoints
  • Static File Serving - Integrated frontend hosting
  • Error Handling - Graceful failure management

Frontend (HTML/CSS/JavaScript)

  • Vanilla JavaScript - No framework dependencies
  • Modern CSS - Flexbox, Grid, and animations
  • Responsive Design - Mobile-first approach
  • Real-time Updates - Live data streaming
  • Progressive Enhancement - Works without JavaScript

CLI (Go)

  • Cobra CLI - Powerful command-line framework
  • Worker Pool - Concurrent service execution
  • Color Output - Beautiful terminal formatting
  • Configuration Management - YAML-based config

Services Integration

  • HTTP Requests - Async API calls
  • Error Handling - Graceful failure management
  • Rate Limiting - Respectful API usage
  • Timeout Management - Prevents hanging requests

πŸ—οΈ Project Structure

ScayOSINT/
β”œβ”€β”€ backend/                 # FastAPI backend
β”‚   β”œβ”€β”€ main.py             # Main application
β”‚   β”œβ”€β”€ requirements.txt    # Python dependencies
β”‚   β”œβ”€β”€ config.json        # Configuration file (gitignored)
β”‚   └── scan_history.json  # Scan history (gitignored)
β”œβ”€β”€ frontend/               # Web interface
β”‚   β”œβ”€β”€ index.html         # Main HTML file
β”‚   β”œβ”€β”€ style.css          # Styling
β”‚   └── script.js          # JavaScript logic
β”œβ”€β”€ v3/                    # Go CLI version
β”‚   β”œβ”€β”€ cmd/               # Command-line tools
β”‚   β”‚   └── scayosint/    # Main CLI entry point
β”‚   β”œβ”€β”€ internal/          # Internal packages
β”‚   β”‚   β”œβ”€β”€ config/       # Configuration handling
β”‚   β”‚   β”œβ”€β”€ output/       # Output formatting
β”‚   β”‚   β”œβ”€β”€ runner/       # Scan runner
β”‚   β”‚   └── spinner/      # Progress indicators
β”‚   └── pkg/               # Public packages
β”‚       β”œβ”€β”€ dns/          # DNS lookup
β”‚       β”œβ”€β”€ engine/      # CLI engine
β”‚       β”œβ”€β”€ services/    # OSINT services
β”‚       β”œβ”€β”€ social/      # Social media checks
β”‚       └── verification/ # Email verification
β”œβ”€β”€ launch-scayosint.html  # Web launcher
β”œβ”€β”€ start-scayosint.ps1    # PowerShell launcher
β”œβ”€β”€ start-scayosint.bat    # Batch launcher
β”œβ”€β”€ config.yaml            # Example configuration
β”œβ”€β”€ LICENSE                # MIT License
└── README.md             # This file

πŸ”§ Development

Running in Development Mode

# Backend development
cd backend
python main.py

# Frontend development (edit files directly)
cd frontend
# Edit index.html, style.css, or script.js

# Go CLI development
cd v3
go run cmd/scayosint/main.go

API Endpoints

Endpoint Method Description
/ GET Main web interface
/api/config GET Get configuration
/api/config POST Update configuration
/api/scan POST Scan email address
/api/history GET Get scan history

🀝 Contributing

We welcome contributions from the community! Here's how you can help:

πŸ› Reporting Bugs

  1. Check existing issues first
  2. Create a new issue with detailed information
  3. Include steps to reproduce the bug
  4. Add system information and error logs

πŸ’‘ Suggesting Features

  1. Open a feature request issue
  2. Describe the feature and its benefits
  3. Provide use cases and examples
  4. Discuss implementation approach

πŸ”§ Contributing Code

  1. Fork the repository
  2. Create a feature branch
  3. Make your changes
  4. Add tests if applicable
  5. Submit a pull request

πŸ“ Code Style

  • Follow PEP 8 for Python code
  • Follow Go Code Review Comments for Go code
  • Use meaningful variable names
  • Add comments for complex logic
  • Include docstrings for functions

For more details, see CONTRIBUTING.md.


πŸ“„ License

This project is licensed under the MIT License - see the LICENSE file for details.


πŸ™ Acknowledgments

  • EmailRep.io - Email reputation service
  • HaveIBeenPwned - Data breach checking
  • BreachDirectory - Breach database
  • Intelligence X - Intelligence search platform
  • FastAPI - Modern web framework
  • Font Awesome - Icons and graphics

πŸ“ž Support & Contact

Getting Help


πŸ‘€ Credits

Author

Scayar


⭐ Star History

Star History Chart


Made with ❀️ by Scayar

Website Email Telegram Buy Me a Coffee

If you find ScayOSINT useful, please consider giving it a ⭐ star on GitHub!

About

ScayOSINT: A powerful email intelligence platform that revolutionizes OSINT investigations. Lightning-fast analysis, comprehensive data gathering, and privacy-focused design. Perfect for security researchers, investigators, and cybersecurity professionals.

Topics

Resources

License

Code of conduct

Contributing

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published