farhnkrnapratma/wordlist
GitHub: farhnkrnapratma/wordlist
一个专注于出生日期和常见数字组合的小型密码字典,用于辅助安全渗透测试中的字典攻击。
Stars: 1 | Forks: 0
# 字典
常用密码集合,例如 Wi-Fi 密码。可用于配合 **Hashcat** 或 **Aircrack-ng** 等工具进行安全与渗透测试。
## 可用字典
以下是整洁清晰的表格版本:
| 目录 | 描述 | 条目数 |
| ------------- | --------------------------------------------------------------------- | ----------- |
| `birth-date/` | 从 `01011940` 到 `31122026` 的 8 位出生日期(`DDMMYYYY` 格式) | ~31.7k |
| `common/` | 常见的 8-10 位数字组合 | ~2.5k |
## 如何使用
克隆仓库:
```
git clone --depth 1 https://github.com/farhnkrnapratma/wordlist.git
```
## 示例
配合 **Hashcat** 使用:
```
hashcat -a 0 hash.hc22000 /birth-date/wordlist.txt
```
配合 **Aircrack-ng** 使用:
```
aircrack-ng -w /birth-date/wordlist.txt capture.cap
```
## 贡献
欢迎贡献!欢迎随时提交 Issue 或发起 Pull Request 以添加新的字典分类。
## 许可证
本项目基于 [BSD 3-Clause "New" or "Revised" License](LICENSE) 授权。
标签:Aircrack-ng, Bitdefender, Hashcat, VEH, WiFi密码, 口令猜解, 字典攻击, 字典文件, 安全测试, 密码字典, 密码安全, 密码爆破, 开源, 攻击性安全, 数据展示, 爆破工具, 红队, 网络安全, 隐私保护