checkURL-Detect evil urls that uses IDN Homograph Attack

Hello guy’s in this article we are going to discuss about how to find evil url in termux or linux platform using checkURL tool.

 Requirements

  • Android version 5.0 and above
  • termux application
  • Git package
  • Python package

Tested platform

  • Termux
  • Linux
  • Windows

How to install git package?

Just you type this below command this command will help you to install git package in your linux or termux.
Linux

sudo apt install git

Termux

pkg install git

What is git package?

Git is a distributed version-control system for tracking changes in source code during software development. It is designed for coordinating work among programmers, but it can be used to track changes in any set of files.

How to install python package?

Type this below command in your termux or linux terminal this command will help you to install python package.
Linux

sudo apt install python && sudo apt install python2

Termux

pkg install python && pkg install python2

How to install and use CheckURL?

First you type this below command this command will help you to download checkurl in your termux or linux terminal.

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

Once you download Checkurl package type this below command this command will help you to open checkURl folder in your terminal.

cd checkURL

Now we’ve give permission of read write and execute checkURL.py python file so type this below command in your terminal.

chmod +x checkURL.py

Once you give permission type this below command this command will help you to run this tool in your terminal.

python3 checkURL.py

Now you can easily find evil urls with this tool

CheckURL DOWNLOAD

Post a Comment

Previous Post Next Post