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 SMTP interaction received if local part of email contains @ symbol #414

Closed
hjalti opened this issue Nov 30, 2022 · 0 comments · Fixed by #415
Closed

No SMTP interaction received if local part of email contains @ symbol #414

hjalti opened this issue Nov 30, 2022 · 0 comments · Fixed by #415
Labels
Status: Completed Nothing further to be done with this issue. Awaiting to be closed. Type: Bug Inconsistencies or issues which will cause an issue or problem for users or implementors.

Comments

@hjalti
Copy link
Contributor

hjalti commented Nov 30, 2022

SMTP server does not record interaction if email contains @ symbol in local part of email, e.g., "foo@bar"@example.com.

Interactsh version: 1.0.7

Current Behavior:

After sending email to "a@b"@ce3pf0s9952p8p7a93ggm3pm3um4hxpe3.oast.pro

{"protocol":"dns","unique-id":"ce3pf0s9952p8p7a93ggm3pm3um4hxpe3",
"full-id":"ce3pf0s9952p8p7a93ggm3pm3um4hxpe3","q-type":"MX",...}

Expected Behavior:

Expect to also receive SMTP interaction.

Steps To Reproduce:

Example: steps to reproduce the behavior:

  1. Run 'interactsh ...'
  2. Send email to "a@b"@[interactsh-domain]
  3. Observe DNS interaction but no SMTP interaction
@hjalti hjalti added the Type: Bug Inconsistencies or issues which will cause an issue or problem for users or implementors. label Nov 30, 2022
@ehsandeep ehsandeep added the Status: Completed Nothing further to be done with this issue. Awaiting to be closed. label Dec 5, 2022
@ehsandeep ehsandeep added this to the interactsh v1.1.0 milestone Feb 12, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Status: Completed Nothing further to be done with this issue. Awaiting to be closed. Type: Bug Inconsistencies or issues which will cause an issue or problem for users or implementors.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants