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
72 stars 4 forks source link

Add Non-Adjacent Character Swap algorithm #2

Closed Bearloggs closed 1 year ago

Bearloggs commented 1 year ago

It would be great if a non-adjacent character swap algorithm would be added to search related domain name.
For instance for the domain abcd.com, you could test for adcb.com, cbad.com, ... Thanks

DavidCruciani commented 1 year ago

@Gatochoco Thanks a lot for your feedback, the new algo is implemented, you can see changes here https://github.com/ail-project/ail-typo-squatting/commit/57158fd1cf965cf2df5d48c1cce3fdecdcfda4ad.

Let us know if you find an other algo that can be missing.