mailcat icon indicating copy to clipboard operation
mailcat copied to clipboard

Gmail SMTP timeout, MS Live false negative

Open jasonbjorn01 opened this issue 2 years ago • 30 comments

I've tested some valid Gmail and Hotmail/Outlook emails in Mailcat, but none of them returns as valid emails in Mailcat.

jasonbjorn01 avatar Nov 14 '21 14:11 jasonbjorn01

Hey, @jasonbjorn01! The reason could be in rate limiting or your IP ban. Please, give examples of such accounts, I'll check it.

soxoj avatar Nov 14 '21 15:11 soxoj

Here's two random emails I've verified in Skype: [email protected] and [email protected]. None of them return as valid Gmail or Hotmail in Mailcat. I've changed my IP and run new checks, but still nothing. Is it possible to add e.g: "Gmail - Blocked request" - if the IP has been flaged?

jasonbjorn01 avatar Nov 14 '21 15:11 jasonbjorn01

Like we get in Holehe.

jasonbjorn01 avatar Nov 14 '21 15:11 jasonbjorn01

I have checked and got the following results: gmail.com exists, hotmail.com is absent (but I see it is already registered with the manual check).

I think there are two different problems:

  • SMTP ban for Gmail check
  • False-negative for MS Live check

Sure, it is possible to display errors and recommendations to restart failed checks with a proxy. We've already thought about it and are planning improvement. Also, I added a task to research and improve MS Live check.

You can track tasks here, also I write you in this thread after fixes.

Thank you for your feedback!

soxoj avatar Nov 14 '21 19:11 soxoj

Thanks!

jasonbjorn01 avatar Nov 15 '21 09:11 jasonbjorn01

I've added errors displaying for SMTP checks, please, try to check Gmail now with the actual version of Mailcat.

soxoj avatar Nov 27 '21 10:11 soxoj

This is what I get when I run the hotmail above; Error while checking gmail: [WinError 10060] A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond Error while checking yandex: [WinError 10060] A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond

mail.de: Traceback (most recent call last): File "C:\Users\cmder\mailcat\mailcat.py", line 1507, in asyncio.get_event_loop().run_until_complete(jobs) File "C:\Users\DE1\AppData\Local\Programs\Python\Python39\lib\asyncio\base_events.py", line 642, in run_until_complete return future.result() File "C:\Users\cmder\mailcat\mailcat.py", line 1383, in print_results res = await checker(target, req_session_fun) File "C:\Users\cmder\mailcat\mailcat.py", line 1084, in iCloud check = await sreq.post('https://iforgot.apple.com/password/verify/appleid', headers=headers, data=json.dumps(data), allow_redirects=False, timeout=5) File "C:\Users\DE1\AppData\Local\Programs\Python\Python39\lib\site-packages\aiohttp\client.py", line 634, in _request break File "C:\Users\DE1\AppData\Local\Programs\Python\Python39\lib\site-packages\aiohttp\helpers.py", line 721, in exit raise asyncio.TimeoutError from None asyncio.exceptions.TimeoutError

jasonbjorn01 avatar Nov 27 '21 11:11 jasonbjorn01

And I get the same response for the Gmail

jasonbjorn01 avatar Nov 27 '21 11:11 jasonbjorn01

Well, looks like a connectivity issue, moreover, it affects SMTP check for Yandex also. Please, run exactly the following commands and send their output.

python3 mailcat.py -p gmail  patrickwhite1985 -svd
python3 mailcat.py -p gmail  patrickwhite1985 -svd --tor

soxoj avatar Nov 27 '21 11:11 soxoj

