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

Python编程课堂 轻松编程社 2021-08-24

开源最前线(ID:OpenSourceTop) 猿妹整编

链接:https://github.com/sdushantha/wifi-password

WiFi 万能钥匙,很多人想必都不陌生,可能还曾使用过或正在使用。官方是介绍的:
全球网络共享平台,基于共享经济的模式,通过云计算和大数据技术,利用热点主人分享的闲置 WiFi 资源,为用户提供免费、稳定、安全的上网服务。
其实说了这么多,总结一句话就是破解别人家的Wifi密码,就是“蹭网用的”。WiFi 万能钥匙已经积累了一大批的用户,据官方介绍用户量已经突破9亿,不过据说现在的万能钥匙、wifi钥匙等工具的破解效率越来越低了。
如果你最近使用wifi破解工具也出现这样的问题,不妨试试下面这个工具——wifi-password,目前已经在Github上标星1.6K。(Github地址:https://github.com/sdushantha/wifi-password)
目前有三种安装方式,主要如下:
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 --helpusage: 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

使用效果如下:

- END

(0)

相关推荐