diff --git a/wipri b/wipri index 72ab8ed..6b46507 100644 --- a/wipri +++ b/wipri @@ -165,6 +165,15 @@ if [ $kernmit == "on" ]; then sudo sysctl -w net.ipv4.icmp_echo_ignore_all=1 >/dev/null fi +# machine-id randomization (regenerated) each wipri run +# machine-id is a unique identifer that can (unnecessarily) be used for tracking +echo -e "${BLUE}Removing Old machine-id To Prevent Tracking...${ENDCOLOR}" +rm /etc/machine-id +echo -e "${BLUE}Generating New Unique machine-id...${ENDCOLOR}" +systemd-machine-id-setup && { + echo -e "${GREEN}New machine-id generated.${ENDCOLOR} + } + # Hostname randomization - generic yet random hostname chosen # Feel free to edit these arrays: keep in mind defaults are named strategically for a random yet generic base