Update fluxion

This commit is contained in:
deltax 2016-05-01 03:29:42 -04:00
parent c3b215f7eb
commit eb0a2ccfb9
1 changed files with 5 additions and 4 deletions

View File

@ -2365,11 +2365,12 @@ function checkhandshake {
fi
while true;
do
do
$DEAUTH
sleep 15
checkhandshake
if i=1; then
$DEAUTH
sleep 15
checkhandshake
break
fi
done
}