Small changes
This commit is contained in:
parent
07ca4a58a9
commit
8a03b94e72
4
fluxion
4
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
|
||||
|
|
Loading…
Reference in New Issue