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

gmailnator.com - change of logic required #297

Closed
michield opened this issue Feb 15, 2021 · 6 comments
Closed

gmailnator.com - change of logic required #297

michield opened this issue Feb 15, 2021 · 6 comments

Comments

@michield
Copy link

PR #289 adds the gmailnator.com domain

However, looking at gmailnator.com, the problem is that they create gmail addresses.

So, the logic would need to change. Eg they generate

[email protected]

which means that [email protected] needs to be blocked.

They are using the gmail-+ trick: https://gmail.googleblog.com/2008/03/2-hidden-ways-to-get-more-from-your.html

@UmanShahzad
Copy link

@michield It seems more complex than this. Try generating more addresses; they have a variety of different types. I don't know if you could reliably block most of this, but I do notice that most of their usernames that use the '[email protected]' format have 'tmp' at the end of the 'XXXX' part, e.g. [email protected] or your example.

So not sure if this library can do it, but a custom solution could create a heuristic to check for tmp at the end and perform some extra checks.

@UmanShahzad
Copy link

Actually if you use https://www.gmailnator.com/bulk-emails and generate the full list over and over, clean it up by removing all the '+YYYY' parts and all the dots (.), you can likely get a pretty big list of their unique gmail addresses.

@michield
Copy link
Author

Yes, considering they offer a mailinator like service, which allows you to read the mails for a short while, they must have a fixed set of mailboxes set up on Gmail that they pop. Some spidering tool could just fetch them all.

@Buffele
Copy link
Contributor

Buffele commented Mar 24, 2021

Why don't you just disallow emails that contain "+"? This would fix all of it and also the possibility to mass create accounts with the plus trick.

@UmanShahzad
Copy link

It's not a bad idea at all for signup.

Some services may already have valid users registered with that format though, so if they do mail-checking in bulk post-signup, this wouldn't work well.

@FGRibreau
Copy link
Owner

Closing because it had no updates.

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

No branches or pull requests

4 participants