MacChanger.ps1
Today we will be looking at a mac spoofer built within PowerShell by OvergrownCarrot1 (OGC).
https://github.com/overgrowncarrot1/invoke-Everything/blob/main/macchanger.ps1
The MAC spoofer can either utilize a MAC address that is input or have a random MAC address, users’ choice. This tool needs to be run on an Administrator shell. To run the tool, do the following:
We can see above the tool asks which interface adapter to change:
For this scenario we put in ethernet 3 and were able to spoof the MAC address with a random address. If a user would like to use their own they are able to by following the next screenshots:
As shown above we utilize the same MAC manufacture ID, however we changed the random address on the end, thus spoofing the MAC address.
Thanks for reading, and hopefully the tool teaches you about MAC address spoofing.