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

Is it possible? #20

Closed
fantasy2025 opened this issue Jul 24, 2019 · 1 comment
Closed

Is it possible? #20

fantasy2025 opened this issue Jul 24, 2019 · 1 comment
Labels

Comments

@fantasy2025
Copy link

Hi Sup3ria,

Thanks for spending time to implement this great tool. I know next to nothing about codes. I'd like to get a clarification from you about how this tool works with unknown domains? the ones we don't know and it's not found in hoster.dat

Will the tool only check for like imap.domain.com? is it possible to implement more codes so this tool will check for mail portal like mail.domain.com, webmail.domain.com, domain.com/webmail, or wm.domain.com, wmail.domain.com, something like that? by going through possible port like 80, 443... etc?

I know nothing about coding, so I just ask base on what I am thinking. If this is possible, it would work alot better. Because I noticed now, the tool skip so many domains.

Or if anyone knows there is such tool already. please comment and let me know too,

Again thanks a lot !

@SUP3RIA
Copy link
Owner

SUP3RIA commented Aug 2, 2019

If there is no setting in the machters.dat a function checks for subdomains defined in this function:
https://github.com/SUP3RIA/Atlantr/blob/master/3.0/atr3.py#L168

The following are checked:

sub = [
            'imap',
            'mail',
            'pop',
            'pop3',
            'imap-mail',
            'inbound',
            'mx',
            'imaps',
            'smtp',
            'm']

In case you want to extend the list just edit the array for example it could like this:


sub = [
            'imap',
            'mail',
            'pop',
            'pop3',
            'imap-mail',
            'inbound',
            'mx',
            'imaps',
            'smtp',
            'm', 
            'example', 
            'example2', 
       
             ]

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

No branches or pull requests

2 participants