wifi-password-export-tool

command module
v1.0.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 28, 2021 License: MIT Imports: 8 Imported by: 0

README

wifi password export tool

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:

  1. Download our latest code.
git clone https://gitee.com/dreality/wifi-password-export-tool.git
  1. Enter project folder.
cd wifi-password-export-tool
  1. There are two ways to use the source code.
    1. For quick usage, you can lauch the program with the go run command.
    go run .
    
    1. 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.

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL