rand time adjust - thanks gitea-user for suggestion (more to complete)

master
user 2024-02-08 14:15:23 -05:00
parent 9dbbcc2851
commit 4b4bab09ab
1 changed files with 1 additions and 1 deletions

2
wipri
View File

@ -153,7 +153,7 @@ echo ""
checktime=".5" # seconds between mac addr checks: lower = more frequent checks
hightime="600" # Make this number higher if you want randomization times longer
lowtime="300" # Make this number lower to lower min time randomized
rando=$((RANDOM%$hightime+$lowtime)) # Create Random time
rando=$((RANDOM%(${hightime}-${lowtime}+1)+$lowtime)) # Random Time Generation
killbt=$(rfkill bluetooth) # use rfkill to block bluetooth (must use to re-enable if wanted)
kernmit="on" # Turn on to mitigate kernel (warning: passes changes to kernel) - it's optional
oui_file='/etc/wipri/final.OUI' # Valid OUI list required for verifiable MAC addresses