fix conflict with monitor interfaces created by airmon-ng
This commit is contained in:
parent
6da6743d34
commit
0dae82b640
2
fluxion
2
fluxion
|
@ -645,7 +645,7 @@ function setinterface {
|
||||||
KILLMONITOR=`iwconfig 2>&1 | grep Monitor | awk '{print $1}'`
|
KILLMONITOR=`iwconfig 2>&1 | grep Monitor | awk '{print $1}'`
|
||||||
|
|
||||||
for monkill in ${KILLMONITOR[@]}; do
|
for monkill in ${KILLMONITOR[@]}; do
|
||||||
./airmon stop $monkill >$flux_output_device
|
airmon-ng stop $monkill >$flux_output_device
|
||||||
echo -n "$monkill, "
|
echo -n "$monkill, "
|
||||||
done
|
done
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue