wraith-wireless / PyRIC

Python wireless library for Linux
http://wraith-wireless.github.io/PyRIC
Other
93 stars 51 forks source link

Is it possible to add the feature to get the permanent MAC address in this project? #35

Open anakin1028 opened 7 years ago

anakin1028 commented 7 years ago

Hi, in the wifiphisher project we may want to spoof our MAC address, but after the process is done, we want to recover the adapters' MAC addresses.

In the macchanger project, it can get the permanent MAC address by the following flag: SIOCETHTOOL

Is it possible for you to implement this function? Thanks