From cd26511bf8ad161d67a101aee9c497222f5a859b Mon Sep 17 00:00:00 2001 From: Jake Ginesin Date: Tue, 24 Jun 2025 10:52:49 -0400 Subject: [PATCH] 440 current 2025-06-24 10:52:26 25.05.20250424.f771eb4 6.12.24 * --- home/scripts/macflip.sh | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 home/scripts/macflip.sh diff --git a/home/scripts/macflip.sh b/home/scripts/macflip.sh new file mode 100644 index 0000000..79ab8f2 --- /dev/null +++ b/home/scripts/macflip.sh @@ -0,0 +1,5 @@ +#!/usr/bin/env bash +newmac=$1 +suod ip link set wlan0 down +sudo macchanger wlan0 --mac "$1" +sudo ip link set wlan0 up