fix ./fluxion: line 2295: —ignore-negative-one: command not found
This commit is contained in:
parent
5dc801b588
commit
d46732c817
2
fluxion
2
fluxion
|
@ -2292,7 +2292,7 @@ function capture {
|
|||
if ! ps -A | grep -q airodump-ng; then
|
||||
|
||||
rm -rf $DUMP_PATH/$Host_MAC*
|
||||
xterm $HOLD -title "Capturing data channel --> $Host_CHAN" $TOPRIGHT -bg "#000000" -fg "#FFFFFF" -e airodump-ng --bssid $Host_MAC -w $DUMP_PATH/$Host_MAC -c $Host_CHAN -a $WIFI_MONITOR & --ignore-negative-one
|
||||
xterm $HOLD -title "Capturing data channel --> $Host_CHAN" $TOPRIGHT -bg "#000000" -fg "#FFFFFF" -e airodump-ng --ignore-negative-one --bssid $Host_MAC -w $DUMP_PATH/$Host_MAC -c $Host_CHAN -a $WIFI_MONITOR &
|
||||
fi
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue