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 fi
while true; while true;
do do
$DEAUTH
sleep 15
checkhandshake
if i=1; then if i=1; then
$DEAUTH break
sleep 15
checkhandshake
fi fi
done done
} }