knavesec / CredMaster

Refactored & improved CredKing password spraying tool, uses FireProx APIs to rotate IP addresses, stay anonymous, and beat throttling
939 stars 124 forks source link

Change O365enum output on invalid user #15

Closed TheToddLuci0 closed 2 years ago

TheToddLuci0 commented 2 years ago

Problem: grep VALID_USER on O365enum output returns both valid and invalid users, which defeats the purpose.

Proposed solution: change INVALID_USER -> NO_SUCH_USER. This way, searching for VALID_USER will still return valid users and VALID_USER_DIFFERENT_IDP, but not users that do not exist.