diff options
author | Chris Baker <extremis@exploit.org> | 2008-03-04 06:06:49 +0000 |
---|---|---|
committer | Chris Baker <extremis@exploit.org> | 2008-03-04 06:06:49 +0000 |
commit | 6bdeb3bd3e1a35106c423fac355e741340a28193 (patch) | |
tree | 8762bb737d4a22f4bcaa66ee3359effe2b8129f2 /data/stealthmac/_metadata | |
parent | 7ae6db914aa907d00cbd08f933d2d240c13921c8 (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/_metadata')
-rw-r--r-- | data/stealthmac/_metadata/description | 2 | ||||
l--------- | data/stealthmac/_metadata/grep.dep | 1 | ||||
l--------- | data/stealthmac/_metadata/license | 1 | ||||
l--------- | data/stealthmac/_metadata/maintainer | 1 | ||||
-rw-r--r-- | data/stealthmac/_metadata/name | 1 | ||||
-rw-r--r-- | data/stealthmac/_metadata/priority | 1 | ||||
-rw-r--r-- | data/stealthmac/_metadata/section | 1 | ||||
-rw-r--r-- | data/stealthmac/_metadata/version | 1 |
8 files changed, 9 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 |