Skip to content

Commit

Permalink
Updated homoglyph character mapping
Browse files Browse the repository at this point in the history
  • Loading branch information
elceef committed May 1, 2023
1 parent f5cba8d commit 1cd7d6f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions dnstwist.py
Original file line number Diff line number Diff line change
Expand Up @@ -439,7 +439,7 @@ class Fuzzer():
'y': ('ý', 'ŷ', 'ÿ'),
'z': ('ź', 'ž', 'ż'),
'ae': ('æ',),
'oe': ('oe',),
'oe': ('œ',),
}),
**dict.fromkeys(['fi'], {
'3': ('ʒ',),
Expand Down Expand Up @@ -467,7 +467,7 @@ class Fuzzer():
'z': ('ž',),
'ae': ('æ',),
}),
**dict.fromkeys(['be', 'fr', 're', 'yt', 'pm', 'wf', 'tf'], {
**dict.fromkeys(['be', 'fr', 're', 'yt', 'pm', 'wf', 'tf', 'ch', 'li'], {
'a': ('à', 'á', 'â', 'ã', 'ä', 'å'),
'c': ('ç',),
'e': ('è', 'é', 'ê', 'ë'),
Expand All @@ -477,7 +477,7 @@ class Fuzzer():
'u': ('ù', 'ú', 'û', 'ü'),
'y': ('ý', 'ÿ'),
'ae': ('æ',),
'oe': ('oe',),
'oe': ('œ'),
}),
}

Expand Down Expand Up @@ -512,7 +512,7 @@ class Fuzzer():
'y': ('ŷ', 'ÿ', 'ʏ', 'ẏ', 'ɏ', 'ƴ', 'ȳ', 'ý', 'ỿ', 'ỵ'),
'z': ('ž', 'ƶ', 'ẓ', 'ẕ', 'ⱬ', 'ᴢ', 'ż', 'ź', 'ʐ'),
'ae': ('æ',),
'oe': ('oe',),
'oe': ('œ',),
}

glyphs_ascii = {
Expand Down

0 comments on commit 1cd7d6f

Please sign in to comment.