This commit is contained in:
deltax 2016-10-08 13:23:17 +02:00 committed by GitHub
parent 42e8eafb8e
commit c7daf651b5
1 changed files with 5 additions and 0 deletions

View File

@ -175,6 +175,11 @@ function exitmode {
if [ "$WIFI" != "" ]; then if [ "$WIFI" != "" ]; then
echo -e ""$weis"["$rot"-"$weis"] "$weis"$general_exitmode_2 "$green"$WIFI"$transparent"" echo -e ""$weis"["$rot"-"$weis"] "$weis"$general_exitmode_2 "$green"$WIFI"$transparent""
./airmon stop $WIFI &> $flux_output_device ./airmon stop $WIFI &> $flux_output_device
./airmon stop $WIFI_MONITOR1 &> $flux_output_device
./airmon stop $WIFI_MONITOR2 &> $flux_output_device
./airmon stop $WIFI_MONITOR3 &> $flux_output_device
./airmon stop $WIFI_MONITOR4 &> $flux_output_device
./airmon stop $WIFI_MONITOR5 &> $flux_output_device
macchanger -p $WIFI &> $flux_output_device macchanger -p $WIFI &> $flux_output_device
fi fi