simplified

master
RightToPrivacy 2022-09-21 00:44:15 -04:00
parent 2598fe443b
commit 5df5ea9d8c
2 changed files with 3 additions and 3 deletions

View File

@ -36,7 +36,7 @@ Just run the install.sh and answer the simple questions to let wipri take care o
* NEW * the -w flag (optional) allows you to leave home anytime and wipri will automatically turn off radio to prevent (potential) leaks once you are no longer within range of your saved networks (to prevent SSID leaks)
(use the -w flag anytime, either by itself (always use -d flag to set device), or combined with other flags [like -p, -m, -r, -i, etc])
(use the -w flag anytime (requires nmcli), either by itself (always use -d flag to set device), or combined with other flags [like -p, -m, -r, -i, etc])
---
@ -125,7 +125,7 @@ wipri -d [device] -r [randomizes mac continually changing times/addresses] -a [c
-d sets your device (use this flag always).
-w optional flag helps prevent SSID leaks (saved SSID's) - by watching wifi and turning radio off after 8min timeout (optional)
-w optional flag helps prevent SSID leaks (saved SSID's) - by turning off wifi radio when you leave your network area (optional)
-r continually randomizes your mac address at randomly generated, continually changing random MAC addresses/times.

2
wipri
View File

@ -534,7 +534,7 @@ while getopts ":d:wapPrm:ihRsAH" arg; do
echo -e "$BLUE [Above] sets wlan0 hostapd WiFi Access Point to randomized SSID (Network Name)${ENDCOLOR}"
echo "" && sleep .2
echo -e "${WHITE} Example #10:${ENDCOLOR} wipri -d wlan0 -w -p"
echo -e "${BLUE} [Above] -w sets wlan0 dev to turn off wifi radio when not in range with saved networks preventing SSID probe req leak: -p: static Apple/Android${ENDCOLOR}"
echo -e "${BLUE} [Above] -w sets wlan0 dev to turn off wifi radio when not in range with saved networks preventing SSID probe leak: -p: static Apple/Android${ENDCOLOR}"
echo "" && sleep .2