From 07448023b710b873ca862f254d5c2b4a7c42fb81 Mon Sep 17 00:00:00 2001 From: Alexandre Dulaunoy Date: Sun, 8 Sep 2024 15:57:33 +0200 Subject: [PATCH] Update README.md Add a reference to the online service. Fix #19 --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 436f1cf..99aed9a 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,9 @@ ail-typo-squatting is a Python library to generate list of potential typo squatting domains with domain name permutation engine to feed AIL and other systems. -The tool can be used as a stand-alone tool or to feed other systems. +The tool can be used as a stand-alone tool or to feed other systems. + +If you don't want to use the Python library, [https://typosquatting-finder.circl.lu/](https://typosquatting-finder.circl.lu/) is an online service which uses this library. # Requirements