check url = Detect evil urls that uses IDN Homograph Attack.
Installation :
$ apt update && apt upgrade
$ apt install git
$ apt install python2
$ apt install python
$ git clone https://github.com/UndeadSec/checkURL
$ cd checkURL
$ chmod +x *
usage :
Now run with python3 type this command :
$ python3 checkURL.py --help
It shows all options..
$ python3 checkURL.py --url [attackerurl]
attacker url = attacker url tom check this is idn evil url or original url
-------------------------------------------------------------------
Comments
Post a Comment