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

Check domains with special characters #2

Open
serhack opened this issue Nov 7, 2017 · 5 comments
Open

Check domains with special characters #2

serhack opened this issue Nov 7, 2017 · 5 comments

Comments

@serhack
Copy link

serhack commented Nov 7, 2017

Hello,
Your repo can help a lot of people, but you should check for domains that have special characters like the ỵ , ṙ .
Let me know about updates!

@x0rz
Copy link
Owner

x0rz commented Nov 7, 2017

It definitely could

@Ge0
Copy link
Contributor

Ge0 commented Nov 7, 2017

The function score_domain can handle such domains as in python3 every strings are unicode.

@caffeinewriter
Copy link

Lookalike characters should definitely be scored as their normal counterparts in terms of looking at suspicious wording. Just need to translate punycode domains back to unicode, and determine which characters look like other ones.

The Unicode Consortium provides a list of confusables, and all that's needed from that are characters that are confusable with [a-zA-Z0-9\-]

@serhack
Copy link
Author

serhack commented Sep 6, 2018

Could we close @x0rz ?

@x0rz
Copy link
Owner

x0rz commented Sep 7, 2018

Some issues with the current PR, will close as soon as it detects confusables

mazdafunsunn pushed a commit to mazdafunsunn/phishing_catcher that referenced this issue Aug 31, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants