Skip to content
/ ScayNum Public

Advanced OSINT Intelligence Platform for Digital Investigations | Phone Intelligence | IP Analysis | Web Search | Social OSINT | Username Search

License

Notifications You must be signed in to change notification settings

Scayar/ScayNum

Repository files navigation

🚀 ScayNum - Advanced OSINT Intelligence Platform

Python License Version Platform Made with Love

🔍 Advanced Open Source Intelligence Platform for Digital Investigations

ScayNum Banner

🌟 Built with ❤️ by Scayar

Buy Me a Coffee Telegram Group Website


🎯 What is ScayNum?

ScayNum is a comprehensive OSINT (Open Source Intelligence) platform designed for digital investigators, security researchers, and cybersecurity professionals. It provides advanced capabilities for gathering intelligence from various digital sources through an intuitive, modern interface.

ScayNum Features


🛠️ Core Intelligence Modules

📱 Phone Intelligence Module

Phone Intelligence

🔍 Comprehensive Phone Number Analysis:

  • Social Media Discovery - Find profiles across 50+ platforms
  • Data Breach Verification - Check against 100+ known breaches
  • Messaging Platform Detection - Identify WhatsApp, Telegram, Signal usage
  • Geolocation Intelligence - Precise location mapping with coordinates
  • Owner Information Estimation - Name and demographic analysis
  • Interactive Geographic Visualization - Real-time map integration
  • Risk Assessment Engine - Threat level evaluation
  • Batch Processing Capability - Process thousands of numbers via CSV

💡 Perfect for: Digital forensics, background checks, threat intelligence


🌐 IP Intelligence Module

IP Intelligence

🔍 Advanced IP Address Intelligence:

  • Comprehensive IP Profiling - Country, city, ISP, organization details
  • Reverse DNS Resolution - Complete domain name analysis
  • DNS Records Intelligence - A, AAAA, MX, TXT, NS records
  • Threat Intelligence Integration - Check against 50+ threat databases
  • Network Infrastructure Analysis - ASN, hosting, proxy detection
  • Geographic Visualization - Interactive mapping with coordinates
  • Security Risk Assessment - Automated threat evaluation
  • Bulk IP Analysis - Process multiple IPs simultaneously

💡 Perfect for: Network security, incident response, threat hunting


🔍 Web Intelligence Module

Web Intelligence

🔍 Advanced Web Search Intelligence:

  • Multi-Engine Search - DuckDuckGo, Bing, Google with fallback
  • Smart Result Categorization - Automatic content classification
  • Social Media Profile Detection - Identify social accounts
  • Contact Information Extraction - Emails, phones, addresses
  • Threat Intelligence Analysis - Security indicator detection
  • Comprehensive Reporting - CSV, PDF, HTML with visualizations
  • Advanced Filtering - Relevance and source-based filtering
  • Real-time Data Processing - Live result analysis

💡 Perfect for: Digital investigations, competitive intelligence, research


📸 Social Intelligence Module

Social Intelligence

🔍 Instagram Profile Intelligence:

  • Comprehensive Profile Analysis - Bio, followers, posts, engagement
  • Fake Account Detection - AI-powered suspicious profile identification
  • Engagement Rate Calculation - Automated metrics analysis
  • Hashtag Intelligence - Popular hashtags and trend analysis
  • Real-time Monitoring - Live profile tracking capabilities
  • Visual Report Generation - Beautiful PDF/HTML reports
  • Content Analysis - Post patterns and content categorization
  • Network Mapping - Connection and interaction analysis

💡 Perfect for: Social media investigations, influencer analysis, brand protection


👤 Username Intelligence Module

Username Intelligence

🔍 Cross-Platform Username Intelligence:

  • Multi-Platform Verification - Check 20+ major platforms
  • Visibility Score Calculation - Online presence quantification
  • Risk Level Assessment - Automated security evaluation
  • Privacy Recommendations - Personalized protection advice
  • Comprehensive Reporting - Detailed CSV, PDF, HTML reports
  • Real-time Platform Checking - Live availability verification
  • Brand Protection Analysis - Username squatting detection
  • Digital Footprint Mapping - Complete online presence overview

💡 Perfect for: Brand protection, identity verification, digital footprint analysis


🚀 Quick Start Guide

📋 Prerequisites

Python Version Git Internet


🪟 Windows Installation

Method 1: One-Click Installation (Recommended)

# Download and extract ScayNum
# Double-click on run_ScayNum.bat

Method 2: PowerShell Installation

# Clone the repository
git clone https://github.com/Scayar/ScayNum.git
cd ScayNum

# Install dependencies
.\run_ScayNum.ps1 -Install

# Launch ScayNum
.\run_ScayNum.ps1

Method 3: Command Prompt Installation

# Clone the repository
git clone https://github.com/Scayar/ScayNum.git
cd ScayNum

# Install dependencies
pip install -r requirements.txt

# Launch ScayNum
python main.py

🍎 macOS Installation

Method 1: Terminal Installation (Recommended)

# Clone the repository
git clone https://github.com/Scayar/ScayNum.git
cd ScayNum

# Make script executable
chmod +x run_ScayNum.sh

# Install dependencies
./run_ScayNum.sh install

# Launch ScayNum
./run_ScayNum.sh

Method 2: Makefile Installation

# Clone the repository
git clone https://github.com/Scayar/ScayNum.git
cd ScayNum

# Install and launch
make install && make run

Method 3: Direct Python Installation

# Clone the repository
git clone https://github.com/Scayar/ScayNum.git
cd ScayNum

# Install dependencies
pip3 install -r requirements.txt

# Launch ScayNum
python3 main.py

🐧 Linux Installation

Method 1: Quick Installation

