Trevor

Results 5 issues of Trevor

Add the ability to call the script without requiring additional input from the user.

Add the ability to have the script output log information if desired.

A simple PR that adds the Minimum OS Version to the logging output of a search. This is useful because I often need this information early on when doing an...

Fixed `SyntaxWarning: invalid escape sequence` in the `WELL_KNOWN_SIDS` dictionary by using double `\\`. ![image](https://github.com/fortra/impacket/assets/3412452/e3438649-a29b-4918-a16a-c0088c9a2023) The file is also formatted using black.

in review

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...