feross / spoof

Easily spoof your MAC address in macOS, Windows, & Linux!
https://feross.org/spoofmac/
MIT License
1.78k stars 99 forks source link

spoof list returns nothing in ubuntu 18.04 #34

Closed x1alien closed 3 years ago

x1alien commented 4 years ago

And executing with sudo privileges returned:

~$ sudo spoof list sudo: spoof: command not found

I also have ifconfig installed.

j0ma commented 4 years ago

Same for Manjaro Linux! Installed via npm.

% sudo spoof list                                           

same goes for running it without sudo:

% spoof list                                   
feross commented 3 years ago

Thanks for reporting this issue. Due to time constraints, I don't have any plans to work on this so I'm going to close it. If you would like to see it implemented, please send a pull request!

mickey-wizard