Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/virgula0/wifi-inspector
An easy tool with GUI which checks automatically for memorized networks and their passwords on your windows computer without having administrative privileges
https://github.com/virgula0/wifi-inspector
cmd inspector tool utility wifi wifi-manager wifi-password wifi-security windows-10 windows-7 windows-8 windows-xp windows11
Last synced: 25 days ago
JSON representation
An easy tool with GUI which checks automatically for memorized networks and their passwords on your windows computer without having administrative privileges
- Host: GitHub
- URL: https://github.com/virgula0/wifi-inspector
- Owner: Virgula0
- License: mit
- Created: 2018-08-09T12:37:00.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-06-18T08:27:45.000Z (over 4 years ago)
- Last Synced: 2024-09-28T22:41:10.086Z (about 1 month ago)
- Topics: cmd, inspector, tool, utility, wifi, wifi-manager, wifi-password, wifi-security, windows-10, windows-7, windows-8, windows-xp, windows11
- Language: C#
- Homepage:
- Size: 87.9 KB
- Stars: 21
- Watchers: 2
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
``` __ ___ __ _ _____ _
\ \ / (_)/ _(_) |_ _| | |
\ \ /\ / / _| |_ _ | | _ __ ___ _ __ ___ ___| |_ ___ _ __
\ \/ \/ / | | _| | | | | '_ \/ __| '_ \ / _ \/ __| __/ _ \| '__|
\ /\ / | | | | | _| |_| | | \__ | |_) | __| (__| || (_) | |
\/ \/ |_|_| |_| |_____|_| |_|___| .__/ \___|\___|\__\___/|_|
| |
|_|
```
# Wifi-Inspector
Easy tool which check automatically for memorized networks and their passwords on your windows computer without having administrative privileges.
Find wifi passwords saved in your computer by clicking only 3 times!
## FeaturesThis is a very simple tool made to show how many netowrks are currently saved on your computer showing also their password in clear format. Only few kbs of app! All happens automatically but you can check manually in order to have the same result by typing in cmd only 2 commands!
These are :
```
netsh wlan show profiles
```and then
```
netsh wlan show profiles name_of_your_ssid key=clear
```That's all!
Anyway after a scan with wifi inspector you can save all results in a txt file.
### Demonstration
![img](https://i.imgur.com/3ayW5FZ.gif)
![img](https://i.imgur.com/GhpAOUn.png)
### Other
If you don't wnat to compile the source check out for releases: https://github.com/Virgula0/Wifi-Inspector/releases
### Author
Coded by Virgula August 2018