Skip to content

Commit

Permalink
Initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
tcr committed Jan 18, 2013
1 parent 0cdb257 commit 3390c4e
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 2 deletions.
12 changes: 12 additions & 0 deletions 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*.
7 changes: 5 additions & 2 deletions package.json
Expand Up @@ -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"
Expand Down

0 comments on commit 3390c4e

Please sign in to comment.