You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

github.com/joybiswas007/wifipass-go

Package Overview
Dependencies
Alerts
File Explorer
Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

github.com/joybiswas007/wifipass-go

v1.0.6
Source
Go
Version published
Created
Source

wifipass-go🚀

A simple command-line tool written in Golang to retrieve WiFi credentials and generate QR codes for easy sharing.

Note: Tested on Linux ONLY.

Features ✅

  • 📶 Show current WiFi password
  • 📜 List previously connected networks
  • 🔑 Retrieve a specific connection's password
  • 📷 Generate and display a QR code for sharing WiFi
  • 💾 Save the QR code to a file
  • 🩺 Run a diagnostic check for necessary dependencies

Note: Make sure go1.23.0 or later version is already installed on you system.

Installation ⚡

git clone https://github.com/joybiswas007/wifipass-go.git
cd wifipass-go
make deps
make build
sudo mv wifipass /usr/local/bin/
wifipass --help
wifipass --doctor (Check if all required dependencies are installed)

Usage

Usage:
  -connection string
        Show password for a specific WiFi connection (run as sudo)
  -doctor
        Run diagnostics to check WiFi settings, configurations, and required packages
  -list
        List previously connected WiFi networks (run as sudo)
  -qr
        Generate QR code for the current WiFi password and display it
  -qr-path string
        Specify path to save the QR code
  -save-qr
        Save the generated QR code to a file instead of displaying it
  -show-pass
        Display passwords when listing networks
  -version
        Display version and exit

Note: Some commands require sudo access.

Contributing 🤝

Contributions are welcome! Feel free to open issues or submit pull requests.

License 📜

This project is licensed under the MIT License.

Similar Projects & Inspiration 🌟

This project was built independently but shares similar goals with other tools like:

wifi-password by sdushantha
wifi-password by rauchg

FAQs

Package last updated on 10 Apr 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts