minor format edit / info

master
user 2023-08-29 02:00:58 -04:00
parent 1db5a427e6
commit f46156421f
1 changed files with 5 additions and 3 deletions

8
wipri
View File

@ -445,8 +445,9 @@ while getopts ":d:wapPMbrm:ihRsAH" arg; do
######################################################################
# b - rfkill block bluetooth (to prevent accidental leakage)
b)
rfkill block bluetooth
echo -e "${RED}Bluetooth Blocked By rfkill${ENDCOLOR}"
rfkill block bluetooth && {
echo -e "${BLUE}Bluetooth Blocked By rfkill${ENDCOLOR}"
}
;;
######################################################################
@ -582,7 +583,8 @@ while getopts ":d:wapPMbrm:ihRsAH" arg; do
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 leak: -p: static Apple/Android${ENDCOLOR}"
echo "" && sleep .2
echo -e "${WHITE}Example #11:${ENDCOLOR} wipri -d wlan0 -w -p -M"
echo -e "${BLUE}[Above] sets wlan0 device w turns off wifi once leaving home, p simulates smartphone mac, M randomizes machine-id identifier${ENDCOLOR}"
echo -e "${WHITE} For more details:${ENDCOLOR} ${RED}README.md${ENDCOLOR}"
;;