https://github.com/RReverser/WiFi-Password
People ask you for the Wi-Fi password. Answer quickly.
https://github.com/RReverser/WiFi-Password
Last synced: about 1 year ago
JSON representation
People ask you for the Wi-Fi password. Answer quickly.
- Host: GitHub
- URL: https://github.com/RReverser/WiFi-Password
- Owner: RReverser
- License: mit
- Archived: true
- Created: 2015-02-15T15:32:42.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2022-08-04T22:27:23.000Z (almost 4 years ago)
- Last Synced: 2024-04-14T15:12:28.472Z (about 2 years ago)
- Language: PowerShell
- Homepage:
- Size: 4.88 KB
- Stars: 588
- Watchers: 20
- Forks: 73
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# WiFi-Password
People ask you for the Wi-Fi password. Answer quickly. **Windows only**.

This is inspired by [same-purpose tool for macOS](https://github.com/rauchg/wifi-password) by [@rauchg](https://github.com/rauchg).
## How to use
**1. Install it**
First of all, install [PsGet](http://psget.net/) if you don't have it yet - it's awesome module manager for PowerShell:
```powershell
(new-object Net.WebClient).DownloadString("https://raw.githubusercontent.com/psget/psget/master/GetPsGet.ps1") | iex
```
Now, you can easily install module itself:
```powershell
Install-Module WiFi-Password
```
**2. Use it:**
To get the password for the WiFi you're currently logged onto:
```powershell
Show-WiFiPassword
```
or just
```powershell
wifi-password
```
To get it for a specific SSID:
```powershell
$ wifi-password
```
To list all the stored WiFi networks:
```powershell
Select-WiFi
```
## License
MIT