x0rz / phishing_catcher

Phishing catcher using Certstream
https://blog.0day.rocks/catching-phishing-using-certstream-97177f0d499a
GNU General Public License v3.0
1.71k stars 355 forks source link

Error connecting to certstream #22

Closed nabeelxy closed 6 years ago

nabeelxy commented 6 years ago

Could you explain why I get the following error when trying to run the script?

[ERROR:root] 2017-12-03 09:15:13,384 - Error connecting to CertStream - [SSL: TLSV1_ALERT_INTERNAL_ERROR] tlsv1 alert internal error (_ssl.c:579) - Sleeping for a few seconds and trying again...

Atavic commented 6 years ago

I hope this helps.

edgarlg77 commented 6 years ago

nabeelxy you are probably using CentOS/RHEL 7. I had the same issue. Apparently python 2.7.5 on those OS's have a bug. This should help. Install a newer version of Python an use that instead of the default python that comes with the OS.

nabeelxy commented 6 years ago

Thanks @edgarlg77.

I upgraded python to 2.7.14 (from 2.7.5) in CentOS. Now I get the following certificate error:

Error connecting to CertStream - [SSL: SSLV3_ALERT_HANDSHAKE_FAILURE] sslv3 alert handshake failure (_ssl.c:579)

RealJigglypuff commented 6 years ago

Did you find the solution?

nabeelxy commented 6 years ago

Nope, not yet; now I am getting the following error from certstream:

"Error connecting to CertStream - Handshake status 502"

nabeelxy commented 6 years ago

I filed the same issue under certstream project as well so that I can get some help from the folks who created it.

nabeelxy commented 6 years ago

I am getting the same error with python 3.6.

jstocksix commented 6 years ago

Guys, do a quick bit of research.

Greetings! Certstream is currently down right now until I can figure out a billing dispute with Google and/or switch it back to Heroku (more info here). Sorry for the inconvenience!

https://certstream.calidog.io/

jstocksix commented 6 years ago

Update: Should be back on line soon after moving back to Heroku. Follow creator for more here:

https://twitter.com/fitblip

nabeelxy commented 6 years ago

Thank @jstocksix. It works again.

x0rz commented 6 years ago

Was a Certstream network issue

HAE commented 5 years ago

Is this project still alive? Same issue above still persists

beemparthiban commented 5 years ago

I'm still facing the same issue. ERROR:root] 2019-01-03 12:45:26,857 - Error connecting to CertStream - [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:726) - Sleeping for a few seconds and trying again...

kolmai commented 5 years ago

I'm facing the same issue @x0rz - do you anticipate any updates? [ERROR:root] 2019-06-27 11:10:22,852 - Error connecting to CertStream - _ssl.c:335: No root certificates specified for verification of other-side certificates. - Sleeping for a few seconds and trying again...

CarlosLannister commented 4 years ago

Any solutions to this?

nixjobin commented 4 years ago

if you are on centos7, you can install python3.6 via epel. Im getting the same error on the default python 2.7 yum install epel-release yum install python36

katesaikishore commented 3 years ago

I am getting the same error on macOS BigSur Python Version: 3.7

salixh5 commented 2 years ago

Same issue here. But it happens because of the SDK.

# uname -a
Linux roku 5.10.131-0-virt #1-Alpine SMP Tue, 19 Jul 2022 16:08:14 UTC x86_64 Linux
# python --version
Python 3.8.10