Skip to content

πŸ”§ A simple command-line tool to change the MAC address of a network interface on your system. πŸ’» Educational and testing purposes only. Use at your own risk.

License

Notifications You must be signed in to change notification settings

0xsarwagya/Mac-Changer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

4 Commits
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

MAC Changer

This is a command-line tool that allows you to change the MAC address of a network interface on your system. The tool uses the child_process module's execSync function to run the command-line interface (CLI) commands "ifconfig" to change the MAC address.

What it does

The script changes the MAC address of the specified network interface to the new MAC address provided as an argument. The change is done by running the command-line interface (CLI) commands "ifconfig"

Disclaimer

This tool is intended for educational and testing purposes only. Changing the MAC address of a network interface without proper authorization may be illegal in some jurisdictions. Use this tool at your own risk.

App Screenshot

About

πŸ”§ A simple command-line tool to change the MAC address of a network interface on your system. πŸ’» Educational and testing purposes only. Use at your own risk.

Resources

License

Stars

Watchers

Forks