Does my website have phishing websites?
Hey, guys in this Blog I would like to help you in discovering potentially malicious domains targeting your website. Find lookalike/phishing domains that adversaries can use to attack you.
For finding phishing domains we would use a tool called Dnstwist.

This tool works by generating a large list of permutations based on a domain name you provide and then checking if any of those permutations are in use. Additionally, it can generate fuzzy hashes of the web pages to see if they are part of an ongoing phishing attack or brand impersonation
For installation:-
$ git clone https://github.com/elceef/dnstwist.git
$ cd dnstwist
$ pip install

Let’s get start
$ dnstwist --registered domain.name

DNStwist has a website as well where you can simply enter the website you want to check for

Thank you for reading this post.