firmware icon indicating copy to clipboard operation
firmware copied to clipboard

New feature: router keygen and default passwords tester

Open eadmaster opened this issue 1 year ago • 1 comments

this may replace/extend the current DPWO feature, that only support a small set of routers.

This supports a lot more, including the "CLARO_" series https://github.com/routerkeygen/routerkeygenPC

Another one for mobile broadband WIFI routers: https://github.com/RealEnder/imeigen

In addition to this, there is also a db of default passwords that could be tried: https://github.com/ihebski/DefaultCreds-cheat-sheet

I'm still looking for one that maps the router macaddresses...

eadmaster avatar Aug 06 '24 04:08 eadmaster

these new js functions could be used to write keygens: wifiScan(), wifiConnect(ssid : string, timeout_in_seconds : number, pwd : string)

https://github.com/pr3y/Bruce/wiki/Interpreter#wifi-functions

eadmaster avatar Sep 07 '24 08:09 eadmaster