Ignore gateway ip

This commit is contained in:
deltax 2017-08-20 16:03:31 +02:00 committed by GitHub
parent af97d19683
commit 6eee215708
1 changed files with 1 additions and 1 deletions

View File

@ -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"\$(nmap -sn -n 192.168.254.1/24 | grep 192 | wc -l )"$CClr"\"
echo -e \" Clients ........: "$CBlu"\$(nmap -sn -n 192.168.254.1/24 | grep 192 | grep -v 192.168.24.1 | wc -l )"$CClr"\"
echo
echo -e \" CLIENTS ONLINE:\"