arxhr007

arxhr007/Aliens_eye

Python MIT Security Single maintainer risk

Hunt down 840+ social media accounts using AI

2.4k stars
256 forks
active
GitHub +507 / week
Tracked from 526 stars · Jun 27 → 2.4k today (4×)

2.4k

Stars

256

Forks

0

Open issues

1

Contributors

v2.2.1 03 Jul 2026

AI Analysis

Aliens Eye is an AI-powered OSINT tool that scans 840+ social media platforms to find accounts linked to a given username, using ML-blended detection combined with heuristic signals rather than naive HTTP status checks. It extracts profile metadata, correlates accounts across sites, and supports recursive expansion, domain checking, and watch-mode monitoring. This tool is specialized for OSINT researchers, security professionals, and investigators who need systematic username reconnaissance a...

Security Security Tool Discovery value: 4/10
Documentation 8/10
Activity 10/10
Community 8/10
Code quality 6/10

Inferred from signals mentioned in the README (tests, CI, type safety) — not a review of the actual code.

Overall score 7/10

AI's overall editorial judgment — not an average of the bars above, can weigh other factors too.

osint username-reconnaissance social-media-scanning ml-detection account-correlation
Actively maintained Well documented MIT licensed Niche/specialized use case Popular Production ready
Deep Analysis · Based on README and public signals
2w ago

Python OSINT tool scanning 840+ platforms with ML-blended detection for username enumeration

Aliens Eye is a Python-based OSINT username scanner that searches across 840+ social media and web platforms simultaneously. It combines machine learning (logistic regression) with 25 heuristic signals (HTTP status, DOM structure, keywords, timing) to determine account existence. Marketed toward security researchers, investigators, and penetration testers. Recent activity (June 2026 last push, 188 stars in 7 days) suggests growing interest, though real-world production adoption remains unverified.

Origin

Created September 2021, Aliens Eye emerged in a crowded OSINT username-search niche dominated by Sherlock (85k+ stars). It differentiates through ML-enhanced detection rather than naive HTTP status checking. The project has accumulated 714 stars and remains under active maintenance, with a PyPI package available.

Growth

Steady accumulation with notable recent acceleration: 188 stars in the last 7 days (June 2026) suggests a spike in visibility or algorithm promotion. This follows years of moderate growth. The spike may reflect recent feature additions, media coverage, or algorithmic discovery rather than fundamental category adoption shift.

In production

adoption not verified; no case studies, enterprise deployment information, or user testimonials in README; PyPI install stats not accessible from metadata; GitHub stars and forks suggest hobbyist/researcher interest rather than documented production usage

Code analysis
Architecture

Likely organized as: core scanner/detector/analyzer modules handling HTTP requests, ML inference (pure Python logistic regression at runtime), fingerprinting, and export. Modular structure with optional Playwright fallback for JavaScript-heavy sites. CLI powered by Rich terminal UI library. ML model shipped as serialized JSON for inference; scikit-learn required only for retraining. Based on README, appears to follow layered architecture (src/aliens_eye/core, src/aliens_eye/ml, src/aliens_eye/utils, src/aliens_eye/data).

Tests

not documented in README; CI workflow badge shown but no mention of test framework, coverage %, or test organization

Maintenance

Repository push date 2026-06-26 indicates active maintenance as of June 2026 (2 days before analysis date). PyPI presence (aliens-eye package) and Docker support indicate release discipline. No evidence of abandonment, but maintenance rhythm (frequency of pushes, PR response time) not verifiable from metadata alone.

Honest verdict

ADOPT IF: you are a security researcher, pentester, or OSINT analyst seeking higher-fidelity username enumeration across hundreds of platforms, willing to retrain the ML model on your ground-truth data, and can tolerate experimental tooling (no enterprise SLA). AVOID IF: you need production-grade, battle-tested tools with commercial support, require stability guarantees, or operate in highly regulated environments where unvetted code is prohibited. MONITOR IF: you are evaluating OSINT solutions and want to observe whether Aliens Eye's ML approach proves more accurate than status-code heuristics in real-world use — adoption and community feedback remain early signals.

Independent dimensions

Mainstream potential

3/10

Technical importance

5/10

Adoption evidence

2/10

Risks
  • ML model quality not independently validated; shipped model trained on unknown dataset; retraining workflow adds operational complexity
  • adoption not verified — unclear if real investigators/security teams use this or if stars reflect academic/hobby interest
  • platform coverage (840+ sites) difficult to audit; maintainability risk if site fingerprints drift or sites change structure
  • legal/ethical risk — username enumeration tool may be misused for harassment, stalking, or unauthorized account profiling; README lacks responsible-use guidance
  • rate-limiting and proxy bypass features may invite platform ToS violations or IP bans; no clear guidance on ethical usage
Prediction

Aliens Eye will likely remain a specialized tool for OSINT researchers and security professionals, with slow but steady adoption. Unlikely to displace Sherlock due to community size and maturity, but may capture users specifically seeking ML-enhanced accuracy. Recent star acceleration (188 in 7 days) could stabilize or plateau. Long-term trajectory depends on whether ML approach demonstrably outperforms status-code baselines in practice.

0 found this helpful

Newsletter

Get analyses like this every Monday

Free weekly digest of the most interesting open-source discoveries.

Languages

Python
99.9%
Dockerfile
0.1%

Information

Language
Python
License
MIT
Last updated
1w ago
Created
58mo ago
Analyzed with
anthropic/claude-haiku-4-5

Stars over time

Loading…

Contributors over time

Top 100 contributors only — repos with more will plateau at 100.

Loading…

Open issues

No open issues — clean slate.

Open pull requests

No open pull requests.

Similar repos

sherlock-project

sherlock-project/sherlock

Sherlock is a CLI tool for OSINT (open-source intelligence) that searches 400+...

86.3k Python Security
p1ngul1n0

p1ngul1n0/blackbird

Blackbird is a specialized OSINT (Open Source Intelligence) tool for searching...

6.9k Python Security
apurvsinghgautam

apurvsinghgautam/robin

Robin is an AI-powered OSINT tool designed specifically for conducting dark web...

5.9k Python Security
vs. alternatives
Sherlock

Sherlock (85k stars) dominates this niche; Aliens Eye's main differentiator is ML detection vs. Sherlock's status-code-only approach. Sherlock has vastly larger community and library. Aliens Eye targets users seeking higher accuracy and confidence scoring.

Blackbird

Blackbird (6.6k stars) is another competitor with similar scope. Aliens Eye's ML blending and 840+ platform count (if current) may offer wider coverage; unclear if Blackbird's detection is comparable or superior.

Robin

Robin (5.6k stars) is a smaller alternative. Aliens Eye appears to offer more sophisticated detection, retraining capability, and modern CLI UX via Rich.

Custom OSINT tools

Many organizations build proprietary username finders. Aliens Eye may appeal to those seeking an open-source, ready-made solution with ML backing rather than status-code logic.