https://github.com/elmoiv/hideme
A Python script that randomizes Qualcomm Snapdragon Devices MAC Addresses and Hostnames
https://github.com/elmoiv/hideme
android hostname-random-changer mac-address mac-address-changer mac-address-generator privacy-protection privacy-tools qualcomm
Last synced: 2 months ago
JSON representation
A Python script that randomizes Qualcomm Snapdragon Devices MAC Addresses and Hostnames
- Host: GitHub
- URL: https://github.com/elmoiv/hideme
- Owner: elmoiv
- License: gpl-3.0
- Created: 2021-04-11T15:49:31.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2021-04-11T17:11:35.000Z (about 4 years ago)
- Last Synced: 2025-01-31T06:32:25.525Z (4 months ago)
- Topics: android, hostname-random-changer, mac-address, mac-address-changer, mac-address-generator, privacy-protection, privacy-tools, qualcomm
- Language: Python
- Homepage:
- Size: 19.5 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# hideme
Protect your privacy and keep out anyone tracking you over WiFi networks.## Disclaimer
I'm not responsible for bricked devices, dead SD cards, thermonuclear war, or you getting fired because the alarm app failed (like it did for me...).## Features
- Randomizes MAC address.
- Randomizes Hostname.
- No reboot required.## Requirements
- Qualcomm Snapdragon Android Device.
- Root permission.
- Terminal Emulator (Termux for best compatibility).## Setup (Using Termux)
- Install [Termux](https://f-droid.org/en/packages/com.termux/).
- Give Termux Root Permission.
- Install Python: `pkg install python`.
- Save `hideme.py` script to your Android device.
- Using any Root explorer, navigate to: `/data/data/com.termux/files/usr/etc/bash.bashrc`.
- Add this line at the end: `alias hideme='python /path/to/script/hideme.py'`.
- Restart Termux.## Usage
Just type `hideme` on Termux.
## Note
To revert to your original MAC, reboot your device.