Skip to content

Commit e1ee1d3

Browse files
committed
Update ASCII homoglyph mapping
1 parent d7d608d commit e1ee1d3

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

dnstwist.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -647,11 +647,13 @@ class Fuzzer():
647647
'i': ('1', 'l'),
648648
'k': ('lc'),
649649
'l': ('1', 'i'),
650-
'm': ('n', 'nn', 'rn', 'rr'),
650+
'm': ('n', 'nn', 'rn'),
651651
'n': ('m', 'r'),
652652
'o': ('0',),
653653
'q': ('g',),
654654
'w': ('vv',),
655+
'rn': ('m',),
656+
'cl': ('d',),
655657
}
656658

657659
latin_to_cyrillic = {

0 commit comments

Comments
 (0)