在线时间:8:00-16:00
迪恩网络APP
随时随地掌握行业动态
扫描二维码
关注迪恩网络微信公众号
开源软件名称(OpenSource Name):feross/spoof开源软件地址(OpenSource Url):https://github.com/feross/spoof开源编程语言(OpenSource Language):JavaScript 100.0%开源软件介绍(OpenSource Introduction):spoofEasily spoof your MAC address in macOS, Windows, & Linux!Node.js port of the popular SpoofMAC Python utility (GitHub: feross/SpoofMAC). Why?I made this because changing your MAC address on macOS is harder than it should be. The Wi-Fi card needs to be manually disassociated from any connected networks in order for the change to apply correctly – super annoying! Doing this manually each time is tedious and lame. Instead, just run Now for Windows and Linux, too! Instructions for beginnersHere are some easy install instructions for complete beginners.
npm install spoof -g That's it! spoof is installed.
spoof --help
spoof list
sudo spoof randomize en0 You may need to reconnect to the Wi-Fi hotspot you were connected to. But, that's it! Your MAC address is changed. You can confirm by re-running: spoof list Full command listYou can always see up-to-date usage instructions by running spoof --help. List available devicesspoof list
- "Ethernet" on device "en0" with MAC address 70:56:51:BE:B3:00
- "Wi-Fi" on device "en1" with MAC address 70:56:51:BE:B3:01 currently set to 70:56:51:BE:B3:02
- "Bluetooth PAN" on device "en1" List available devices, but only those on Wi-Fispoof list --wifi
- "Wi-Fi" on device "en0" with MAC address 70:56:51:BE:B3:6F Randomize MAC address (requires root)You can use the hardware port name, such as: spoof randomize wi-fi or the device name, such as: spoof randomize en0 Set device MAC address to something specific (requires root)spoof set 00:00:00:00:00:00 en0 Reset device to its original MAC address (requires root)While not always possible (because sometimes the original hardware MAC
isn't available), you can try setting the MAC address of a device back
to its burned-in address using spoof reset wi-fi On macOS, another option to reset your MAC address is to simply restart your computer. macOS doesn't preserve changes to your MAC address between restarts. Linux support?Yep! Linux support requires the Windows support?Yep! Automatically randomize MAC address on startupIf you want to set or randomize your MAC address and have it persist between restarts on macOS, consider using the Python version of this program, SpoofMAC, and following the instructions for running automatically on startup. LicenseMIT. Copyright Feross Aboukhadijeh. |
2023-10-27
2022-08-15
2022-08-17
2022-09-23
2022-08-13
请发表评论