苹果macOS系统下查询当前链接的Wi-Fi密码
苹果macOS系统下查询已链接的Wi-Fi密码1.在macOS系统下打开终端。
2.输入以下命令
current_wifi=`/System/Library/PrivateFrameworks/Apple80211.framework/Versions/Current/Resources/airport -I | \
awk '/ SSID/ {print substr($0, index($0, $2))}'`
security find-generic-password -a "$current_wifi" -g | tail -03.回车,会弹出窗口来让你输入系统用户名和密码,输入以后就会显示当前所链接的WIFI密码了。
页:
[1]