correct informational messages

This commit is contained in:
strasharo 2016-04-30 14:12:15 +03:00
parent f6ee5c8c1f
commit 3f618057de
1 changed files with 2 additions and 2 deletions

View File

@ -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