文件名称:idn_generator:生成相似IDN域名的实用程序
文件大小:8KB
文件格式:ZIP
更新时间:2024-05-15 09:31:06
Python
IDN生成器 概括 生成相似IDN域名的小型实用程序。 该实用程序的主要目的是为您的组织生成相似的域名,并通过Office365 / Exchange / Google Apps管理员阻止这些域名。 这可以帮助防止最近利用IDN域名进行的网络钓鱼攻击。 您可以在此处阅读有关IDN攻击的更多信息: : 用法示例 python是必需的 # 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
【文件预览】:
idn_generator-master
----.gitignore(1KB)
----LICENSE(11KB)
----README.md(915B)
----main.py(865B)
----dictionary.py(4KB)