sharsil / mailcat

Find existing email addresses by nickname using API/SMTP checking methods without user notification. Please, don't hesitate to improve cat's job! 🐱🔎 📬
Apache License 2.0
538 stars 75 forks source link

Possible fake results #3

Open bret99 opened 2 years ago

bret99 commented 2 years ago

Hi guys. There is some possible issue about protonmail results: whatever email inputed the results of protonmail provider are always present =>

sharsil commented 2 years ago

Hi, thanks for your issue! I checked it twice and i have no fake results! For example: python3 mailcat.py soxoj --tor -p proton # True results And: python3 mailcat.py soxoj12333333 --tor -p proton # No results

Can you provide more information about it? Do you use the latest version?

bret99 commented 2 years ago

image

bret99 commented 2 years ago

image

bret99 commented 2 years ago

Besides after previous random input => During handling of the above exception, another exception occurred:

Traceback (most recent call last): File "/usr/lib/python3.9/threading.py", line 954, in _bootstrap_inner self.run() File "/usr/lib/python3.9/threading.py", line 892, in run self._target(*self._args, self._kwargs) File "/home/desktop/my_opt/mailcat/mailcat.py", line 1145, in print_results res = checker(target, req_session_fun) File "/home/desktop/my_opt/mailcat/mailcat.py", line 960, in runbox chkRunbox = sreq.post('https://runbox.com/signup/signup', headers=headers, data=data, timeout=5) File "/home/desktop/.local/lib/python3.9/site-packages/requests/sessions.py", line 590, in post return self.request('POST', url, data=data, json=json, kwargs) File "/home/desktop/.local/lib/python3.9/site-packages/requests/sessions.py", line 542, in request resp = self.send(prep, send_kwargs) File "/home/desktop/.local/lib/python3.9/site-packages/requests/sessions.py", line 655, in send r = adapter.send(request, kwargs) File "/home/desktop/.local/lib/python3.9/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 0x7f7be17f7a30>: Failed to establish a new connection: [Errno -2] Name or service not known'))

sharsil commented 2 years ago

image

It looks like your version is not a latest one! here is my output mailcat

sharsil commented 2 years ago

Besides after previous random input => During handling of the above exception, another exception occurred:

Traceback (most recent call last): File "/usr/lib/python3.9/threading.py", line 954, in _bootstrap_inner self.run() File "/usr/lib/python3.9/threading.py", line 892, in run self._target(*self._args, self._kwargs) File "/home/desktop/my_opt/mailcat/mailcat.py", line 1145, in print_results res = checker(target, req_session_fun) File "/home/desktop/my_opt/mailcat/mailcat.py", line 960, in runbox chkRunbox = sreq.post('https://runbox.com/signup/signup', headers=headers, data=data, timeout=5) File "/home/desktop/.local/lib/python3.9/site-packages/requests/sessions.py", line 590, in post return self.request('POST', url, data=data, json=json, kwargs) File "/home/desktop/.local/lib/python3.9/site-packages/requests/sessions.py", line 542, in request resp = self.send(prep, send_kwargs) File "/home/desktop/.local/lib/python3.9/site-packages/requests/sessions.py", line 655, in send r = adapter.send(request, kwargs) File "/home/desktop/.local/lib/python3.9/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 0x7f7be17f7a30>: Failed to establish a new connection: [Errno -2] Name or service not known'))

May be you forgot to start your tor service? If Proton Mail service (or another) is available in your country then you don't need to use --tor option (;

soxoj commented 2 years ago

Hey, I also don't see this behavior. Could you please specify additional information about your environment, e.g. ISP or plaintext answer of Protonmail?