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

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