v1.3.0
kaifcodec/user-scannerv1.3.0Feb 18, 2026by kaifcodec
AI Summary
A major update that enhances verbosity to show website URLs during scanning and introduces a testing engine for better reliability.
Key Highlights
- Added `show_url` feature using `-v` to display website URLs.
- Updated all modules in both `email_scan` and `user_scan`.
- Added `test_engine.py` for testing purposes.
- Fixed various minor bugs.
New Features
- show_url feature
- test_engine.py
- Module updates
Full Release Notes
### 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 --- - `test_engine.py` added by @vmi98 PR #195