Change your MAC address - Anonymity


Anonymity is one of the most important elements for the penetration tester (hacker).

In this guide, you will learn how to change your MAC address.

what is a MAC address?

From Wiki,

A media access control address (MAC address) is a unique identifier assigned to a network interface controller (NIC) for use as a network address in communications within a network segment.

So why is it important to change it?

Since it's a unique identifier that can leave a trail back to you.

So let's get started.

Power up your Kali machine

open up a terminal window and run:

ifconfig | grep ether

you can use this as well:

ip link show | grep ether

ifconfig = stands for "interface configuration." It is used to view and change the configuration of the network interfaces on your system.

grep = searches the input files for lines containing a match to a given pattern list. When it finds a match in a line, it copies the line to standard output (by default).

This is what you will get: