Table of Contents
Introduction
A lightweight WiFi password export tool, which can quickly export all WiFi passwords saved on this machine.
Installation
In order to use the tool, you can compile the source code yourself or download the compiled binary file in releases.
To compile the source code:
- Download our latest code.
git clone https://gitee.com/dreality/wifi-password-export-tool.git
- Enter project folder.
cd wifi-password-export-tool
- There are two ways to use the source code.
- For quick usage, you can lauch the program with the go run command.
go run .
- Or compile the source code first,then execute the binary output file.
go build -ldflags="-H windowsgui"
-ldflags="-H windowsgui"
is used for hiding the command line window.
Usage
When you get the binary file, just double-click it or enter the following command on the command line.
./wifi-password-export-tool.exe
In this way, a file named "wlan-password.csv" will be generated. And that's what you want.