From 07eff85a8bc2f68d99b6328616b54ec7b370b71e Mon Sep 17 00:00:00 2001 From: Cyril SIMONIN <46487301+Cyril45@users.noreply.github.com> Date: Sat, 21 Aug 2021 15:10:17 +0200 Subject: [PATCH] Update ar.sh adding option "--ignore-negative-one" for fixed channel ! --- ar.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ar.sh b/ar.sh index 2b5bc10..8617b98 100644 --- a/ar.sh +++ b/ar.sh @@ -17,10 +17,10 @@ aireplay() { read if [ -z "$client" ] then - aireplay-ng -0 $packets -a $bssid $interface + aireplay-ng -0 $packets -a $bssid --ignore-negative-one $interface restart else - aireplay-ng -0 $packets -c $client -a $bssid $interface + aireplay-ng -0 $packets -c $client -a $bssid --ignore-negative-one $interface unset client restart fi