Py学习  »  Git

Wifi 万能钥匙已经被淘汰!GitHub 上这个开源工具太好用了!

Python极客专栏 • 2 年前 • 304 次点击  

PyCharm操作手册,点击获取


前言


对于使用过智能手机的你,WiFi 万能钥匙,很多人想必都不陌生,可能还曾使用过或正在使用。官方是介绍的:
全球网络共享平台,基于共享经济的模式,通过云计算和大数据技术,利用热点主人分享的闲置 WiFi 资源,为用户提供免费、稳定、安全的上网服务。



其实说了这么多,总结一句话就是破解别人家的 Wifi 密码,就是“蹭网用的”。WiFi 万能钥匙已经积累了一大批的用户,据官方介绍用户量已经突破 9 亿,不过据说现在的万能钥匙、wifi 钥匙等工具的破解效率越来越低了。



如果你最近使用 wifi 破解工具也出现这样的问题,不妨试试下面这个工具——wifi-password,目前已经在 Github 上标星 1.6K

目前有三种安装方式,主要如下:

pip 安装:


$ python3 -m pip install --user wifi-password


使用 Git 安装:


$ git clone https://github.com/sdushantha/wifi-password
$ cd wifi-password
$ python3 setup.py install


使用 AUR 安装:


$ sudo pamac build wifi-password


使用方式:





    
$ wifi-password --help
usage: wifi_password [options]

optional arguments:
  -h, --help            show this help message and exit
  --show-qr, -show      Show a ASCII QR code onto the terminal/console
  --save-qr [PATH], -save [PATH]
                        Create the QR code and save it as an image
  --ssid SSID, -s SSID  Specify a SSID that you have previously connected to
  --version             Show version number



使用效果如下:


 Github 开源地址:
开源地址:https://github.com/sdushantha/wifi-password


如有文章对你有帮助,

在看”和转发是对我最大的支持!


关注Python极客专栏


Python社区是高质量的Python/Django开发社区
本文地址:http://www.python88.com/topic/111054
 
304 次点击