# Clone the repository
git clone https://github.com/Scayar/ScayNum.git
cd ScayNum

# Install dependencies
sudo apt update
sudo apt install python3-pip
pip3 install -r requirements.txt

# Launch ScayNum
python3 main.py

Method 2: Shell Script Installation

# Clone the repository
git clone https://github.com/Scayar/ScayNum.git
cd ScayNum

# Install and launch
chmod +x run_ScayNum.sh
./run_ScayNum.sh install
./run_ScayNum.sh

🎮 Usage Examples

📱 Phone Intelligence Example

# Launch ScayNum
python main.py

# Select option 1: Phone Number OSINT
# Enter phone number: +1234567890

# Results include:
# - Social media profiles found
# - Data breach information
# - Geolocation data
# - Risk assessment
# - Interactive map

🌐 IP Intelligence Example

# Launch ScayNum
python main.py

# Select option 2: IP Address Lookup
# Enter IP address: 8.8.8.8

# Results include:
# - Geographic location
# - ISP and organization details
# - DNS records
# - Threat intelligence
# - Network analysis

🔍 Web Intelligence Example

# Launch ScayNum
python main.py

# Select option 3: Web Search
# Enter query: "John Doe cybersecurity"

# Results include:
# - Categorized search results
# - Social media profiles
# - Contact information
# - Threat indicators
# - Comprehensive report

📊 Advanced Features

🔄 Batch Processing

Batch Processing

Process multiple targets simultaneously:

# Create CSV file with phone numbers
echo "phone_number" > phones.csv
echo "+1234567890" >> phones.csv
echo "+9876543210" >> phones.csv

# Batch process phone numbers
python main.py
# Select option 6: Batch Processing
# Select option 1: Phone Numbers (CSV)
# Enter file path: phones.csv

📈 Report Generation

Report Generation

Multiple output formats:

  • CSV Reports - Data analysis and spreadsheet integration
  • PDF Reports - Professional documentation
  • HTML Reports - Interactive web-based reports
  • Interactive Maps - Geographic visualization

🔄 Auto-Update System

Auto Update

Keep ScayNum updated automatically:

# Check for updates
python main.py
# Select option 7: Update ScayNum

# Or use command line
git pull origin main
pip install -r requirements.txt

🛡️ Security & Privacy

Security Privacy

🔒 Privacy Features:

  • No Data Storage - All data processed locally
  • Encrypted Communications - Secure API connections
  • Rate Limiting - Respectful API usage
  • User Agent Rotation - Anti-detection measures
  • Proxy Support - Anonymous browsing capabilities

⚠️ Legal Compliance:

  • Educational Use Only - Designed for research and education
  • Respectful Usage - Follow platform terms of service
  • Data Protection - GDPR and privacy law compliance
  • Ethical Guidelines - Responsible OSINT practices

🛠️ Technical Architecture

Architecture

📁 Project Structure:

ScayNum/
├── main.py                    # 🚀 Main entry point
├── scripts/
│   ├── core.py               # 🧠 Core application logic
│   ├── phone_intelligence.py # 📱 Phone OSINT module
│   ├── ip_intelligence.py    # 🌐 IP intelligence module
│   ├── web_intelligence.py   # 🔍 Web search module
│   ├── social_intelligence.py # 📸 Social media module
│   └── username_intelligence.py # 👤 Username search module
├── requirements.txt          # 📦 Dependencies
├── setup.py                 # ⚙️ Package configuration
├── README.md               # 📖 Documentation
├── LICENSE                 # 📄 License information
├── Makefile               # 🔧 Build automation
├── run_ScayNum.bat        # 🪟 Windows launcher
├── run_ScayNum.ps1        # 💻 PowerShell launcher
└── run_ScayNum.sh         # 🐧 Shell launcher

🔧 Dependencies:

  • pyfiglet - ASCII art and banners
  • colorama - Terminal color support
  • requests - HTTP client library
  • beautifulsoup4 - HTML parsing
  • phonenumbers - Phone number validation
  • folium - Interactive maps
  • instaloader - Instagram API
  • fpdf - PDF generation
  • jinja2 - HTML templating

🤝 Contributing

Contributing

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

🐛 Bug Reports

  • Use the Issues page
  • Provide detailed error descriptions
  • Include system information and logs

💡 Feature Requests

  • Submit feature ideas via Issues
  • Describe use cases and benefits
  • Consider implementation complexity

🔧 Code Contributions

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

📚 Documentation

  • Improve README sections
  • Add code comments
  • Create tutorials and guides

📞 Support & Community

Support

🌐 Official Channels:

💬 Community Support:

Support the Project:


📄 License

License

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

⚠️ Important Notice:

  • This tool is for educational and research purposes only
  • Users are responsible for complying with local laws and regulations
  • Respect privacy and terms of service of target platforms
  • Use responsibly and ethically

🙏 Acknowledgments

Acknowledgments

🏆 Special Thanks:

  • Open Source Community - For amazing libraries and tools
  • OSINT Community - For knowledge sharing and collaboration
  • Contributors - For code improvements and bug fixes
  • Users - For feedback and feature suggestions

📚 Inspiration:

  • OSINT Framework - For comprehensive intelligence gathering
  • Maltego - For graph-based intelligence visualization
  • Shodan - For internet-wide intelligence gathering
  • TheHarvester - For email and domain intelligence

🚀 Ready to Start Your OSINT Journey?

Get Started

🌟 Star this repository if you find it helpful!

GitHub Stars GitHub Forks GitHub Issues


Made with ❤️ by Scayar

Website Telegram Email

About

Advanced OSINT Intelligence Platform for Digital Investigations | Phone Intelligence | IP Analysis | Web Search | Social OSINT | Username Search

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published