python3 mailcat.py -p gmail patrickwhite1985 -svd Running gmail checker for patrickwhite1985... [WinError 10060] A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond Traceback (most recent call last): File "C:\Users\cmder\mailcat\mailcat.py", line 78, in code250 server.connect(mxRecord) File "C:\Users\DE1\AppData\Local\Programs\Python\Python39\lib\smtplib.py", line 341, in connect self.sock = self._get_socket(host, port, self.timeout) File "C:\Users\DE1\AppData\Local\Programs\Python\Python39\lib\smtplib.py", line 312, in _get_socket return socket.create_connection((host, port), timeout, File "C:\Users\DE1\AppData\Local\Programs\Python\Python39\lib\socket.py", line 843, in create_connection raise err File "C:\Users\DE1\AppData\Local\Programs\Python\Python39\lib\socket.py", line 831, in create_connection sock.connect(sa) TimeoutError: [WinError 10060] A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond No results for gmail Error while checking gmail: [WinError 10060] A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond

jasonbjorn01 avatar Nov 27 '21 11:11 jasonbjorn01

python3 mailcat.py -p gmail patrickwhite1985 -svd --tor Using tor to make requests... Running gmail checker for patrickwhite1985... [WinError 10060] A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond Traceback (most recent call last): File "C:\Users\cmder\mailcat\mailcat.py", line 78, in code250 server.connect(mxRecord) File "C:\Users\DE1\AppData\Local\Programs\Python\Python39\lib\smtplib.py", line 341, in connect self.sock = self._get_socket(host, port, self.timeout) File "C:\Users\DE1\AppData\Local\Programs\Python\Python39\lib\smtplib.py", line 312, in _get_socket return socket.create_connection((host, port), timeout, File "C:\Users\DE1\AppData\Local\Programs\Python\Python39\lib\socket.py", line 843, in create_connection raise err File "C:\Users\DE1\AppData\Local\Programs\Python\Python39\lib\socket.py", line 831, in create_connection sock.connect(sa) TimeoutError: [WinError 10060] A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond No results for gmail Error while checking gmail: [WinError 10060] A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond

jasonbjorn01 avatar Nov 27 '21 11:11 jasonbjorn01

Got it. I think it might be caused by your firewall or ISP restrictions. Please, check the connectivity to port 25 of email provider manually, you can use telnet so:

telnet alt4.gmail-smtp-in.l.google.com. 25

If there is no message Connected to ..., then try to disable your antiviruses and other similar software, and check again. Also, you can check if your IP is blacklisted by ISPs here: https://www.dnsbl.info. You can read instructions for removal IP from blacklist for each of the sources.

Also, I realized, we have no support of Tor for SMTP :( I'll make it and will return to you 👍

soxoj avatar Nov 27 '21 11:11 soxoj

Hmm - Disabled Firewall, Anti-virus and the VPN, but still the same error response. I'll check on another pc..

jasonbjorn01 avatar Nov 27 '21 12:11 jasonbjorn01

I just tested on another pc and it worked fine several times. Then I deleted my mailcat folder and cloned a new one. Now I get the same errors on that pc as well. Are you sure there's nothing wrong on your side?

jasonbjorn01 avatar Nov 29 '21 15:11 jasonbjorn01

Deleted the latest clone and replaced it with the old one. Now it works again..

jasonbjorn01 avatar Nov 29 '21 15:11 jasonbjorn01

Are you sure there's nothing wrong on your side?

Please, attach the outputs of both versions.

soxoj avatar Dec 01 '21 15:12 soxoj

Oldest cloned version: λ mailcat.py patrickwhite1985

              ,-.                    ^
             ( (        _,---._ __  / \
              ) )    .-'       `./ /   \
             ( (   ,'            `/    /:
              \ `-"             \'\   / |
               .              ,  \ \ /  |
               / @          ,'-`----Y   |
              (            ;        :   :
              |  .-.   _,-'         |  /
              |  | (  (             | /
              )  (  \  `.___________:/
              `..'   `--' :mailcat:

UkrNet:

Newest cloned version: λ mailcat.py patrickwhite1985

              ,-.                    ^
             ( (        _,---._ __  / \
              ) )    .-'       `./ /   \
             ( (   ,'            `/    /:
              \ `-"             \'\   / |
               .              ,  \ \ /  |
               / @          ,'-`----Y   |
              (            ;        :   :
              |  .-.   _,-'         |  /
              |  | (  (             | /
              )  (  \  `.___________:/
              `..'   `--' :mailcat:

Error while checking gmail: [WinError 10060] A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond Error while checking yandex: [WinError 10060] A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond mail.de: Traceback (most recent call last): File "C:\Users\cmder\mailcat\mailcat.py", line 1507, in asyncio.get_event_loop().run_until_complete(jobs) File "C:\Users\cmder\AppData\Local\Programs\Python\Python39\lib\asyncio\base_events.py", line 642, in run_until_complete return future.result() File "C:\Users\cmder\mailcat\mailcat.py", line 1383, in print_results res = await checker(target, req_session_fun) File "C:\Users\cmder\mailcat\mailcat.py", line 1084, in iCloud check = await sreq.post('https://iforgot.apple.com/password/verify/appleid', headers=headers, data=json.dumps(data), allow_redirects=False, timeout=5) File "C:\Users\cmder\AppData\Local\Programs\Python\Python39\lib\site-packages\aiohttp\client.py", line 634, in _request break File "C:\Users\cmder\AppData\Local\Programs\Python\Python39\lib\site-packages\aiohttp\helpers.py", line 721, in exit raise asyncio.TimeoutError from None asyncio.exceptions.TimeoutError

jasonbjorn01 avatar Dec 02 '21 13:12 jasonbjorn01

And this is the error when I try to search with --tor with the oldest version: λ mailcat.py patrickwhite1985 --tor

              ,-.                    ^
             ( (        _,---._ __  / \
              ) )    .-'       `./ /   \
             ( (   ,'            `/    /:
              \ `-"             \'\   / |
               .              ,  \ \ /  |
               / @          ,'-`----Y   |
              (            ;        :   :
              |  .-.   _,-'         |  /
              |  | (  (             | /
              )  (  \  `.___________:/
              `..'   `--' :mailcat:

Exception in thread Thread-20Exception in thread Thread-21: : Traceback (most recent call last): Traceback (most recent call last): File "C:\Users\cmder\AppData\Local\Programs\Python\Python39\lib\site-packages\socks.py", line 787, in connect File "C:\Users\cmder\AppData\Local\Programs\Python\Python39\lib\site-packages\socks.py", line 787, in connect super(socksocket, self).connect(proxy_addr)super(socksocket, self).connect(proxy_addr)

ConnectionRefusedErrorConnectionRefusedError: : [WinError 10061] No connection could be made because the target machine actively refused it[WinError 10061] No connection could be made because the target machine actively refused it

During handling of the above exception, another exception occurred:

During handling of the above exception, another exception occurred:

Traceback (most recent call last): Traceback (most recent call last): File "C:\Users\cmder\AppData\Local\Programs\Python\Python39\lib\site-packages\urllib3\contrib\socks.py", line 96, in _new_conn File "C:\Users\cmder\AppData\Local\Programs\Python\Python39\lib\site-packages\urllib3\contrib\socks.py", line 96, in _new_conn conn = socks.create_connection( File "C:\Users\cmder\AppData\Local\Programs\Python\Python39\lib\site-packages\socks.py", line 209, in create_connection conn = socks.create_connection( File "C:\Users\cmder\AppData\Local\Programs\Python\Python39\lib\site-packages\socks.py", line 209, in create_connection raise err File "C:\Users\cmder\AppData\Local\Programs\Python\Python39\lib\site-packages\socks.py", line 199, in create_connection raise err File "C:\Users\cmder\AppData\Local\Programs\Python\Python39\lib\site-packages\socks.py", line 199, in create_connection sock.connect((remote_host, remote_port)) File "C:\Users\cmder\AppData\Local\Programs\Python\Python39\lib\site-packages\socks.py", line 47, in wrapper sock.connect((remote_host, remote_port)) File "C:\Users\cmder\AppData\Local\Programs\Python\Python39\lib\site-packages\socks.py", line 47, in wrapper return function(*args, **kwargs) File "C:\Users\cmder\AppData\Local\Programs\Python\Python39\lib\site-packages\socks.py", line 800, in connect return function(*args, **kwargs) File "C:\Users\cmder\AppData\Local\Programs\Python\Python39\lib\site-packages\socks.py", line 800, in connect raise ProxyConnectionError(msg, error) socks. ProxyConnectionErrorraise ProxyConnectionError(msg, error): Error connecting to SOCKS5 proxy 127.0.0.1:9050: [WinError 10061] No connection could be made because the target machine actively refused itsocks . During handling of the above exception, another exception occurred:

ProxyConnectionErrorTraceback (most recent call last): : File "C:\Users\cmder\AppData\Local\Programs\Python\Python39\lib\site-packages\urllib3\connectionpool.py", line 699, in urlopen Error connecting to SOCKS5 proxy 127.0.0.1:9050: [WinError 10061] No connection could be made because the target machine actively refused it

During handling of the above exception, another exception occurred:

Traceback (most recent call last):

httplib_response = self._make_request( File "C:\Users\DE1\AppData\Local\Programs\Python\Python39\lib\site-packages\urllib3\connectionpool.py", line 699, in urlopen

File "C:\Users\cmder\AppData\Local\Programs\Python\Python39\lib\site-packages\urllib3\connectionpool.py", line 382, in _make_request httplib_response = self._make_request(self._validate_conn(conn)

File "C:\Users\cmder\AppData\Local\Programs\Python\Python39\lib\site-packages\urllib3\connectionpool.py", line 382, in _make_request File "C:\Users\cmder\AppData\Local\Programs\Python\Python39\lib\site-packages\urllib3\connectionpool.py", line 1010, in _validate_conn self._validate_conn(conn) File "C:\Users\cmder\AppData\Local\Programs\Python\Python39\lib\site-packages\urllib3\connectionpool.py", line 1010, in _validate_conn conn.connect() File "C:\Users\cmder\AppData\Local\Programs\Python\Python39\lib\site-packages\urllib3\connection.py", line 353, in connect conn = self._new_conn()conn.connect()

File "C:\Users\cmder\AppData\Local\Programs\Python\Python39\lib\site-packages\urllib3\contrib\socks.py", line 127, in _new_conn File "C:\Users\cmder\AppData\Local\Programs\Python\Python39\lib\site-packages\urllib3\connection.py", line 353, in connect raise NewConnectionError( conn = self._new_conn()urllib3.exceptions . File "C:\Users\cmder\AppData\Local\Programs\Python\Python39\lib\site-packages\urllib3\contrib\socks.py", line 127, in _new_conn NewConnectionError: <urllib3.contrib.socks.SOCKSHTTPSConnection object at 0x000001607FD60700>: Failed to establish a new connection: [WinError 10061] No connection could be made because the target machine actively refused it raise NewConnectionError( During handling of the above exception, another exception occurred:

Traceback (most recent call last): urllib3.exceptions File "C:\Users\cmder\AppData\Local\Programs\Python\Python39\lib\site-packages\requests\adapters.py", line 439, in send .NewConnectionError: <urllib3.contrib.socks.SOCKSHTTPSConnection object at 0x000001607FD6C490>: Failed to establish a new connection: [WinError 10061] No connection could be made because the target machine actively refused it resp = conn.urlopen( During handling of the above exception, another exception occurred:

Traceback (most recent call last): File "C:\Users\cmder\AppData\Local\Programs\Python\Python39\lib\site-packages\urllib3\connectionpool.py", line 755, in urlopen File "C:\Users\cmder\AppData\Local\Programs\Python\Python39\lib\site-packages\requests\adapters.py", line 439, in send retries = retries.increment( resp = conn.urlopen( File "C:\Users\cmder\AppData\Local\Programs\Python\Python39\lib\site-packages\urllib3\util\retry.py", line 574, in increment

File "C:\Users\cmder\AppData\Local\Programs\Python\Python39\lib\site-packages\urllib3\connectionpool.py", line 755, in urlopen raise MaxRetryError(_pool, url, error or ResponseError(cause)) urllib3.exceptionsretries = retries.increment(. MaxRetryError File "C:\Users\cmder\AppData\Local\Programs\Python\Python39\lib\site-packages\urllib3\util\retry.py", line 574, in increment : SOCKSHTTPSConnectionPool(host='iforgot.apple.com', port=443): Max retries exceeded with url: /password/verify/appleid (Caused by NewConnectionError('<urllib3.contrib.socks.SOCKSHTTPSConnection object at 0x000001607FD60700>: Failed to establish a new connection: [WinError 10061] No connection could be made because the target machine actively refused it')) raise MaxRetryError(_pool, url, error or ResponseError(cause)) During handling of the above exception, another exception occurred:

Traceback (most recent call last): urllib3.exceptions File "C:\Users\cmder\AppData\Local\Programs\Python\Python39\lib\threading.py", line 954, in _bootstrap_inner .MaxRetryError: SOCKSHTTPSConnectionPool(host='runbox.com', port=443): Max retries exceeded with url: /signup/signup (Caused by NewConnectionError('<urllib3.contrib.socks.SOCKSHTTPSConnection object at 0x000001607FD6C490>: Failed to establish a new connection: [WinError 10061] No connection could be made because the target machine actively refused it')) self.run() During handling of the above exception, another exception occurred:

Traceback (most recent call last): File "C:\Users\cmder\AppData\Local\Programs\Python\Python39\lib\threading.py", line 892, in run File "C:\Users\cmder\AppData\Local\Programs\Python\Python39\lib\threading.py", line 954, in _bootstrap_inner self._target(*self._args, **self._kwargs) File "C:\Users\mailcat\mailcat.py", line 1198, in print_results self.run() File "C:\Users\cmder\AppData\Local\Programs\Python\Python39\lib\threading.py", line 892, in run res = checker(target, req_session_fun) File "C:\Users\mailcat\mailcat.py", line 1046, in iCloud self._target(*self._args, **self._kwargs) File "C:\Users\mailcat\mailcat.py", line 1198, in print_results check = sreq.post('https://iforgot.apple.com/password/verify/appleid', headers=headers, data=json.dumps(data), allow_redirects=False, timeout=5) File "C:\Users\cmder\AppData\Local\Programs\Python\Python39\lib\site-packages\requests\sessions.py", line 590, in post res = checker(target, req_session_fun) File "C:\Users\mailcat\mailcat.py", line 1013, in runbox return self.request('POST', url, data=data, json=json, **kwargs) File "C:\Users\cmder\AppData\Local\Programs\Python\Python39\lib\site-packages\requests\sessions.py", line 542, in request chkRunbox = sreq.post('https://runbox.com/signup/signup', headers=headers, data=data, timeout=5) File "C:\Users\cmder\AppData\Local\Programs\Python\Python39\lib\site-packages\requests\sessions.py", line 590, in post resp = self.send(prep, **send_kwargs) File "C:\Users\cmder\AppData\Local\Programs\Python\Python39\lib\site-packages\requests\sessions.py", line 655, in send return self.request('POST', url, data=data, json=json, **kwargs) File "C:\Users\cmder\AppData\Local\Programs\Python\Python39\lib\site-packages\requests\sessions.py", line 542, in request r = adapter.send(request, **kwargs) File "C:\Users\cmder\AppData\Local\Programs\Python\Python39\lib\site-packages\requests\adapters.py", line 516, in send resp = self.send(prep, **send_kwargs) File "C:\Users\cmder\AppData\Local\Programs\Python\Python39\lib\site-packages\requests\sessions.py", line 655, in send raise ConnectionError(e, request=request) requests.exceptions.ConnectionError: SOCKSHTTPSConnectionPool(host='iforgot.apple.com', port=443): Max retries exceeded with url: /password/verify/appleid (Caused by NewConnectionError('<urllib3.contrib.socks.SOCKSHTTPSConnection object at 0x000001607FD60700>: Failed to establish a new connection: [WinError 10061] No connection could be made because the target machine actively refused it'))r = adapter.send(request, **kwargs)

File "C:\Users\cmder\AppData\Local\Programs\Python\Python39\lib\site-packages\requests\adapters.py", line 516, in send raise ConnectionError(e, request=request) requests.exceptions.ConnectionError: SOCKSHTTPSConnectionPool(host='runbox.com', port=443): Max retries exceeded with url: /signup/signup (Caused by NewConnectionError('<urllib3.contrib.socks.SOCKSHTTPSConnection object at 0x000001607FD6C490>: Failed to establish a new connection: [WinError 10061] No connection could be made because the target machine actively refused it'))

jasonbjorn01 avatar Dec 02 '21 13:12 jasonbjorn01

Great! Got it, different resource network utilization for old multi-threaded requests and new async requests. I'll make some optimizations.

Meanwhile, you can try to increase the timeout for Apple manually in line 1084.

soxoj avatar Dec 03 '21 00:12 soxoj

Please, check this version, I've added a timeout for STMP.

soxoj avatar Dec 05 '21 22:12 soxoj

C:\Users\cmder\mailcat-proxy-timeouts-errors λ mailcat.py test

              ,-.                    ^
             ( (        _,---._ __  / \
              ) )    .-'       `./ /   \
             ( (   ,'            `/    /:
              \ `-"             \'\   / |
               .              ,  \ \ /  |
               / @          ,'-`----Y   |
              (            ;        :   :
              |  .-.   _,-'         |  /
              |  | (  (             | /
              )  (  \  `.___________:/
              `..'   `--' :mailcat:

Error while checking gmail: timed out Error while checking yandex: timed out Error while checking mailDe: timed out Aikq:

jasonbjorn01 avatar Dec 06 '21 09:12 jasonbjorn01

And once again with certain platforms, please:

python3 ./mailcat.py test -s -p gmail -p yandex -p mailDe

soxoj avatar Dec 06 '21 10:12 soxoj

C:\Users\cmder\mailcat-proxy-timeouts-errors λ python3 ./mailcat.py test -s -p gmail -p yandex -p mailDe Error while checking gmail: timed out Error while checking yandex: timed out Error while checking mailDe: timed out

jasonbjorn01 avatar Dec 06 '21 11:12 jasonbjorn01

And the same while using tor; λ python3 ./mailcat.py test -s -p gmail -p yandex -p mailDe --tor Using tor to make requests... Error while checking gmail: timed out Error while checking yandex: timed out Error while checking mailDe: timed out

jasonbjorn01 avatar Dec 06 '21 11:12 jasonbjorn01

Hey, check, please, this version with async SMTP.

soxoj avatar Dec 13 '21 20:12 soxoj

It seems to be missing a module λ python3 mailcat.py -p gmail patrickwhite1985 -svd Traceback (most recent call last): File "C:\Users\cmder\mailcat-aiosmtp-checker\mailcat.py", line 10, in import aiosmtplib ModuleNotFoundError: No module named 'aiosmtplib'

jasonbjorn01 avatar Dec 13 '21 20:12 jasonbjorn01

Install it, please: pip3 install aiosmtplib

soxoj avatar Dec 13 '21 21:12 soxoj

Installation done.

Here's the output from my new search; λ python3 mailcat.py -p gmail patrickwhite1985 -svd Running gmail checker for patrickwhite1985... Timed out connecting to alt1.gmail-smtp-in.l.google.com. on port 25 Traceback (most recent call last): File "C:\Users\DE1\AppData\Local\Programs\Python\Python39\lib\asyncio\base_events.py", line 1041, in create_connection sock = await self._connect_sock( File "C:\Users\DE1\AppData\Local\Programs\Python\Python39\lib\asyncio\base_events.py", line 955, in _connect_sock await self.sock_connect(sock, address) File "C:\Users\DE1\AppData\Local\Programs\Python\Python39\lib\asyncio\proactor_events.py", line 702, in sock_connect return await self._proactor.connect(sock, address) asyncio.exceptions.CancelledError

During handling of the above exception, another exception occurred:

Traceback (most recent call last): File "C:\Users\DE1\AppData\Local\Programs\Python\Python39\lib\asyncio\tasks.py", line 492, in wait_for fut.result() asyncio.exceptions.CancelledError

The above exception was the direct cause of the following exception:

Traceback (most recent call last): File "C:\Users\DE1\AppData\Local\Programs\Python\Python39\lib\site-packages\aiosmtplib\connection.py", line 366, in _create_connection transport, _ = await asyncio.wait_for(connect_coro, timeout=self.timeout) File "C:\Users\DE1\AppData\Local\Programs\Python\Python39\lib\asyncio\tasks.py", line 494, in wait_for raise exceptions.TimeoutError() from exc asyncio.exceptions.TimeoutError

The above exception was the direct cause of the following exception:

Traceback (most recent call last): File "C:\Users\cmder\mailcat-aiosmtp-checker\mailcat.py", line 87, in code250 await server.connect(hostname=mxRecord) File "C:\Users\DE1\AppData\Local\Programs\Python\Python39\lib\site-packages\aiosmtplib\connection.py", line 314, in connect raise exc File "C:\Users\DE1\AppData\Local\Programs\Python\Python39\lib\site-packages\aiosmtplib\connection.py", line 311, in connect response = await self._create_connection() File "C:\Users\DE1\AppData\Local\Programs\Python\Python39\lib\site-packages\aiosmtplib\connection.py", line 374, in _create_connection raise SMTPConnectTimeoutError( aiosmtplib.errors.SMTPConnectTimeoutError: Timed out connecting to alt1.gmail-smtp-in.l.google.com. on port 25 No results for gmail Error while checking gmail: Timed out connecting to alt1.gmail-smtp-in.l.google.com. on port 25

jasonbjorn01 avatar Dec 14 '21 11:12 jasonbjorn01

I'm having similar problems...lots of TimeoutError instances when I try to do a full scan, but it works if I tell it to only look at google with ./mailcat.py -p gmail username -svd --tor

suciokhan avatar Mar 24 '22 21:03 suciokhan

@suciokhan @jasonbjorn01 please, check mailcat version from this branch: https://github.com/sharsil/mailcat/tree/async-refactor

soxoj avatar Apr 16 '23 10:04 soxoj