From 3390c4e11fd2214d8ce19ddf140994720c4024f6 Mon Sep 17 00:00:00 2001 From: Tim Cameron Ryan Date: Thu, 17 Jan 2013 20:40:40 -0500 Subject: [PATCH] Initial commit --- README.md | 12 ++++++++++++ package.json | 7 +++++-- 2 files changed, 17 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e69de29..185ff7d 100644 --- a/README.md +++ b/README.md @@ -0,0 +1,12 @@ +# node-spoofmac + +A very quick port of https://github.com/feross/SpoofMAC/ for OSX to Node.js. + + $ npm install -g spoofmac + $ spoofmac en0 + Using random MAC address. + MAC address for en0 9b + Changed en0 (h/w: 31) from 9b to 53. + If both addresses are the same, run 'ifconfig en0 | grep ether' in a few seconds. + +`en0` is wired, `en1` is wireless, *except on Macbook Air or retina Macbook Pro*. \ No newline at end of file diff --git a/package.json b/package.json index ead66f6..9ace76a 100644 --- a/package.json +++ b/package.json @@ -6,8 +6,11 @@ "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, - "repository": "", - "author": "", + "repository": "https://github.com/tcr/node-spoofmac", + "bin": { + "spoofmac": "index.js" + }, + "author": "Tim Cameron Ryan", "license": "MIT", "dependencies": { "random-mac": "0.0.4"