Skip to main content

Posts

Showing posts with the label easy method

How To Change To Random MAC Address - Kali Linux

  How To Change MAC Address To Random  (Hide Your Location)  sudo ifconfig - IP information and configuration settings If you haven't got macchanger already, don't worry! Its simple to install! Just type the following command to install: sudo apt-get install macchanger If you have mac-filtering enabled on your router, you'll want to select NO on the popup message after entering this command, otherwise you won't be able to connect to your own WiFi.   Help Menu macchanger --help    View your current mac address: sudo macchanger -s eth0 You will now see that your current mac and your permanent mac are the same. To stop this from being exposed, you'll need to change it to something more.. random!  Now It's Time To Spoof Our MAC Address! Enter The Highlighted Commands In Order: sudo macchanger -s eth0            views current mac sudo ifconfig eth0 down            bring down network sudo macchanger -r eth0            random mac applied    sudo ifconfig eth0 up