From 140a2377c18d9b98abd6f0cfd7cd09871ce0903a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=99=BD=E6=81=92?= Date: Fri, 14 Jun 2024 00:15:57 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0README?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 46 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 46 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..ffeae9a --- /dev/null +++ b/README.md @@ -0,0 +1,46 @@ +# WiFi密码破解工具 + +## 介绍 + +基于Python开发的拥有图形界面的WiFi密码破解工具 + +## 开发环境 + +Windows 10 + +Python 3.6.5 + +## 核心模块 + +pywifi + +## 系统要求 + +Windows 10 + +非 Windows 10 系统请自行下载源码编译 + +## 编译方法 + +1. 下载 Python 3.6.5 并安装 + +2. 安装所需模块 + + ```cmd + pip install pywifi + pip install pyinstaller + ``` + +3. 编译 WifiCrackTool.py + + ```cmd + pyinstaller -F -w WifiCrackTool.py + ``` + +## 更新日志 + +### v1.0 + +- [修复]WiFi中文名称乱码,无法正常破解的问题。 +- [新增]日志输出、破解成功后自动将密码复制到剪切板。 +- [优化]部分功能