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

Possible fake results #3

Open
bret99 opened this issue Sep 30, 2021 · 7 comments
Open

Possible fake results #3

bret99 opened this issue Sep 30, 2021 · 7 comments

Comments

@bret99
Copy link

bret99 commented Sep 30, 2021

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

@sharsil
Copy link
Owner

sharsil commented Sep 30, 2021

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
Copy link
Author

bret99 commented Sep 30, 2021

image

@bret99
Copy link
Author

bret99 commented Sep 30, 2021

image

@bret99
Copy link
Author

bret99 commented Sep 30, 2021

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
Copy link
Owner

sharsil commented Sep 30, 2021

image

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

@sharsil
Copy link
Owner

sharsil commented Sep 30, 2021

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
Copy link
Collaborator

soxoj commented Nov 14, 2021

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?

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

No branches or pull requests

3 participants