Skip to content

This program is written in the C++ programming language. This program will save all saved wifi passwords details in a text file.

Notifications You must be signed in to change notification settings

AhsanRiaz9/saved-wifi-passwords

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Saved Wifi Passowrds

You can list all wifi passwords saved in windows. All passwords will be saved in a text file.

Build

You can use GNU C++ compiler to build the program.

g++ -std=c++11 wifi.cpp -o wifi.exe

Usage

wifi

Output will be saved in a the file saved-wifi-passwords.txt.

Note: It will replace the contents of output file, not append it.

Linux support is also added, code is written in python. For more information, see readme.md of wifi-password-linux/ dir.

About

This program is written in the C++ programming language. This program will save all saved wifi passwords details in a text file.

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published