Skip to content

Releases: HackHunt/mac-changer

mac-changer

21 Jun 16:55
Compare
Choose a tag to compare

Support for Non-root user added.

How to use:

  • Convert the setup.sh into executable

    chmod 755 setup.sh

  • Run setup.sh

    ./setup.sh

  • Convert the mac_changer into executable.

    chmod u+x mac_changer

  • Run the Executable.

    ./mac_changer

mac-changer

17 Jun 22:09
Compare
Choose a tag to compare

How to use:

  • Convert the file into executable.

    chmod u+x mac_changer

  • Run the Executable.

    ./mac_changer

Available Arguments:

  • -h or --help: Displays all the available options.

  • -i or --interface: This option needs to be used as to
    define for which interface you want to change the MAC address.

  • -m or --mac: Optional. Can be used to specify a MAC Address.

  • Note:

    • If -m or --mac option is not defined, the program will use
      Random MAC Address Generation Algorithm.
    • Random MAC Address Generation Algorithm will always generate a unicast mac address.

Color:

  • Green: Successful.
  • Yellow: In process.
  • White: MAC Address.
  • Red: Unsuccessful or Errors.