Closed LionGose closed 9 months ago
A mix of characters from two or more Unicode scripts (for example Latin and Cyrillic) will result in domain permutation which in practice can't be registered. I mention about this in the documentation. It often happens that such a domain is accepted by the registrar and only rejected a moment later.
The Cyrillic fuzzer is not working with domains containing the letter 'z'. For example, when running the command
I encounter the following issue:
However, when I use the domain 'test.com', I only get one option instead of several. Here's the output:
I believe modifying the _cyrillic function in this way could be a good solution:
Additionally, it might be worthwhile to consider a combination of all available variant generation methods (such as cyrillic, homoglyph, hyphenation, etc.) to ensure a more comprehensive and effective fuzzing process.