Is there an automatic mac changer built into Parrot Home?

– HI, i am new to Parrot and just wanted to know if there is an auto mac changer built into the OS?.. –


  • ParrotOS iso in use:

  • Application used for flashing the iso:

  • Logs/Terminal output (use pastebin or similar services):

  • Screenshots:

Yes. In network settings double-click the connection and in the edit menu change Cloned Mac Address to Random.

1 # before bringing up any network interface, run macchanger. Careful, this is
2 # not guaranteed to prevent leaking your real MAC address before the new one
3 # gets assigned!
4 #
5 ENABLE_ON_POST_UP_DOWN=true
6
7
8 # by default, macchanger runs on all network interfaces but loopback (lo). If
9 # you only want it to run on specific network interfaces, set them here:
10 #
11 #ENABLE_INTERFACES=“wlan0”
12

if its not there already copy this to /etc/default/macchanger
or install Debconfig and run it

after installing machanger that is

This topic was automatically closed 120 days after the last reply. New replies are no longer allowed.