Added airodump-ng negative one suppression flag.

This commit is contained in:
Matias Barcenas 2017-08-18 16:00:17 -05:00
parent c170ece3cf
commit ffd70e8230
1 changed files with 1 additions and 1 deletions

View File

@ -101,7 +101,7 @@ function handshake_start_captor() {
handshake_stop_captor
xterm -hold -title "Handshake Captor (CH $APTargetChannel)" $TOPRIGHT -bg "#000000" -fg "#FFFFFF" -e \
airodump-ng -d $APTargetMAC -w "$FLUXIONWorkspacePath/capture/dump" -c $APTargetChannel -a $WIMonitor &
airodump-ng --ignore-negative-one -d $APTargetMAC -w "$FLUXIONWorkspacePath/capture/dump" -c $APTargetChannel -a $WIMonitor &
echo -e "$FLUXIONVLine Captor process is starting, please wait..."
while [ ! "$HANDSHAKECaptorPID" ]; do