-
Notifications
You must be signed in to change notification settings - Fork 80
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
Gmail SMTP timeout, MS Live false negative #7
Comments
Hey, @jasonbjorn01! |
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. |
Like we get in Holehe. |
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:
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. You can track tasks here, also I write you in this thread after fixes. Thank you for your feedback! |
Thanks! |
I've added errors displaying for SMTP checks, please, try to check Gmail now with the actual version of Mailcat. |
This is what I get when I run the hotmail above; mail.de: |
And I get the same response for the Gmail |
Well, looks like a connectivity issue, moreover, it affects SMTP check for Yandex also.
|
python3 mailcat.py -p gmail patrickwhite1985 -svd |
python3 mailcat.py -p gmail patrickwhite1985 -svd --tor |
Got it. I think it might be caused by your firewall or ISP restrictions.
If there is no message Also, I realized, we have no support of Tor for SMTP :( |
Hmm - Disabled Firewall, Anti-virus and the VPN, but still the same error response. I'll check on another pc.. |
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? |
Deleted the latest clone and replaced it with the old one. Now it works again.. |
Please, attach the outputs of both versions. |
Oldest cloned version:
UkrNet: Newest cloned version:
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 |
And this is the error when I try to search with --tor with the oldest version:
Exception in thread Thread-20Exception in thread Thread-21: 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): ProxyConnectionErrorTraceback (most recent call last): During handling of the above exception, another exception occurred:
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 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\contrib\socks.py", line 127, in _new_conn Traceback (most recent call last): Traceback (most recent call last): File "C:\Users\cmder\AppData\Local\Programs\Python\Python39\lib\site-packages\urllib3\connectionpool.py", line 755, in urlopen Traceback (most recent call last): Traceback (most recent call last): File "C:\Users\cmder\AppData\Local\Programs\Python\Python39\lib\site-packages\requests\adapters.py", line 516, in send |
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. |
Please, check this version, I've added a timeout for STMP. |
And once again with certain platforms, please:
|
C:\Users\cmder\mailcat-proxy-timeouts-errors |
And the same while using tor; |
Hey, check, please, this version with async SMTP. |
It seems to be missing a module |
Install it, please: |
Installation done. Here's the output from my new search; During handling of the above exception, another exception occurred: Traceback (most recent call last): The above exception was the direct cause of the following exception: Traceback (most recent call last): The above exception was the direct cause of the following exception: Traceback (most recent call last): |
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 |
@suciokhan @jasonbjorn01 please, check mailcat version from this branch: https://github.com/sharsil/mailcat/tree/async-refactor |
I've tested some valid Gmail and Hotmail/Outlook emails in Mailcat, but none of them returns as valid emails in Mailcat.
The text was updated successfully, but these errors were encountered: