All Projects β†’ UndeadSec β†’ checkURL

UndeadSec / checkURL

Licence: other
Detect evil urls that uses IDN Homograph Attack.

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to checkURL

ruby-homograph-detector
πŸ•΅οΈβ€β™€οΈπŸ•΅οΈβ€β™‚οΈ Ruby gem for determining whether a given URL is considered an IDN homograph attack
Stars: ✭ 29 (-70.1%)
Mutual labels:  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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].