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

What is positive lookahead assertions in regular expressions? .mp4

  Here’s a clear, easy-to-use guide to positive lookahead assertions in regular expressions: ✅ What is a Positive Lookahead? A positive loo...