kevva / wifi-password

Get current wifi password
MIT License
617 stars 54 forks source link

Windows support #3

Closed matiassingers closed 9 years ago

matiassingers commented 9 years ago

See RReverser/WiFi-Password

kevva commented 9 years ago

@matiassingers, any idea if it's possible to convert this to a regular .bat file or likewise that can be run with node?

matiassingers commented 9 years ago

@kevva sorry no clue, quite a number of years since I last used Windows :stuck_out_tongue_closed_eyes:

sindresorhus commented 9 years ago

@kevva It's pretty clear how it works though. You can just implement the same parsing in Node.

execFile => netsh wlan show profiles and netsh wlan show interfaces.