How to install EvilURL in termux

Evilurl used to generate an unicode domain url for phishing. For idn homograph attack

Installation :

$ apt update
$ apt upgrade
$ apt install git
$ apt install python2
$ git clone https://github.com/UndeadSec/EvilURL.git
$ cd EvilURL
$ chmod +x *
$ ls
$ python3 evilurl.py

select option 1 to generate

Type domain name like sitename.com

it will generate unicode url for phishing

if you want to detect any url if that one is phishing url then run this tool.

python3 evilurl.py

select oprion 2

here paste that URL

it detects if that url is unicode or for phishing..

that's it






Follow us for more... 

No comments:

Post a Comment

How to Set Up PHPUnit in Laravel .mp4

Here is a complete beginner-friendly, step-by-step guide on: Download :  How to Set Up PHPUnit in Laravel (Full Explanation).mp4 Testing is...