https://github.com/olayzen/get-wifi-password
Get Wifi password using Windows or Mac
https://github.com/olayzen/get-wifi-password
cmd command-prompt terminal wifi
Last synced: over 1 year ago
JSON representation
Get Wifi password using Windows or Mac
- Host: GitHub
- URL: https://github.com/olayzen/get-wifi-password
- Owner: OlaYZen
- Created: 2022-03-14T10:43:35.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-10-04T12:27:15.000Z (over 3 years ago)
- Last Synced: 2025-01-21T11:12:43.176Z (over 1 year ago)
- Topics: cmd, command-prompt, terminal, wifi
- Homepage:
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# **How to Use**
Choose your operating System
Windows
---
Open a [Elevated Command Prompt](https://www.tenforums.com/tutorials/2790-open-elevated-command-prompt-windows-10-a.html), type:
```
netsh wlan show profile WiFi-name key=clear
```
and replace Wifi-name with your wifi name. If you do not know your wifi name, you can type:
```
netsh wlan show profile
```
Mac
---
Open [Terminal](https://support.apple.com/guide/terminal/open-or-quit-terminal-apd5265185d-f365-44cb-8b09-71a064a42125/mac) and type:
```
security find-generic-password -ga Wifi-name | grep “password:”
```
and replace Wifi-name with your wifi name. You will get a pop-up window requesting your local adminitrator user, type it in and you should get the password