Show your current Mac Address and change mac address using macchanger
Page 1 of 1
Show your current Mac Address and change mac address using macchanger
Show your current Mac Address
This command may change your mac address but it wont be permanent
Advanced look (to see if its been temporally changed)
Changing your Mac Address
Then enable your network again!
Updates to random mac changer python script can be found
https://app.box.com/s/4e4ft4nwrhr30iy47l8mt6t9ugtzktxz
More info found http://linuxconfig.org/change-mac-address-with-macchanger-linux-command
- Code:
sudo apt-get install -y Install macchanger
This command may change your mac address but it wont be permanent
- Code:
sudo macchanger -s eth0
Advanced look (to see if its been temporally changed)
- Code:
sudo macchanger -r eth0
Changing your Mac Address
- Code:
Disable your network
- Code:
sudo ifconfig eth0 down
- Code:
sudo macchanger -m b2:aa:0e:56:ed:f7 eth0
Then enable your network again!
- Code:
sudo ifconfig eth0 up
Updates to random mac changer python script can be found
https://app.box.com/s/4e4ft4nwrhr30iy47l8mt6t9ugtzktxz
More info found http://linuxconfig.org/change-mac-address-with-macchanger-linux-command
Last edited by jamied_uk on 23rd July 2015, 16:13; edited 2 times in total
Re: Show your current Mac Address and change mac address using macchanger
Python Menu Examples Now have mac changer built in and also can be downloaded just as the actual script (no menu) here.
- Attachments
Re: Show your current Mac Address and change mac address using macchanger
More Python and Menu python scripts to launch this random mac changer can be found
https://jnet.forumotion.com/t798-some-python-examples
Also a secure example of a menu for python can be found
https://jnet.forumotion.com/t797-securing-a-python-menu-with-python-encrypted-password-file
https://jnet.forumotion.com/t798-some-python-examples
Also a secure example of a menu for python can be found
https://jnet.forumotion.com/t797-securing-a-python-menu-with-python-encrypted-password-file
Similar topics
» USB and Wifi Tethering IP Address, Mac Address DHCP eth0 wlan0 lo usb0 Networking with multiple Networks
» Parrot OS Int IP Address Resolution
» linux commands for netstat looking at current connections active and domain servers etc and more
» Using MAC ADDRESS To Find Actual Location
» Linux Record Desktop Function & Serve Current Folder Via Python Web Server
» Parrot OS Int IP Address Resolution
» linux commands for netstat looking at current connections active and domain servers etc and more
» Using MAC ADDRESS To Find Actual Location
» Linux Record Desktop Function & Serve Current Folder Via Python Web Server
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum