Skip to content

soxoj/osint-namecheckers-list

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

38 Commits
Β 
Β 
Β 
Β 

Repository files navigation

Curated OSINT namecheckers

A curated list of tools and sites for username search, account discovery, and username availability (β€œnamecheck”) across social networks and the web. It focuses on namecheckers and related workflowsβ€”not general OSINT as a whole.

Contents

Open source tools

  • Maigret β€” Username search with the largest site set and profile parsing.

    • 3100+ sites πŸ‘; profile parsing (PII, links to other profiles) πŸ‘; recursive search on newly found usernames πŸ‘; filter by country/category tags πŸ‘; very few false positives πŸ‘; censorship and captcha detection; pip install maigret.
  • Sherlock β€” The original username hunter; mature, widely packaged.

    • 479 sites; batch search πŸ‘; Tor and proxy support πŸ‘; CSV/XLSX/JSON export πŸ‘; custom sites and rules; pipx install sherlock-project; also Docker, dnf, Homebrew.
  • Enola β€” Fast Go-based username hunter with modern CLI.

    • 407 sites; Go single binary πŸ‘; Docker support; CSV/JSON export; go install github.com/theyahya/enola/cmd/enola@latest.
  • Snoop β€” Username search with the largest raw site count; partially paid.

    • ~350 sites in free demo, 5300+ in paid full version πŸ‘; country ranking and filtering πŸ‘; multi-format reports (CSV/HTML/maps) πŸ‘; geolocation plugins; Android/Termux support; binary releases.
  • Aliens Eye β€” AI-powered username scanner with confidence scoring.

    • 841 sites πŸ‘; AI-enhanced detection with confidence scoring (0–100%) πŸ‘; three scan levels (basic/intermediate/advanced); username variation generation; JSON reporting; multi-OS including Android/Termux; pip install -r requirements.txt.
  • Blackbird β€” Username and email search using the WhatsMyName database.

    • 600+ sites πŸ‘; email search πŸ‘; AI-powered profiling (free) πŸ‘; PDF/CSV/JSON export πŸ‘; category filtering; NSFW sites included by default; pip install -r requirements.txt.
  • WhatsMyName β€” Community-maintained site-check database (data only, no built-in checker).

    • 732 sites πŸ‘; JSON format used by Blackbird, Naminter, recon-ng, Maltego, SpiderFoot, and others; web UI at whatsmyname.app.
  • Naminter β€” Async username enumeration using the WhatsMyName dataset.

    • 730+ sites πŸ‘; TLS-level browser impersonation via curl_cffi (bypasses Cloudflare and bot detection that block tools using plain requests/aiohttp) πŸ‘; category filtering πŸ‘; PDF/CSV/JSON/HTML export πŸ‘; pip install naminter; also Docker.
  • Linkook β€” Username search with email/breach checks and Neo4j graph export.

    • 64 sites; email discovery + breach check via HudsonRock's Cybercrime Intelligence DB or Have I Been Pwned API πŸ‘; Neo4j-friendly JSON export for graph visualization of accounts/usernames/emails πŸ‘; extracts linked accounts from profile pages (similar to Maigret + socid-extractor, but on a smaller site set); default scan covers only 10 "connected" sites, use --scan-all for full coverage; pipx install linkook.
  • social-analyzer β€” Large-scale username search with layered detection.

    • 999 sites πŸ‘; web UI πŸ‘; multilayer detection (OCR, normal, advanced, special) πŸ‘; metadata extraction; pip install social-analyzer; no granular confidence scoring β€” maybe status produces false positives 🚫.
  • nexfil β€” Lightweight and fast username search.

    • 328 sites; batch processing πŸ‘; results auto-saved to text files; pip install nexfil; no longer maintained (last commit Sep 2023) 🚫.
  • DetectDee β€” Search by username, email, or phone; written in Go.

    • 372 sites; screenshot capture πŸ‘; WAF evasion; ChatGPT integration for result tagging; Google search integration; pre-compiled binaries; no longer maintained (last commit Jul 2023) 🚫.
  • vesper β€” Rust-based async username scanner using a Sherlock-derived database.

    • 299 sites; Rust + Tokio for fast async scanning πŸ‘; confidence scoring (CONFIRMED/LIKELY) πŸ‘; headless Chrome screenshot capture πŸ‘; Tor proxy support; JSON report export; built-in site-validation test mode; cargo build --release.
  • tookie-osint β€” Username discovery with a web UI.

    • 261 sites; headless mode; CSV export; multi-OS installer scripts; ~20% false positives 🚫.
  • Investigo β€” Go-based tool using Sherlock’s site database.

    • Uses Sherlock DB πŸ‘; concurrent requests (32 default) πŸ‘; Tor proxy support; content downloading; go build.
  • sagemode β€” Simple username search.

    • 146 sites; real-time CLI output; known false positives on some platforms 🚫; no longer maintained (last commit Dec 2023) 🚫.
  • Arina-OSINT β€” Username search written in C#.

    • 76 sites; requires .NET Core 3.1; no longer maintained (last commit Mar 2022) 🚫.
  • GhostTrack β€” Multi-purpose OSINT tool (IP, phone, username) with interactive menu.

    • 24 sites for username tracking; primary focus is on IP/phone lookup, username search is one of four menu options; HTTP 200 status code check only β€” high false positive rate 🚫; no longer maintained (last commit Jan 2024) 🚫.
  • Userrecon β€” Bash-based username search.

    • 66 sites; shell script (no dependencies); many checks broken (Instagram, Facebook, Twitter flagged); no longer maintained (last commit Feb 2021) 🚫.
  • NicknameFinder β€” Username search organized by site categories.

    • 44 sites (forums, games, social, finance); no longer maintained (last commit Apr 2021) 🚫.
  • netizenship β€” Multi-threaded username search.

    • 36 sites; pip install netizenship; no longer maintained (last commit Dec 2021) 🚫.
  • Search4 β€” Small and fast username search.

    • 35 sites; multi-threaded; pip install search4; no longer maintained (last commit Jul 2022) 🚫.
  • Stalkie β€” Go-based username scanner with confidence scoring and headless browser mode.

    • 13 sites; confidence scoring (0–100%) with multi-signal analysis (HTTP status, title match, body mentions) πŸ‘; script-tag stripping to reduce false negatives πŸ‘; login wall detection πŸ‘; headless browser via go-rod for JS-heavy sites πŸ‘; Tor/SOCKS5 proxy support; bulk input; CSV/JSON/TXT export; go build.
  • Socialscan β€” Checks email and username availability via registration APIs (not profile URLs).

    • 11 platforms (Instagram, Twitter, GitHub, Tumblr, GitLab, Reddit, etc.) πŸ‘; 100% accuracy by querying signup endpoints πŸ‘; async (100 queries in ~4 sec) πŸ‘; pip install socialscan.
  • recon-ng β€” Full OSINT reconnaissance framework with a WhatsMyName profiler module.

    • Modular Metasploit-like architecture πŸ‘; interactive console with tab completion πŸ‘; REST API and web UI πŸ‘; Docker support; username check is one module among many.
  • SocialPath β€” Track users across 10 platforms with deeper extraction on 4; web UI.

    • Django-based web interface; detailed data extraction (Twitter, StackOverflow, Instagram, Reddit); requires API keys; no longer maintained (last commit Jan 2021) 🚫.
  • thorndyke β€” Lightweight username enumeration.

    • 200+ sites; pip install thorndyke; archived by author β€” no longer supported 🚫.
  • sherlock-go β€” Minimal Go implementation of Sherlock.

    • ~164 sites; faster than Python original; pre-compiled binaries; no longer maintained (last commit Aug 2019) 🚫.
  • Gideon β€” OSINT tool for phone numbers, car plates, nicknames, and torrents by IP.

    • Russian-focused; username search is a secondary feature; no longer maintained (last commit Nov 2020) 🚫.

