Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 391 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 391 Bytes

get-homograph

Get all possible homograph punycoded domains of a particular domain

cat domain.list | ./get-homograph.py

Outputs two columns, the punycoded homograph and the original domain.

Test:

root@boohoo:/opt/get-homograph# echo "test.com" | ./get-homograph.py 
test.com	test.com
xn--tst-rdd.com	test.com

Based on Homoglyphs by Life4: https://github.com/life4/homoglyphs