Skip to content

Instantly share code, notes, and snippets.

@ans-4175
Last active May 6, 2017 14:41
Show Gist options
  • Save ans-4175/bbd18cb567f8d93ce2204012123225c6 to your computer and use it in GitHub Desktop.
Save ans-4175/bbd18cb567f8d93ce2204012123225c6 to your computer and use it in GitHub Desktop.
Bashscript for check wifi password on Linux
#!/bin/bash
sudo cat /etc/NetworkManager/system-connections/"$*" | grep "psk=" | cut -d'=' -f2
@ans-4175
Copy link
Author

ans-4175 commented May 6, 2017

How To Use

wifipwd "SSID"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment