M474 is an open-source network privacy and security tool designed to enhance your online privacy. It provides features for changing MAC addresses, randomizing internal IP addresses, and renewing IP addresses, creating an additional layer of privacy during network activities.
-
MAC Address Changer: Change the MAC address of your network interface to enhance privacy and security.
-
Internal IP Randomizer: Randomize the internal (loopback) IP address for added privacy and network obfuscation.
-
IP Renewal: Renew both internal and external IP addresses to enhance anonymity and avoid tracking.
Important
It is crucial to be cautious when making changes that could potentially disrupt system functionality or network connectivity.
git clone https://github.com/spyboy-productions/M474.git
cd M474
pip3 install -r requirements.txt
+ Note: This script must be run as root.
sudo python3 M474.py
+ To manually revert the MAC address to the permanent MAC address.
sudo python3 M474.py revert
This will revert the MAC address
and print a success message.
💬 If having an issue Chat here
Contributions and feature requests are welcome! If you encounter any issues or have ideas for improvement, feel free to open an issue or submit a pull request.
- add more stuff to secure network privacy