🚨 Shai-Hulud Strikes Again:834 Packages Compromised.Technical Analysis →
Socket
Book a DemoInstallSign in
Socket

github.com/g-lib/wifi-password

Package Overview
Dependencies
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

github.com/g-lib/wifi-password

Source
Go
Version
v0.0.0-20220429140131-5ea45b0be3e9
Version published
Created
Source

WIFI Password

Get current wifi password

Install

$ go get github.com/g-lib/wifi-password

Usage

package main

import (
    "fmt"
    "github.com/g-lib/wifi-password"
)


func main(){
    ssid,_ :=wifipw.WIFISSID()
    password,_ := wifipw.WIFIPassword(ssid)
    fmt.Println(ssid,password)
}

OR

package main

import (
    "fmt"
    "github.com/g-lib/wifi-password"
)


func main(){
    ssid,password,_ := wifipw.GetWIFIPassword()
    fmt.Println(ssid,password)
}

FAQs

Package last updated on 29 Apr 2022

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