diff --git a/fluxion b/fluxion index 88fe6a3..3ee307f 100755 --- a/fluxion +++ b/fluxion @@ -27,7 +27,7 @@ ipNmap=`ifconfig | sed -En 's/127.0.0.1//;s/.*inet (addr:)?(([0-9]*\.){3}[0-9]*) # Deauth duration during handshake capture # oo DEAUTHTIME="9999999999999" -revision=93 +revision=94 version=0.23 IP=192.168.1.1 RANG_IP=$(echo $IP | cut -d "." -f 1,2,3) @@ -767,7 +767,7 @@ if [ $FLUX_DEBUG != 1 ]; then if [ "$revision" != "$revision_online" ]; then echo echo - echo "New revision found....update? [ENTER=skip]" + echo -e $red" New revision found!" $blue "->"$yellow" Update? [ENTER=skip]" read doupdate echo -ne "$transparent" if [ "$doupdate" != "" ]; then