Update fluxion

This commit is contained in:
deltax 2016-05-01 03:46:46 -04:00
parent eb0a2ccfb9
commit c7f21ed95b
1 changed files with 3 additions and 3 deletions

View File

@ -2335,7 +2335,7 @@ function checkhandshake {
killall airodump-ng &>$flux_output_device
wpaclean $HANDSHAKE_PATH/$Host_SSID-$Host_MAC.cap $DUMP_PATH/$Host_MAC-01.cap &>$flux_output_device
webinterface
i=1
i=2
break
else
@ -2349,7 +2349,7 @@ function checkhandshake {
killall airodump-ng &>$flux_output_device
pyrit -r $DUMP_PATH/test.cap -o $HANDSHAKE_PATH/$Host_SSID-$Host_MAC.cap strip &>$flux_output_device
webinterface
i=1
i=2
break
else
@ -2369,7 +2369,7 @@ function checkhandshake {
$DEAUTH
sleep 15
checkhandshake
if i=1; then
if i=2; then
break
fi
done