demchecker
v2.1.2
Published
Terminal OSINT & username availability checker — TUI powered by Ink
Maintainers
Readme
DemChecker v2.1
OSINT Username Intelligence Tool — Check username availability across 8 platforms, analyze digital footprints, and generate username insights via CLI or web interface.
Download
npm install -g demcheckerRequires Node.js v18 or higher.
Features
| Mode | Description | |------|-------------| | Scan | Full platform scan across 8 platforms + OSINT analysis | | Variations | Check username patterns and typo variants | | Domains | DNS availability check for 7 TLDs | | Compare | Similarity analysis between two usernames | | Generator | Generate and check available username suggestions | | Bulk | Scan multiple usernames from a list |
Platforms
GitHub · Twitter/X · Instagram · Reddit · TikTok · YouTube · Twitch · Steam
Analysis
- Risk score (0–100) based on OSINT exposure
- Entropy analysis — how guessable the username is
- Bot detection probability
- Reserved/offensive word detection
- Email pattern generation
- Typo & phishing variant detection
- Live GitHub and Reddit profile scraping
Installation
npm install -g demcheckerUsage
CLI (Terminal UI)
demcheckerWeb Interface
demchecker-web
# Opens at http://localhost:3737Custom port:
PORT=8080 demchecker-webBulk Scan
Create a usernames.txt file with one username per line:
alice
bob
charlieThen select Bulk Scan from the CLI menu, or paste the list into the web /bulk page.
Proxy Support
Create a proxies.txt file in your working directory:
http://user:pass@proxy1:8080
http://user:pass@proxy2:8080Enable proxy mode from the CLI menu or web interface toggle.
Data Output
Results are saved automatically to ~/demchecker-data/:
~/demchecker-data/
results_<username>_<timestamp>.json
results_<username>_<timestamp>.txt
variants_<base>_<timestamp>.json
generator_<base>_<timestamp>.json
batch_results_<timestamp>.jsonLicense
DemChecker is licensed under the Apache License 2.0.
- Personal & non-commercial use — free
- Commercial use — requires a paid license
See COMMERCIAL_LICENSE.md for full commercial terms.
For commercial licensing: [email protected]
Author
demirarch — [email protected]
