v1.3.3

kaifcodec/user-scannerv1.3.3Mar 1, 2026by kaifcodec

AI Summary

This release introduces a new command-line flag to control the inclusion of loud modules that send password reset emails and adds multiple new scanning modules.

Key Highlights

  • Added new `--allow-loud` flag to skip modules that notify targets with password reset emails.
  • Added multiple new `user_scan` and `email_scan` modules.
  • Minor fixes to existing modules were implemented.

New Features

  • --allow-loud flag
  • New user_scan modules
  • New email_scan modules

Full Release Notes

- 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