#暴力破解 #字典 #安全 #网络安全 #渗透测试 #组合

bin+lib dicgen

生成给定字符的所有组合列表,如暴力破解攻击中

4 个版本 (2 个破坏性更新)

0.3.0 2023年1月22日
0.2.1 2023年1月6日
0.2.0 2023年1月6日
0.1.0 2023年1月5日

#10#渗透测试

Unlicense 协议

13KB
225

DicGen

生成给定区间内给定符号的所有可能组合。

使用 Cargo 安装

cargo install dicgen

用法

示例:生成手机号码(以 6、7 或 8 开头的 9 位数字)

dicgen --alphabet 0123456789 --init 600000000 --end 899999999 --file phone_numbers.txt

生成的文件 phone_numbers.txt 将包含

600000000
600000001
[...]
899999998
899999999

作为 Rust 依赖项使用

将其添加到您的 Cargo.toml,并在文档中查看示例和参考。

许可证

Unlicense 协议。有关详细信息,请参阅 LICENSE 或访问 unlicense.org 网站

依赖项

~3–11MB
~100K SLoC