fix client counter and disable default debug
This commit is contained in:
parent
bae6ea7d04
commit
bdc4b80b2f
4
fluxion
4
fluxion
|
@ -2,7 +2,7 @@
|
|||
|
||||
########## DEBUG Mode ##########
|
||||
## ##
|
||||
FLUX_DEBUG=1
|
||||
FLUX_DEBUG=0
|
||||
## ##
|
||||
################################
|
||||
|
||||
|
@ -3640,7 +3640,7 @@ function handshakecheck {
|
|||
echo -e \" Vendor..........: "$green"$Host_MAC_MODEL"$transparent"\"
|
||||
echo -e \" Operation time..: "$blue"\$ih\$horas:\$im\$minutos:\$is\$segundos"$transparent"\"
|
||||
echo -e \" Attempts........: "$red"\$(cat $DUMP_PATH/hit.txt)"$transparent"\"
|
||||
echo -e \" Clients.........: "$blue"\$(cat $DUMP_PATH/clientes.txt | grep DHCPACK | sort| uniq | wc -l)"$transparent"\"
|
||||
echo -e \" Clients.........: "$blue"\$(cat $DUMP_PATH/clientes.txt | grep DHCPACK | awk '{print \$5}' | sort| uniq | wc -l)"$transparent"\"
|
||||
echo
|
||||
echo -e \" CLIENTS ONLINE:\"
|
||||
|
||||
|
|
Loading…
Reference in New Issue