Skip to content

A python script to generate homoglyph domain names.

Notifications You must be signed in to change notification settings

JTweet/homoglyph-gen

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

homoglyph-gen

A python script to generate a list of possible homoglyph domains of a given domain name. This may be useful to monitor for phishing sites when used in combination with certificate transparency or whois polling.

Requirements

homoglyph-gen was developed using Python 3.7.2, other versions are untested, but will probably work though you may need to install additional dependencies.

External dependencies

Performance

This script will load all possible homoglyph categories and attempt to find all possible combinations. This may take a while and will probably eat a bit of memory in its current form.

Usage

# Display homoglyph domains for o-sp.com IDNA encoded
tweet@host$ ./homoglyph-gen o-sp.com
# Display homoglyph domains for o-sp.com as UTF-8
tweet@host$ ./homoglyph-gen o-sp.com --idna off

About

A python script to generate homoglyph domain names.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages