smtp-user-enum icon indicating copy to clipboard operation
smtp-user-enum copied to clipboard

Added uknown response for status code 252

Open tjcim opened this issue 1 year ago • 0 comments

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.

tjcim avatar May 14 '24 13:05 tjcim