mailcat icon indicating copy to clipboard operation
mailcat copied to clipboard

Possible fake results

Open bret99 opened this issue 2 years ago • 7 comments

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

bret99 avatar Sep 30 '21 08:09 bret99

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?

sharsil avatar Sep 30 '21 13:09 sharsil

image

bret99 avatar Sep 30 '21 14:09 bret99

image

bret99 avatar Sep 30 '21 14:09 bret99

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'))

bret99 avatar Sep 30 '21 14:09 bret99

image

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

sharsil avatar Sep 30 '21 15:09 sharsil

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 (;

sharsil avatar Sep 30 '21 15:09 sharsil

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?

soxoj avatar Nov 14 '21 19:11 soxoj