I wanted to connect to WiFi Networks With a fake Mac address. In Windows, I changed Network address in Network devices. Is there any good way of doing this?
Asked
Active
Viewed 966 times
1
-
This Might already have an answer here http://askubuntu.com/questions/81648/how-do-i-change-spoof-my-mac-address-and-easily-switch-between-multiple-ones – Dec 28 '15 at 00:56
1 Answers
0
This might already have an answer here.
You can try this:
- Install macchanger
sudo apt-get install macchanger macchanger-gtk
sudo ifconfig wlan0 down
NOTE: wlan0 my change according to your card, please check
ifconfig
.sudo macchanger -a wlan0
sudo ifconfig wlan0 up
- now I suggest once disabling and enabling of Wifi.
done.
-
1
-
-
No, This is a temporary change. you will have to change it every time you restart. – Dec 28 '15 at 01:14