fix typos

This commit is contained in:
deltax 2016-04-30 08:10:24 -04:00
parent e601626b9e
commit 8929eecb88
1 changed files with 5 additions and 5 deletions

10
fluxion
View File

@ -2336,10 +2336,10 @@ function checkhandshake {
wpaclean $HANDSHAKE_PATH/$Host_SSID-$Host_MAC.cap $DUMP_PATH/$Host_MAC-01.cap &>$flux_output_device wpaclean $HANDSHAKE_PATH/$Host_SSID-$Host_MAC.cap $DUMP_PATH/$Host_MAC-01.cap &>$flux_output_device
webinterface webinterface
break break
i=2
else else
Handshake_statuscheck="${red}Not_Found$transparent" Handshake_statuscheck="${red}Not_Found$transparent"
i=1
fi fi
elif [ "$handshakemode" = "hard" ]; then elif [ "$handshakemode" = "hard" ]; then
pyrit -r $DUMP_PATH/$Host_MAC-01.cap -o $DUMP_PATH/test.cap stripLive &>$flux_output_device pyrit -r $DUMP_PATH/$Host_MAC-01.cap -o $DUMP_PATH/test.cap stripLive &>$flux_output_device
@ -2349,20 +2349,20 @@ function checkhandshake {
pyrit -r $DUMP_PATH/test.cap -o $HANDSHAKE_PATH/$Host_SSID-$Host_MAC.cap strip &>$flux_output_device pyrit -r $DUMP_PATH/test.cap -o $HANDSHAKE_PATH/$Host_SSID-$Host_MAC.cap strip &>$flux_output_device
webinterface webinterface
break break
i=2
else else
if aircrack-ng $DUMP_PATH/$Host_MAC-01.cap | grep -q "1 handshake"; then if aircrack-ng $DUMP_PATH/$Host_MAC-01.cap | grep -q "1 handshake"; then
Handshake_statuscheck="${yellow}Corrupted$transparent" Handshake_statuscheck="${yellow}Corrupted$transparent"
else else
Handshake_statuscheck="${red}Not_found$transparent" Handshake_statuscheck="${red}Not_found$transparent"
i=1
fi fi
fi fi
rm $DUMP_PATH/test.cap &>$flux_output_device rm $DUMP_PATH/test.cap &>$flux_output_device
fi fi
while i=1 while true;
do do
$DEAUTH $DEAUTH
sleep 15 sleep 15