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

SMTP missing command: VRFY #991

Open
fopina opened this issue Oct 8, 2024 · 0 comments
Open

SMTP missing command: VRFY #991

fopina opened this issue Oct 8, 2024 · 0 comments
Labels
Type: Bug Inconsistencies or issues which will cause an issue or problem for users or implementors.

Comments

@fopina
Copy link

fopina commented Oct 8, 2024

Interactsh version:

1.2.2

Current Behavior:

Email sending aborted, nothing logged on server

Expected Behavior:

Allow email to be received and logged.
Or at least log something

Steps To Reproduce:

curl smtp://zulrcfumxeffqqzqvsam2ar10skqbycpn.oast.fun --mail-from [email protected] --mail-rcpt [email protected] -d ehlo -vv
* Host zulrcfumxeffqqzqvsam2ar10skqbycpn.oast.fun:25 was resolved.
* IPv6: (none)
* IPv4: 206.189.156.69
*   Trying 206.189.156.69:25...
* Connected to zulrcfumxeffqqzqvsam2ar10skqbycpn.oast.fun (206.189.156.69) port 25
< 220 oast.fun interactsh ESMTP Service ready
> EHLO skMac2-5
< 250-oast.fun greets skMac2-5
< 250-SIZE 0
< 250-AUTH CRAM-MD5
< 250 ENHANCEDSTATUSCODES
> VRFY [email protected]
< 502 5.5.1 Command not implemented
* Command failed: 502
> QUIT
< 221 2.0.0 oast.fun interactsh ESMTP Service closing transmission channel
* Closing connection

VRFY command fails and email is not processed (as no data is issued by client)

Anything else:

@fopina fopina added the Type: Bug Inconsistencies or issues which will cause an issue or problem for users or implementors. label Oct 8, 2024
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