disable destroying of interface on VAP creation https://github.com/FluxionNetwork/fluxion/issues/48
This commit is contained in:
parent
d011812b22
commit
4ca74bd34f
|
@ -653,7 +653,7 @@ function setinterface {
|
|||
break;
|
||||
done
|
||||
|
||||
WIFIMONITOR=$(airmon-ng start $PREWIFI | grep "enabled" | awk '{print $9}' | sed -e s'/)/ /'g | sed -e s'/]/ /'g | awk '{print $2}')
|
||||
WIFIMONITOR=$(airmon-ng --elite start $PREWIFI | grep "enabled" | awk '{print $9}' | sed -e s'/)/ /'g | sed -e s'/]/ /'g | awk '{print $2}')
|
||||
WIFI_MONITOR=$WIFIMONITOR
|
||||
WIFI=$PREWIFI
|
||||
|
||||
|
|
Loading…
Reference in New Issue