diff --git a/wipri b/wipri index 9719e09..3bf4bda 100644 --- a/wipri +++ b/wipri @@ -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}" ;;