Skip to content

rbayuokt/rbURL-HomographAttack

Repository files navigation

rbURL - HomographAttack


REMEMBER , THIS IS FOR EDUCATIONAL PURPOSES ONLY !


The internationalized domain name (IDN) homograph attack is a way a malicious party may deceive computer users about what remote system they are communicating with, by exploiting the fact that many different characters look alike (i.e., they are homographs, hence the term for the attack, although technically homoglyph is the more accurate term for different characters that look alike).

REQUIREMENT

  1. Install python
  2. clone this rbURL
  3. run with command
py rbUrl.py

if there's error , u must install colorama first with this command

  1. make sure u have add pip to environment variables
  2. run this command
pip install colorama

Let me explain

For the example :
human eyes see all URLs are the same, nothing suspicious or strange
But not with the computer
example , human eyes see apple.com just like normal
But computer see there is a Cyrillic character inside 'apple' in 'a' letter
if you type apple.com in browser , there is nothing happened , it's an official web of apple
but if you type 'apple.com' with 'a' letter is change to Cyrillic character, it will shock you
apple.com is empty because u use 'a' letter of Cyrillic to fake human eyes.

That mean , you can buy that domain and you can do something crazy like phising with another level

in this case I'll use my tools to perform this attack and the target is apple.com

perform attack :


check the domain for the result :


see ? you can buy domain apple.com
cause there is Cyrillic character included.

Screenshoot

Logo :


Main Menu :


Result :


made with ❤️ in Cimahi by @rbayuokt 👍

Module added for availability:

About

IDN homograph attack with more of possibility attacks

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages