在Windows, Mac, Linux三种系统中分别获取wifi密码的方式
在Windows, Mac, Linux三种系统中分别获取wifi密码的方式
1. Windows
netsh wlan show profile name=wifi名称 key=clear | findstr 查找的内容
2. Mac
sudo security find-generic-password -l wifi名称 -D 'Airport network password' -w
3. Linux
sudo cat /etc/NetworkManager/system-connections/wifi名称 | grep psk="