x0rz / phishing_catcher

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

homoglyph: unconfuse not working #48

Open dedpehto opened 5 years ago

dedpehto commented 5 years ago

1) unconfuse not working

from confusables import unconfuse
....
domain = unconfuse(domain)

It seems that now this is not a great idea. It does not work for me

2) it’s completely unclear how national domains are handled xn--d1acufc.xn--p1ai

HugooB commented 4 years ago

Have a look at this PR https://github.com/x0rz/phishing_catcher/pull/49 to fix this!