This commit is contained in:
strasharo 2016-03-18 02:58:17 +02:00
parent 15967c92f8
commit dbf2c775a7
1 changed files with 1 additions and 1 deletions

View File

@ -2295,7 +2295,7 @@ function capture {
if ! ps -A | grep -q airodump-ng; then if ! ps -A | grep -q airodump-ng; then
rm -rf $DUMP_PATH/$Host_MAC* rm -rf $DUMP_PATH/$Host_MAC*
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 & xterm $HOLD -title "Capturing data on 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 fi
} }