Skip to content

Commit

Permalink
Updated homoglyph character mapping
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcin Ulikowski committed May 27, 2019
1 parent cac1a2a commit 22a3afa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dnstwist.py
Original file line number Diff line number Diff line change
Expand Up @@ -298,7 +298,7 @@ def __bitsquatting(self):
def __homoglyph(self):
glyphs = {
'a': [u'à', u'á', u'â', u'ã', u'ä', u'å', u'ɑ', u'ạ', u'ǎ', u'ă', u'ȧ', u'ą'],
'b': ['d', 'lb', u'ʙ', u'ɓ', u'ḃ', u'ḅ', u'ḇ', 'ƅ', 'Ƅ'],
'b': ['d', 'lb', u'ʙ', u'ɓ', u'ḃ', u'ḅ', u'ḇ', u'ƅ', u'Ƅ'],
'c': ['e', u'ƈ', u'ċ', u'ć', u'ç', u'č', u'ĉ'],
'd': ['b', 'cl', 'dl', u'ɗ', u'đ', u'ď', u'ɖ', u'ḑ', u'ḋ', u'ḍ', u'ḏ', u'ḓ'],
'e': ['c', u'é', u'è', u'ê', u'ë', u'ē', u'ĕ', u'ě', u'ė', u'ẹ', u'ę', u'ȩ', u'ɇ', u'ḛ'],
Expand Down

0 comments on commit 22a3afa

Please sign in to comment.