# Breaking-the-wifi-code
**Repository Path**: xiaofang2016/Breaking-the-wifi-code
## Basic Information
- **Project Name**: Breaking-the-wifi-code
- **Description**: 暴力破解纯数字的wifi密码
- **Primary Language**: Python
- **License**: Not specified
- **Default Branch**: master
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 2
- **Created**: 2021-11-20
- **Last Updated**: 2021-11-20
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
# Breaking-the-wifi-code
## 暴力破解纯数字的wifi密码
源代码中pass.txt即为密码字典,又称密码本,我给出的是5位数字密码的密码本,故只能破解5位的数字密码。
如果将该文件替换则可以破解其他更多密码,但是并不推荐这种方式,因为是暴力破解,方法是遍历,加上每次尝试中间有delay,所以速度非常慢。
仅供学习和练习使用pywifi模块的使用,若想破解密码,可以使用其他方式,会更加快捷和便利。