summaryrefslogtreecommitdiff
path: root/data/stealthmac
diff options
context:
space:
mode:
authorChris Baker <extremis@exploit.org>2008-03-04 06:06:49 +0000
committerChris Baker <extremis@exploit.org>2008-03-04 06:06:49 +0000
commit6bdeb3bd3e1a35106c423fac355e741340a28193 (patch)
tree8762bb737d4a22f4bcaa66ee3359effe2b8129f2 /data/stealthmac
parent7ae6db914aa907d00cbd08f933d2d240c13921c8 (diff)
Initial release of a tool that modifies the wireless MAC address on boot.
The config file is /etc/stealthmac The script is /usr/bin/smac.sh git-svn-id: http://svn.telesphoreo.org/trunk@151 514c082c-b64e-11dc-b46d-3d985efe055d
Diffstat (limited to 'data/stealthmac')
-rw-r--r--data/stealthmac/_metadata/description2
l---------data/stealthmac/_metadata/grep.dep1
l---------data/stealthmac/_metadata/license1
l---------data/stealthmac/_metadata/maintainer1
-rw-r--r--data/stealthmac/_metadata/name1
-rw-r--r--data/stealthmac/_metadata/priority1
-rw-r--r--data/stealthmac/_metadata/section1
-rw-r--r--data/stealthmac/_metadata/version1
-rw-r--r--data/stealthmac/make.sh3
-rw-r--r--data/stealthmac/stealthmac-0.1.tgzbin0 -> 898 bytes
10 files changed, 12 insertions, 0 deletions
diff --git a/data/stealthmac/_metadata/description b/data/stealthmac/_metadata/description
new file mode 100644
index 000000000..99a5e18a7
--- /dev/null
+++ b/data/stealthmac/_metadata/description
@@ -0,0 +1,2 @@
+set arbitrary wireless mac address on boot
+This tool was created to provide some anonymity for iTouch/iPhone users while traveling. Changing your hardware address removes at least one indication of your pressence. However, you may want to consider limiting any network traffic that is unique to you such as chat, email, cookies, and even mDNS. Modify the MAC address in /etc/stealthmac to suite your preferences. Feel free to run /usr/bin/smac.sh at any time.
diff --git a/data/stealthmac/_metadata/grep.dep b/data/stealthmac/_metadata/grep.dep
new file mode 120000
index 000000000..a7c23a155
--- /dev/null
+++ b/data/stealthmac/_metadata/grep.dep
@@ -0,0 +1 @@
+../../grep \ No newline at end of file
diff --git a/data/stealthmac/_metadata/license b/data/stealthmac/_metadata/license
new file mode 120000
index 000000000..eea9de8d1
--- /dev/null
+++ b/data/stealthmac/_metadata/license
@@ -0,0 +1 @@
+../../../licenses/bsd \ No newline at end of file
diff --git a/data/stealthmac/_metadata/maintainer b/data/stealthmac/_metadata/maintainer
new file mode 120000
index 000000000..1d8a28400
--- /dev/null
+++ b/data/stealthmac/_metadata/maintainer
@@ -0,0 +1 @@
+../../../people/extremis \ No newline at end of file
diff --git a/data/stealthmac/_metadata/name b/data/stealthmac/_metadata/name
new file mode 100644
index 000000000..1e88bf6c6
--- /dev/null
+++ b/data/stealthmac/_metadata/name
@@ -0,0 +1 @@
+Stealth MAC
diff --git a/data/stealthmac/_metadata/priority b/data/stealthmac/_metadata/priority
new file mode 100644
index 000000000..134d9bc32
--- /dev/null
+++ b/data/stealthmac/_metadata/priority
@@ -0,0 +1 @@
+optional
diff --git a/data/stealthmac/_metadata/section b/data/stealthmac/_metadata/section
new file mode 100644
index 000000000..4b487b7d5
--- /dev/null
+++ b/data/stealthmac/_metadata/section
@@ -0,0 +1 @@
+Security
diff --git a/data/stealthmac/_metadata/version b/data/stealthmac/_metadata/version
new file mode 100644
index 000000000..49d59571f
--- /dev/null
+++ b/data/stealthmac/_metadata/version
@@ -0,0 +1 @@
+0.1
diff --git a/data/stealthmac/make.sh b/data/stealthmac/make.sh
new file mode 100644
index 000000000..b6bdb5677
--- /dev/null
+++ b/data/stealthmac/make.sh
@@ -0,0 +1,3 @@
+pkg:extract
+pkg: mkdir -p /etc /usr/bin /Library/LaunchDaemons
+pkg: cp -a * /
diff --git a/data/stealthmac/stealthmac-0.1.tgz b/data/stealthmac/stealthmac-0.1.tgz
new file mode 100644
index 000000000..2dda8663b
--- /dev/null
+++ b/data/stealthmac/stealthmac-0.1.tgz
Binary files differ