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/kuberlog/spectrumWifiCrack

Package Overview
Dependencies
Alerts
File Explorer
Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

github.com/kuberlog/spectrumWifiCrack

v0.0.0-20200704020618-328c18cae727
Source
Go
Version published
Created
Source

SpectrumWifiCrack

Description

The spectrum wifi router's default password looks pretty predictable.

// <5letterWord><5letterWord><n [0:1000]>
ex := "spacesaver911"

This produces ~30000000000 combinations.

I just got a new GPU that can hash PBKDF2 at ~215 KH/s, which would render the password in ~43 hours.

Dependencies

  • hashcat
  • golang

How to run

$ chmod +x ./run
$ ./run

FAQs

Package last updated on 04 Jul 2020

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