Merge branch 'v4-development' of github.com:FluxionNetwork/fluxion into v4-development
This commit is contained in:
commit
58a6dc10c3
|
@ -3,6 +3,7 @@
|
|||
*.swo
|
||||
*.cap
|
||||
*.log
|
||||
*.backup
|
||||
BullyOutput.txt
|
||||
|
||||
/preferences.sh*
|
||||
|
|
1
fluxion
1
fluxion
|
@ -105,6 +105,7 @@ while [ "$1" != "--" ]; do
|
|||
-r|--reloader) declare -r FLUXIONWIReloadDriver=1;;
|
||||
-n|--airmon-ng) declare -r FLUXIONAirmonNG=1;;
|
||||
-m|--multiplexer) declare -r FLUXIONTMux=1;;
|
||||
-a|--auto) declare -r FLUXIONTAuto=1;;
|
||||
-b|--bssid) FluxionTargetMAC=$2; shift;;
|
||||
-e|--essid) FluxionTargetSSID=$2; shift;;
|
||||
-c|--channel) FluxionTargetChannel=$2; shift;;
|
||||
|
|
Loading…
Reference in New Issue