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

EXIF Stripper: A web based image-metadata remover utility

https://ckure.esy.es/rx/tools/exif/ *Images are uploaded on a shared hosting server. This may be concerning even though there is a script th...