Upload files to ''

master
RightToPrivacy 2022-03-22 01:19:51 -04:00
parent 746af309cc
commit 407a3d277a
1 changed files with 8 additions and 3 deletions

11
wipri
View File

@ -137,6 +137,7 @@ echo "-i [rand (valid) MAC identity]"
echo "-h [rand hostname]"
echo "-R [restore prev hostname]"
echo "-s [random signals]"
echo "-S [continual changing random signal strengths, continually changing random time periods]"
echo "-A [generic randomized WiFi SSID (AP)]"
echo "-H help"
echo -e "${BLUE} To see multiple examples/descriptions see:${ENDCOLOR} ${WHITE} wifi -H ${ENDCOLOR}"
@ -375,7 +376,6 @@ while getopts ":d:apPrm:ihRsAH" arg; do
do
rando=$((RANDOM%$hightime+$lowtime))
macrand
#sleep .5 attempting speedup of start
# maccheck # TBC
/bin/echo -e "$BLUE Changing MAC to: $RED$mac$ENDCOLOR"
/bin/echo -e "$BLUE next changes: random times, random addresses in: $RED $rando$BLUE sec$ENDCOLOR"
@ -428,10 +428,15 @@ while getopts ":d:apPrm:ihRsAH" arg; do
# can (depending on environment/trackers) simulate movement [EXPERIMENTAL]
# DISCLAIMER: be sure not to exceed any local regulations for tx
s)
signaljumper
;;
while :
do
signaljumper
sleep $rando
done
;;
# Randomize WiFi Network Name (SSID)
# (If interested, see netcat notification closer to top of wipri)
# Set additional flags if you would like to set simultaneous random mac
A)
netname