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

No interactions received over SMTP 465 and 587 with TLS #750

Open
MMquant opened this issue Dec 30, 2023 · 0 comments
Open

No interactions received over SMTP 465 and 587 with TLS #750

MMquant opened this issue Dec 30, 2023 · 0 comments
Labels
Type: Bug Inconsistencies or issues which will cause an issue or problem for users or implementors.

Comments

@MMquant
Copy link

MMquant commented Dec 30, 2023

Interactsh version:

projectdiscovery/interactsh-server:v1.1.8 docker image

Current Behavior:

No interaction on incoming SMTP port 465 traffic over TLS.
No interaction on incoming SMTP port 587 traffic over TLS.

Expected Behavior:

Receive SMTP interactions

Steps To Reproduce:

  1. Deploy interactsh server with valid TLS certificates
  2. Test SMTP interaction https://www.gmass.co/smtp-test with these Security options
  • Auto
  • SSL
  • TLS
  • TLS when available
  1. Check interactsh server debug and see that no SMTP interactions were received.

This is the error log from the https://www.gmass.co/smtp-test with Security option set to Auto

ERROR: An error occurred while attempting to establish an SSL or TLS connection.
This usually means that the SSL certificate presented by the server is not trusted by the system for one or more of
the following reasons:
1. The server is using a self-signed certificate which cannot be verified.
2. The local system is missing a Root or Intermediate certificate needed to verify the server's certificate.
3. A Certificate Authority CRL server for one or more of the certificates in the chain is temporarily unavailable.
4. The certificate presented by the server is expired or invalid.
Another possibility is that you are trying to connect to a port which does not support SSL/TLS.
It is also possible that the set of SSL/TLS protocols supported by the client and server do not match.
See https://github.com/jstedfast/MailKit/blob/master/FAQ.md#SslHandshakeException for possible solutions. 
@MMquant MMquant added the Type: Bug Inconsistencies or issues which will cause an issue or problem for users or implementors. label Dec 30, 2023
@MMquant MMquant changed the title No interactions received over SMTP 465 and 587 No interactions received over SMTP 465 and 587 with TLS Dec 30, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Bug Inconsistencies or issues which will cause an issue or problem for users or implementors.
Projects
None yet
Development

No branches or pull requests

1 participant