From eb0a2ccfb9a1228ec7d9682df129f188f2c4777f Mon Sep 17 00:00:00 2001 From: deltax Date: Sun, 1 May 2016 03:29:42 -0400 Subject: [PATCH] Update fluxion --- fluxion | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/fluxion b/fluxion index 34ba200..9144217 100755 --- a/fluxion +++ b/fluxion @@ -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 }