OSINT online tools

Websites to search from a browser. Many show ads and may log requests.

  • WhatsMyName β€” ~250 sites; web UI for the WhatsMyName dataset; rich category filters.

  • Lullar β€” Free email/name/username people search across 175+ platforms; no sign-up, since 2009.

  • Usersearch β€” ~120 popular sites, 100+ generic forums, 6 dating sites, crypto forums.

  • analyzeid username checker β€” 80+ social sites; summarizes what public signals suggest about a taken username πŸ‘.

  • iDCrawl β€” 12 sites.

  • suIP.biz β€” Online Sherlock-style checker.

  • WhatsMyName App β€” 732 sites; full web UI with guides, tutorials, step-by-step walkthroughs, and CSV export. Browser-based, no login required.

Branding

These tools focus on username availability and brand/domain squatting checksβ€”not on finding a specific person’s accounts. Marketers often use them for brand protection; many include domain checks alongside social handles.

Toolkits

Useful links

SOWEL Classification

Contributing

Pull requests are welcome. Add one line per tool in the form - [Name](url) β€” short summary (optional indented sub-bullets for notable pros/cons). Prefer maintained projects and working links; note unmaintained or broken services in the line text. Avoid duplicate entries and pure spam.

Disclaimer

Use these tools lawfully and ethically, only on data you are allowed to access, and in line with each platform’s terms and applicable law. This list is for defensive OSINT and research; authors of this repository are not responsible for misuse.

License

This repository is licensed under the MIT License.

About

πŸ•΅πŸ½β€β™€οΈ Curated list of OSINT tools and online services to find social media accounts by username

Topics

Resources

License

Stars

699 stars

Watchers

12 watching

Forks

Contributors