ankitjain28may / wifiPassword

It gives the password of your connected wifi's

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add generalization for password extraction

daringer opened this issue · comments

In order to make wifiPassword more flexible (working on more linux distributions) introduce readout of password from netctl, which is mainly used within ArchLinux(-based) distributions.

The former is realized through a simple abstraction layer for password extraction, thus any further systems may be easily introduced. Also included some small "pythonics" for fancyness 😄

Needed for me to solve issue #1, maybe also add this one to the hacktoberfest, if it fits your expectations, if not feel free to ask what to change?

oh and added MAC OSX support, but thats obviously untested... (linux user here)