[go: nahoru, domu]

Skip to content
This repository has been archived by the owner on Nov 18, 2022. It is now read-only.

RReverser/WiFi-Password

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

WiFi-Password

People ask you for the Wi-Fi password. Answer quickly. Windows only.

Screenshot

This is inspired by same-purpose tool for macOS by @rauchg.

How to use

1. Install it

First of all, install PsGet if you don't have it yet - it's awesome module manager for PowerShell:

(new-object Net.WebClient).DownloadString("https://raw.githubusercontent.com/psget/psget/master/GetPsGet.ps1") | iex

Now, you can easily install module itself:

Install-Module WiFi-Password

2. Use it:

To get the password for the WiFi you're currently logged onto:

Show-WiFiPassword

or just

wifi-password

To get it for a specific SSID:

$ wifi-password <ssid>

To list all the stored WiFi networks:

Select-WiFi

License

MIT