Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

github.com/xonsium/wifi-stealer-go

Package Overview
Dependencies
Alerts
File Explorer
Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

github.com/xonsium/wifi-stealer-go

  • v0.0.0-20240605083036-9c058151aa24
  • Source
  • Go
  • Socket score

Version published
Created
Source

Wifi Stealer (Demo)

Get saved wifi passwords of a windows computer in a server.

Usage

Run the server

$ go run server.go

Then put the ip:6969 of your server in main.go file Build main.go

$ go build main.go

Then run the generated exe in victim computer

Possible output

{
    "hostname":hostname,
    "time":"hr:min:ss_d-m-y",
    "username":"hostname\\user",
    "wifipw":{
        "ESSID":password,
        ...
        ...
    }
}

Virus Total scan after built with grable

FAQs

Package last updated on 05 Jun 2024

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc