Skip to content

Commit

Permalink
Update ASCII homoglyph mapping
Browse files Browse the repository at this point in the history
  • Loading branch information
elceef committed Jul 5, 2024
1 parent d7d608d commit e1ee1d3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion dnstwist.py
Original file line number Diff line number Diff line change
Expand Up @@ -647,11 +647,13 @@ class Fuzzer():
'i': ('1', 'l'),
'k': ('lc'),
'l': ('1', 'i'),
'm': ('n', 'nn', 'rn', 'rr'),
'm': ('n', 'nn', 'rn'),
'n': ('m', 'r'),
'o': ('0',),
'q': ('g',),
'w': ('vv',),
'rn': ('m',),
'cl': ('d',),
}

latin_to_cyrillic = {
Expand Down

0 comments on commit e1ee1d3

Please sign in to comment.