查看wifi密码
Windows
netsh wlan show profiles
#user profiles里 netsh wlan show profiles <Interface-name> key=clear #<Interface-name>是wifi名
#在security settings的key(关键内容)中

Linux
mac
Last updated
netsh wlan show profiles
#user profiles里 netsh wlan show profiles <Interface-name> key=clear #<Interface-name>是wifi名
#在security settings的key(关键内容)中

Last updated
cd /etc/NetworkManager/system-connections/
la -a
cat <Interface-name> #wireless-security -> key-mgmtsecurity find-generic-password -ga <Interface-name>| grep "password:"