HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

wifi-password — Get the password of the Wi-Fi. More information: <https://github.com/rauchg/wifi-password>.

Submitted by: @import:tldr-pages··
0
Viewed 0 times
thewifi-passwordcommandpasswordclimoreget
macos

Problem

How to use the wifi-password command: Get the password of the Wi-Fi. More information: <https://github.com/rauchg/wifi-password>.

Solution

wifi-password — Get the password of the Wi-Fi. More information: <https://github.com/rauchg/wifi-password>.

Get the password for the Wi-Fi you are currently logged onto:
wifi-password


Get the password for the Wi-Fi with a specific SSID:
wifi-password {{ssid}}


Print only the password as output:
wifi-password -q

Code Snippets

Get the password for the Wi-Fi you are currently logged onto

wifi-password

Get the password for the Wi-Fi with a specific SSID

wifi-password {{ssid}}

Print only the password as output

wifi-password -q

Context

tldr-pages: osx/wifi-password

Revisions (0)

No revisions yet.