Macas
💻 Electron app to easily spoof your MAC address
Install / Use
/learn @macas/MacasREADME
macas
Electron app to easily spoof your MAC address.
MAC spoofing is a technique for changing a factory-assigned Media Access Control (MAC) address of a network interface on a networked device. The changing of the assigned MAC address may allow the bypassing of access control lists on servers or routers, either hiding a computer on a network or allowing it to impersonate another network device. Read More.
<h1 align="center"> <img src="https://raw.githubusercontent.com/ndelvalle/macas/master/preview.png" alt="macas"> </h1>Download
- MacOS
- Linux and Windows: Current build has MacOS support only, should be pretty easy to create a linux and windows build but I need to test those environment first, check how the UI looks, create their icons etc.
Development
Build Setup
# install dependencies
npm install
# serve with hot reload at localhost:9080
npm run dev
# build electron application for production
npm run build
# lint all JS/Vue component files in `src/`
npm run lint
Acknowledgments
Core packages used to build this library are:
TODOs
- [ ] Automatic updates
- [ ] Create Linux build
- [ ] Create Windows build
- [ ] Allow to specify a MAC address, not just using a randomized one
- [ ] Reset all button to set all interfaces to their default MAC address
