Detect evil urls that uses IDN Homograph Attack.
In this post I will tech You, how Your can detects evil urls that uses IDN homograph attack.
But before you read this article I recommend you, if you don't know what is idn Homograph and what is its use then read this article
May be one day, you can become target of any hacker,and if they send You Homograph link then how will you identity that it original or phishing link.
Mastering Hacking (The Art of Information Gathering & Scanning)
So, here I bring the solution of this problem
Now you can Identify the Homograph/phishing link by using checkurl tool in termux or Linux .so Follow my steps to identity link
Detects Idn Homograph link by using termux
1. Update your package
apt update && apt upgrade
2. Install git package
pkg install git
3. Install python and python3 package
pkg install python
pkg install python3
4. Clone checkURL tool in your terminal
git clone https://github.com/UndeadSec/checkURL
5. Go to checkURL directory
cd checkURL
6. Give permission to all file or script to execute
chmod +x *
7. To get help type this command
python3 checkURL.py --help
8. To detects the Homograph link type this command
python3 checkURL.py --url www.google.com
I hope you like this artical, and get something new to learn.
If you want something more from me then comment below.
