@@ -20,23 +20,16 @@ Perfect for finding a **unique username** across GitHub, Twitter, Reddit, Instag
2020
2121## Features
2222
23- - β
Check an email across multiple sites to see if itβs registered.
24- - β
Scan usernames across ** social networks** , ** developer platforms** , ** creator communities** , and more.
25- - β
Can be used purely as a username tool.
26- - β
Smart auto-update system detects new releases on PyPI and prompts the user to upgrade interactively.
27- - β
Clear ` Registered ` and ` Not Registered ` for email scanning ` Available ` / ` Taken ` / ` Error ` output for username scans
28- - β
Robust error handling: displays the exact reason a username or email cannot be used (e.g., underscores or hyphens at the start/end).
29- - β
Fully modular: easily add new platform modules.
30- - β
Wildcard-based username permutations for automatic variation generation using a provided suffix.
31- - β
Option to select results format (** JSON** , ** CSV** , console).
32- - β
Save scanning and OSINT results in the preferred format and output file (ideal for power users).
33- - β
Command-line interface ready: works immediately after ` pip install ` .
34- - β
Lightweight with minimal dependencies; runs on any machine.
35- - β
** Proxy support** with round-robin rotation
36- - β
** Proxy validation** to test and filter working proxies before scanning
37- - β
** Bulk username scanning** from file support for checking multiple usernames at once
38- - β
** Bulk email scanning** from file support for checking multiple emails at once
39- ---
23+ - β
Email & username OSINT: check email registrations and username availability across social, developer, creator, and other platforms
24+ - β
Dual-mode usage: works as an email scanner, username scanner, or username-only tool
25+ - β
Clear results: ` Registered ` / ` Not Registered ` for emails and ` Available ` / ` Taken ` / ` Error ` for usernames with precise failure reasons
26+ - β
Fully modular architecture for easy addition of new platform modules
27+ - β
Bulk scanning support for usernames and emails via input files
28+ - β
Wildcard-based username permutations with automatic variation generation
29+ - β
Multiple output formats: console, ** JSON** , and ** CSV** , with file export support
30+ - β
Proxy support with rotation and pre-scan proxy validation
31+ - β
Smart auto-update system with interactive upgrade prompts via PyPI
32+ - β
Lightweight, minimal dependencies, and ready to use immediately after ` pip install `
4033
4134## Virtual Environment (optional but recommended)
4235
0 commit comments