Skip to content

Releases: kaifcodec/user-scanner

v1.4.0

11 Jun 18:24
de22141

Choose a tag to compare

  • Implemented core "Deep Username Scan" feature across 60+ user_scan modules (Social, Dev, Music, Gaming, Adult, Political, Finance, Donation, Community) to extract profile metadata, adding defensive parsing wrappers and migrating key targets like GitHub to public web scraping to bypass unauthenticated API rate limits (#355).
    — by @kaifcodec

  • Fixed multi-line value alignment issues in the CLI tree display layout and updated project documentation, including screencasts and usage guides in README.md and USAGE.md (#355).
    — by @VamatoHD and @kaifcodec

  • Fixed CodeQL regex security warnings, streamlined project ruff lint rules (E701, E401), and removed bare except catches across core codebase scripts (#355).
    — by @kaifcodec and @github-advanced-security[bot]

  • Added new BeatStars validation footprint module to the user_scan architecture registry (#332).
    — by @notlorick

  • Fixed a bug where the "extra" metadata column header was completely missing from exported CSV scanning reports (#335).
    — by @VamatoHD

  • Enforced Accept-Encoding: identity headers on Gumroad and GirlsLife network requests to fix decoding failures (#338).
    — by @sturq

  • Patched the Instagram email scanning module validation logic to handle and mitigate aggressive platform rate limits (#347).
    — by @shredzwho

  • Restored global TLS/SSL certificate verification across the core HTTP engine client orchestrator (#352).
    — by @sebastiondev

  • Optimized internal formatting mechanics and terminal display trees for module "extra" payload metadata fields (#351).
    — by @VamatoHD

  • Multiple code reviews.
    — by @json-hunter07, @VamatoHD, and @kaifcodec

v1.3.6

29 Apr 17:51
6ec6c6e

Choose a tag to compare

  • Added new user_scan modules: Facebook, Linktree, Dribbble, daily.dev, Mix.com, Pastebin, and OpenStreetMap.
    — by @Brumbelow, @KagemaNjoroge, and @zeel2104

  • Added new email_scan modules: Allen (learning), 4 new adult sites, 1 community site, and a new Fitness category with 2 modules.
    — by @kaifcodec

  • Refactored core logic: migrated Polarsteps to mobile validation API and implemented JSON module for result serialization in into_json.
    — by @kaifcodec

  • Major site fixes: replaced broken Instagram web_profile_info with signup-attempt endpoint and updated Reddit validation to use JSON API.
    — by @anonymort and @kaifcodec

  • Module improvements: updated Lovescape to infer email status via username, refined Pornhub error handling, and fixed logic for NYTimes and Polarsteps.
    — by @kaifcodec

  • Maintenance: renamed pipeline category to crm in email_scan and corrected made.porn entry in LOUD_MODULES.
    — by @kaifcodec and @json-hunter07

  • Multiple code reviews.
    — by @json-hunter07 and @kaifcodec

v1.3.5

17 Mar 13:19
ff04941

Choose a tag to compare

  • Integrated Hudson Rock Infostealer Intelligence for advanced leak data analysis.
    — by @shredzwho

  • Implemented --no-nsfw flag to filter adult-content modules from scans.
    — by @VamatoHD

  • Performance optimization: added HTTP connection pooling and LRU caching for faster module execution.
    — by @shredzwho

  • Added new email_scan modules: Vedantu (and reporting refactor), and 2 additional modules.
    — by @kaifcodec

  • Added new user_scan modules: Riot ID, Zhihu, Proton Mail, Boot.dev, and 3 new social category modules.
    — by @SylvainM98, @P-r-e-m-i-u-m, @YuF-9468, @aspectp, and @kaifcodec

  • Improved Proxy handling: now preserves explicit proxy schemes when loading from files.
    — by @shuofengzhang

  • Logic fixes: moved Flipkart to LOUD_MODULES, updated HuggingFace check to POST, and fixed Hashnode API.
    — by @kaifcodec

  • Multiple code reviews.
    — by @json-hunter07, @VamatoHD, and @kaifcodec

v1.3.4

05 Mar 08:15
9aa625a

Choose a tag to compare

  • Added new email_scan modules: Amazon, LinkedIn, and Netflix fixes.
    — by @SylvainM98

  • Added new email_scan modules: Microsoft 365, Plurk, Any.do, and Firefox.
    — by @anubhavanonymous

  • Added new user_scan modules: HackerEarth and improved profile URL logic for 74 sites.
    — by @shredzwho

  • Added new user_scan category: Political (4 new modules) and multiple core bug fixes.
    — by @kaifcodec

  • Pattern system implementation: includes expansion, random iteration, and total permutation count.
    — by @SylvainM98, @VamatoHD, and @kaifcodec
    — reviewed by @VamatoHD and @kaifcodec

  • Refined Netflix module logic and moved to LOUD_MODULES to prevent accidental target notifications.
    — by @SylvainM98 and @shredzwho

  • Multiple code reviews, ruff/mypy optimizations, and documentation updates.
    — by @kaifcodec, @SylvainM98, and @shredzwho
    — reviewed by @json-hunter07

v1.3.3

01 Mar 15:50
3708cd7

Choose a tag to compare

  • Added new --allow-loud flag now the tool skips loud modules i.e. the one which notify the target with password reset emails, if the flag is used then those modules are included in the check
    — by @VamatoHD and @kaifcodec

  • Added multiple new user_scan and email_scan modules, along with minor fixes to existing modules
    — by @kaifcodec

  • Multiple code reviews by @json-hunter07

1.3.2

25 Feb 16:23
1b952e2

Choose a tag to compare

  • Added new --only-found flag to display only the sites where the username/email was found
    — by @hacker4257, code reviewed by @kaifcodec

  • Refactored the codebase and added a hits counter
  • Fixed a bug where category headers were printed even when no results were found
    — by @kaifcodec

  • Added multiple new user_scan and email_scan modules, along with minor fixes to existing modules
    — by @kaifcodec

  • Multiple code reviews by @json-hunter07

Version=>1.3.1

22 Feb 16:26
81eb51b

Choose a tag to compare

  • Changed the username scanning logic to OSINT
  • Replace Available, Taken with Not Found, Found
  • Hit = Green and Miss = Red
    #232 #233 by @kaifcodec

Version=>1.3.0

18 Feb 06:49
0157c91

Choose a tag to compare

New feature addition show_url

  • Usage of -v now shows the URLs of the websites.
  • All the modules in both email_scan and user_scan updated
  • Many minor bug fixes
    PR #216 by @kaifcodec
    Code reviewed by @json-hunter07

Version=>1.2.0

05 Feb 17:04
a9d5d04

Choose a tag to compare

New feature addition: lib-mode

  • Now user_scanner can be used as a python library and can be integrated with other projects and scripts
  • click here for usage guides

#190 by @kaifcodec


Version=>1.1.1

03 Feb 10:58

Choose a tag to compare