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
|
||||
webinterface
|
||||
else
|
||||
echo "Broken handshake "
|
||||
echo "Corrupted handshake"
|
||||
echo
|
||||
sleep 4
|
||||
echo "you can try aircrack-ng"
|
||||
|
@ -2141,7 +2141,7 @@ function handshakelocation {
|
|||
cp "$handshakeloc" $DUMP_PATH/$Host_MAC-01.cap
|
||||
webinterface
|
||||
else
|
||||
echo "Broken handshake"
|
||||
echo "Corrupted handshake"
|
||||
sleep 4
|
||||
handshakelocation
|
||||
fi
|
||||
|
|
Loading…
Reference in New Issue