Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed a bug with noauth still requiring auth types #22

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

fang0654
Copy link

@fang0654 fang0654 commented Apr 9, 2024

Added a noauth field on initialization of SMTPConnection to determine whether or not to call __eval_server_features. When spoofing an email directly to the target SMTP server, (such as M365), port 25 won't have any auth types available, and the tool would error out. This just disables that check, so the email can be sent.

Also, it looks like black may have adjusted some formatting!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant