correct informational messages
This commit is contained in:
parent
f6ee5c8c1f
commit
3f618057de
4
fluxion
4
fluxion
|
@ -2125,7 +2125,7 @@ function handshakelocation {
|
||||||
cp "$handshakeloc" $DUMP_PATH/$Host_MAC-01.cap
|
cp "$handshakeloc" $DUMP_PATH/$Host_MAC-01.cap
|
||||||
webinterface
|
webinterface
|
||||||
else
|
else
|
||||||
echo "Broken handshake "
|
echo "Corrupted handshake"
|
||||||
echo
|
echo
|
||||||
sleep 4
|
sleep 4
|
||||||
echo "you can try aircrack-ng"
|
echo "you can try aircrack-ng"
|
||||||
|
@ -2141,7 +2141,7 @@ function handshakelocation {
|
||||||
cp "$handshakeloc" $DUMP_PATH/$Host_MAC-01.cap
|
cp "$handshakeloc" $DUMP_PATH/$Host_MAC-01.cap
|
||||||
webinterface
|
webinterface
|
||||||
else
|
else
|
||||||
echo "Broken handshake"
|
echo "Corrupted handshake"
|
||||||
sleep 4
|
sleep 4
|
||||||
handshakelocation
|
handshakelocation
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in New Issue