smtp-user-enum
smtp-user-enum copied to clipboard
Added uknown response for status code 252
Response code 252 indicates: 252 Cannot verify the user, but it will try to deliver the message anyway (from https://en.wikipedia.org/wiki/List_of_SMTP_server_return_codes).
I added an elif statement to check for status code 252 and add an UNKN response in orange. - Lines 104,105.
The formatting changes are from black and can be ignored.