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

No handlers could be found for logger "certstream" #78

Open AndreC10002 opened 8 months ago

AndreC10002 commented 8 months ago

Just out of nowhere, phishing_catcher stopped showing certificates and upon executing throws the following error:

No handlers could be found for logger "certstream"

I've tried to pip install logging, but that didn't fix the issue. I've also downloaded a fresh version from Github and it doesn't work either.

Any ideas what could have happened? I'm running Python 2.7.18 or 3.9.2 on Debian 11.7.

Your help is much appreciated. Thank you.

finchy commented 7 months ago

Pretty sure the certstream server went down.

anakkampungjadul commented 6 months ago

hi @AndreC10002

Is the problem you are experiencing the same as what I am experiencing now, because after running the command ./catch_phishing.py the log only displays the message "Connection established to CertStream! Listening for events...", more details as in the image below.

Screenshot 2024-04-15 at 21 43 22

@finchy Is this problem really the status of the certstream server is down?