(Network Metadata Privacy) MAC Address + hostname + signal spoofer - *no disconnects!* Privacy Changing W/Brand Mimics: command/optional new randomized identity each boot; includes Device Signal Power Randomization (ie: Location via Signal Strength) - currently based for systemd based Linux devices (laptop / PC / phones) - could change in future https://bmc.link/politictech/posts
Go to file
RightToPrivacy 1d28a54c93 Update 'README.md'
added a couple features
2021-04-07 14:41:37 -04:00
LICENSE Initial commit 2021-04-07 13:32:25 -04:00
README.md Update 'README.md' 2021-04-07 14:41:37 -04:00
final.OUI Upload files to '' 2021-04-07 13:34:06 -04:00
install.sh Upload files to '' 2021-04-07 13:34:06 -04:00
phone.OUI Upload files to '' 2021-04-07 13:34:06 -04:00
wipri Upload files to '' 2021-04-07 13:34:06 -04:00
wipri.service Upload files to '' 2021-04-07 13:34:59 -04:00

README.md

wipri (WiFi Privacy)

WIFi Device/MAC/Device Metadata Disinfo: Address Changer/Hostname randomizer/Device/Signal/location Privacy (derived from my previous maccleaner concept)

[Without disconnecting you from the internet]

righttoprivacy@tutanota.com

Blog/Support: www.buymeacoffee.com/politictech/posts

USE:

wipri -d [device] -r [randomizes mac continually changing times/addresses] -p [static random Apple/Samsung Smartphone hold] -P [continually changing times/randomizing Apple/Samsung Smartphone MAC Address mimics] -a [continually randomize MAC, hostname, signal variations] -m [Static MAC] -i [new MAC identity] -h [rand hostname] -H [restore prev hostname] -s [random signals]

Features:

-d sets your device.

-r continually randomizes your mac address at randomly generated, continually changing random MAC addresses/times.

-p Android/iPhone mimic mode: sets single static identity: randomly generated valid mac address of either Apple or Android.

-P Android/iPhone mimic mode: continually changing randomized Samsung/Apple mac address changes- continually changing, at randomized changing times, using continually changing, randomized yet valid OUI Apple/Samsung mac addresses (this setting allows you to appear to WiFi trackers/sniffers [like KISMET] at any given time, as either an Android or iPhone;

-m [mac here] sets a mac address of your choice, holds it for remainder of running (checks to ensure firmware does not reset it)

-h change hostname to generic yet unique and completely random hostname. Using a generic base with random extension at the end of it.

-R restore previously held hostname

-H prints help; print out wipri command examples

-i generates a valid OUI based mac identity

-s txpower randomizer (experimental) randomizes the txpower of your device. This confuses certain WiFI trackers that determine location by signal strength.

-a anonymous mode: launch coordinated random changes: each change happens simultaneously: when the mac address changes so does the hostname and txpower/signal. This is intended to simulate new devices and changing locations. All 3 changes happen simultaneously, at changing, randomized times.

Simple Setup/Installation for new wipri command on Linux:

sudo bash install.sh That's it. wipri is now installed as a command. install.sh gives the additional option of starting itself at boot if you answer 'yes' to the question of installing as a systemd service. By default the systemd service will start a new mac identity on each boot. You can change this by editing the wipri.service file. Do not forget to include -d [devicename] when issuing commands.

Additional Info:

wipri generated mac addresses use valid OUI's (unlike many mac randomizations)

Why does wipri use valid OUI's?

One documented method of tracking down a devices' 'real mac address' includes cancelling/striking out all mac addresses with an invalid/nonexistent OUI preface. From here one can narrow down from false OUI's. Wipri avoids this issue by using OUI lists. wipri is argument/flag based, to more easily allow you to incorporate wipri commands into scripts. Run wipri command anytime you need privacy or (optionally) or use the install.sh script to install wipri w/optional new identity changes for each boot. Wipri disables ipv6 by default (ipv6 addresses at times are based on mac address) If you do not wish to disable ipv6, change value of $turnipv6 variable to 'on'.