Home

Awesome

<h1 align="center">CheckURL</h1> <p align="center"> Detect evil urls that uses IDN Homograph Attack. </p>

MAINTAINERS

VIDEO DEMO

<p align="center"> <a href="https://youtu.be/joQxGtuyfZU"> <img src="https://raw.githubusercontent.com/UndeadSec/checkURL/master/video.png" /> </a></p>

CLONE

# git clone https://github.com/UndeadSec/checkURL.git

RUNNING

# cd checkURL
# python3 checkURL.py --help
usage: checkURL.py [-h] [--url URL | --url-list URL_list] [--check-url]

Check IDN Homograph Attack - UndeadSec

optional arguments:
  -h, --help           show this help message and exit
  --url URL            Enter to check if it is Evil URL
  --url-list URL_list  Specify a file with a list of Evil URL
  --check-url          Check socket URL

Examples:
    python3 checkURL.py --url google.com
    python3 checkURL.py --url google.com --check-url
    python3 checkURL.py --url-list urls.txt
    python3 checkURL.py --url-list urls.txt --check-url

Telegram: https://t.me/UndeadSec

PREREQUISITES

TESTED ON

Kali) Kali Linux - ROLLING EDITION

SCREENSHOT

Shot