Wifi Password 0.1.0

Get the password of the wifi you're on (bash)

Watchers:
This resource is being watched by 111 members.
  1. Mr. Penguin
    [​IMG]

    How to use

    1. Install it
    With bpkg:
    Code:
    Select All
    $ bpkg install rauchg/wifi-password
    or with curl:
    Code:
    Select All
    curl -L https://raw.github.com/rauchg/wifi-password/master/wifi-password.sh -o ~/bin/wifi-password && chmod +x ~/bin/wifi-password
    If you don't have ~/bin in your $PATH, replace it with /usr/local/bin or similar.
    2. Use it:
    To get the password for the WiFi you're currently logged onto:
    Code:
    Select All
    $ wifi-password
    To get it for a specific SSID:
    Code:
    Select All
    $ wifi-password <ssid>