From 0dae82b64055eaffc774c7e25953b862f1fba87b Mon Sep 17 00:00:00 2001 From: strasharo Date: Sun, 1 May 2016 17:41:28 +0300 Subject: [PATCH] fix conflict with monitor interfaces created by airmon-ng --- fluxion | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fluxion b/fluxion index d72a70f..54e486a 100755 --- a/fluxion +++ b/fluxion @@ -645,7 +645,7 @@ function setinterface { KILLMONITOR=`iwconfig 2>&1 | grep Monitor | awk '{print $1}'` for monkill in ${KILLMONITOR[@]}; do - ./airmon stop $monkill >$flux_output_device + airmon-ng stop $monkill >$flux_output_device echo -n "$monkill, " done