• Stars
    star
    169
  • Rank 224,453 (Top 5 %)
  • Language
    Python
  • Created about 7 years ago
  • Updated almost 7 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Detect evil urls that uses IDN Homograph Attack.

CheckURL

Detect evil urls that uses IDN Homograph Attack.

MAINTAINERS

VIDEO DEMO

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

  • python 3.x

TESTED ON

Kali) Kali Linux - ROLLING EDITION

SCREENSHOT

Shot