├── LICENSE ├── README.md ├── charSimilarity.py ├── data ├── domains_spoof.pkl └── process_spoof.pkl ├── requirements.txt ├── run_siamese.py └── strSimilarity.py /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/endgameinc/homoglyph/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/endgameinc/homoglyph/HEAD/README.md -------------------------------------------------------------------------------- /charSimilarity.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/endgameinc/homoglyph/HEAD/charSimilarity.py -------------------------------------------------------------------------------- /data/domains_spoof.pkl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/endgameinc/homoglyph/HEAD/data/domains_spoof.pkl -------------------------------------------------------------------------------- /data/process_spoof.pkl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/endgameinc/homoglyph/HEAD/data/process_spoof.pkl -------------------------------------------------------------------------------- /requirements.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/endgameinc/homoglyph/HEAD/requirements.txt -------------------------------------------------------------------------------- /run_siamese.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/endgameinc/homoglyph/HEAD/run_siamese.py -------------------------------------------------------------------------------- /strSimilarity.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/endgameinc/homoglyph/HEAD/strSimilarity.py --------------------------------------------------------------------------------