v1.3.2
kaifcodec/user-scannerv1.3.2Feb 25, 2026by kaifcodec
AI Summary
The update focuses on usability improvements by adding a filter flag for results and refactoring the codebase to include a hits counter.
Key Highlights
- Added `--only-found` flag to display only the sites where the target was found.
- Refactored the codebase and added a `hits` counter.
- Fixed a bug where category headers were printed even when no results were found.
- Added multiple new `user_scan` and `email_scan` modules.
New Features
- --only-found flag
- Hits counter
- Code refactoring
- New modules
Full Release Notes
- 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