typosquatter / ail-typo-squatting

Generate list of potential typo squatting domains with domain name permutation engine to feed AIL and other systems.
https://typosquatter.github.io/ail-typo-squatting/
BSD 2-Clause "Simplified" License
79 stars 5 forks source link

Adopting trieregex #7

Closed ffr4nz closed 1 year ago

ffr4nz commented 1 year ago

trieregex creates efficient regular expressions (regexes) by storing a list of words in a trie structure, and translating the trie into a more compact pattern.

DavidCruciani commented 1 year ago

Hello @ffr4nz, thank you for your interest in this project.

We decided to revert the merge because after some in-depth test, it seems that for a large amount of domains the regex is not readable. Moreover, the library is no longer maintain.

Don't hesistate to open other pull request, we will be very grateful for that.