Skip to content

phishai/idn_generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

IDN Generator

Summary

Small utility to generate similar IDN domain names.

The main purpose of this utility is to generate similar domain name for you organization and block those domain via Office365/Exchange/Google apps admin.

This can help prevent recent phishing attacks utilizing IDN domain names.

You can read more about IDN attacks here: https://www.phish.ai/2018/03/13/idn-homograph-attack-back-crypto/

Example Usage

python is required

# Show help
python3 main.py --help
 # This will print all the permutation of phish.ai, you can redirect the output to a file as well.
python3 main.py phish .ai
# This will print all the permutation of phish.ai in punycode (some admin dashboard support only this format of domains).
python3 main.py phish .ai --punycode

Contribution

This is an open-source tool and any pull-requests are welcome adding features/bug-fixes and new dictionaries.

About

Utility to generate similar IDN domain names

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages