Fix issue #97
This commit is contained in:
parent
0ab1baac2f
commit
af97d19683
|
@ -476,7 +476,7 @@ while [ \$AuthenticatorState = \"running\" ]; do
|
|||
echo -e \" Vendor .........: "$CGrn"${APTargetMaker:-UNKNOWN}"$CClr"\"
|
||||
echo -e \" Runtime ........: "$CBlu"\$ih\$h:\$im\$m:\$is\$s"$CClr"\"
|
||||
echo -e \" Attempts .......: "$CRed"\$(cat $FLUXIONWorkspacePath/hit.txt)"$CClr"\"
|
||||
echo -e \" Clients ........: "$CBlu"\$(cat $FLUXIONWorkspacePath/clients.txt | grep DHCPACK | awk '{print \$5}' | sort| uniq | wc -l)"$CClr"\"
|
||||
echo -e \" Clients ........: "$CBlu"\$(nmap -sn -n 192.168.254.1/24 | grep 192 | wc -l )"$CClr"\"
|
||||
echo
|
||||
echo -e \" CLIENTS ONLINE:\"
|
||||
|
||||
|
|
Loading…
Reference in New Issue