SPOOF YOUR MAC-ADDRESS


Windows


1. Open Control Panel
2. Open Network and Internet
3. Open Network and Sharing Center
4. Choose Change adapter settings from the left menu
5. Right click on your ethernet adapter and choose Properties
6. Click Configure.. button
7. Select Advanced tab


8. Click on Network Address property and check the value option on the right
9. Type your desired Mac address value, for ex. AABBCCDDEEFF
Linux
1. Open interfaces file for edit
sudo gedit /etc/network/interfaces
2. Locate ethernet (eth0) configuration. You should looking for something like this:
auto eth0
iface eth0 inet dhcp
3. Add an extra line:
hwaddress ether AA:BB:CC:DD:EE:FF
Restart networking service:
sudo /etc/init.d/networking restart

Post a Comment

0 Comments