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 connect to an FTP server from Linux?

To connect to an FTP server from a Linux system, you can use either a command-line FTP client or a graphical one. Here’s how to do it usin...